-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
4 lines (4 loc) · 4.5 KB
/
index.xml
1
2
3
4
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Leen Zhu</title><link>https://leenzhu.com/</link><description>Recent content on Leen Zhu</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><lastBuildDate>Mon, 23 Sep 2024 17:10:58 +0800</lastBuildDate><atom:link href="https://leenzhu.com/index.xml" rel="self" type="application/rss+xml"/><item><title>ldconfig</title><link>https://leenzhu.com/posts/ldconfig.html</link><pubDate>Mon, 23 Sep 2024 17:10:58 +0800</pubDate><guid>https://leenzhu.com/posts/ldconfig.html</guid><description><p>工作时遇到了一个奇的问题。手动创建某个<code>so</code>符号链接似乎不能被<code>ldconfig</code>识别。</p></description></item><item><title>git 根据commit反查branch、tag名</title><link>https://leenzhu.com/posts/git-branch-points-at.html</link><pubDate>Fri, 31 May 2024 10:57:48 +0800</pubDate><guid>https://leenzhu.com/posts/git-branch-points-at.html</guid><description><p>在使用 <code>git</code> 的时候大部分时候都是通过 <code>git rev-parse &lt;branch-name&gt;</code> 来获取某个分支名对应的 <code>commit id</code> 但是一直没遇到通过 <code>commit id</code> 来获取分支名的场景。在学习 <code>git rebase</code> 命令的时候突然想知道有没有这个命令。于是就开始问 <code>chatgpt</code> 了。</p></description></item><item><title>git本地分支与远端重名</title><link>https://leenzhu.com/posts/git%E6%9C%AC%E5%9C%B0%E5%88%86%E6%94%AF%E4%B8%8E%E8%BF%9C%E7%AB%AF%E9%87%8D%E5%90%8D.html</link><pubDate>Wed, 26 Jul 2023 00:00:00 +0000</pubDate><guid>https://leenzhu.com/posts/git%E6%9C%AC%E5%9C%B0%E5%88%86%E6%94%AF%E4%B8%8E%E8%BF%9C%E7%AB%AF%E9%87%8D%E5%90%8D.html</guid><description><p>今天遇到一个git名字ambiguous的问题。</p>
<blockquote>
<p>warning: refname &lsquo;origin/master&rsquo; is ambiguous.</p>
</blockquote></description></item><item><title>round_pow2 函数分析</title><link>https://leenzhu.com/posts/round_pow2-%E5%87%BD%E6%95%B0%E5%88%86%E6%9E%90.html</link><pubDate>Tue, 25 Jul 2023 00:00:00 +0000</pubDate><guid>https://leenzhu.com/posts/round_pow2-%E5%87%BD%E6%95%B0%E5%88%86%E6%9E%90.html</guid><description><p>网上搜了一圈没有搜到对这个函数的说明。这个函数的名称给我造成一些误解,让我认为这是<strong>四舍五入</strong>的概念,对于浮点数取整一般有3种情况:</p></description></item><item><title>Golang Binary包使用</title><link>https://leenzhu.com/posts/golang-binary.html</link><pubDate>Mon, 15 May 2023 00:00:00 +0000</pubDate><guid>https://leenzhu.com/posts/golang-binary.html</guid><description><p>在使用golang的过程需要进行NBNS的报文解析,经调研发现NBNS的报文大都是定长报文,并且需要处理这些报文也不需要太高的性能,所有就决定使用 <code>encoding/binary</code>包来进行编解码。学习过程中对这个包内每个函数都进行尝试并整理出笔记如下。</p></description></item><item><title>hugo 显相对路径下的图片</title><link>https://leenzhu.com/posts/hugo-show-buddle-img.html</link><pubDate>Wed, 06 Oct 2021 11:36:03 +0800</pubDate><guid>https://leenzhu.com/posts/hugo-show-buddle-img.html</guid><description><p>很早以前发现 <code>hugo server</code> 命令在本地预览时不能显示相文章相对路径下的图片。但是普通web服务器是可以显示的一直都不知道是什么原因,之前也曾花费大量时间翻遍整个hugo论坛,也没有找到解决方案,因为我的 <code>emacs</code> 可以直接预览图片,发布后也能正常显示图片,后来也就不去管它了。但是今天非常偶然的发现原来 <code>hugo server</code> 也可能预览相对路径的下图片。</p></description></item><item><title>关于</title><link>https://leenzhu.com/about.html</link><pubDate>Wed, 21 Aug 2019 20:27:06 +0800</pubDate><guid>https://leenzhu.com/about.html</guid><description>简介 2024年,开始学习React,Solidjs,Svelte,不知道算不算49年入国军。 时间线 2021-10-05 正式开站。</description></item><item><title>关于</title><link>https://leenzhu.com/faq.html</link><pubDate>Wed, 21 Aug 2019 20:27:06 +0800</pubDate><guid>https://leenzhu.com/faq.html</guid><description>记录日常学习过程中遇到的问题。</description></item></channel></rss>