-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
7 lines (7 loc) · 4.8 KB
/
index.html
File metadata and controls
7 lines (7 loc) · 4.8 KB
1
2
3
4
5
6
7
<!DOCTYPE html><html lang="zh-cn"><head><meta charset="utf-8"><meta name="X-UA-Compatible" content="IE=edge"><title> dlee 的 Blog</title><meta name="description" content="A Blog Powered By Hexo"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="icon" href="/favicon.png"><link rel="stylesheet" href="/css/apollo.css"><link rel="search" type="application/opensearchdescription+xml" href="http://dlee-libo.github.io/atom.xml" title="dlee 的 Blog"><meta name="generator" content="Hexo 4.2.1"></head><body><div class="wrap"><header><ul class="nav nav-list"><li class="nav-list-item"><a href="/" target="_self" class="nav-list-link active">BLOG</a></li><li class="nav-list-item"><a href="/archives/" target="_self" class="nav-list-link">ARCHIVE</a></li></ul></header><main class="container"><ul class="home post-list"><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2025/06/14/%E4%B8%BA%E4%BB%80%E4%B9%88%E8%AE%B2%E6%95%85%E4%BA%8B%E6%98%AF%E6%9C%80%E6%9C%89%E6%95%88%E7%9A%84%E4%BF%A1%E6%81%AF%E4%BC%A0%E9%80%92%E6%96%B9%E5%BC%8F%EF%BC%9F/" class="post-title-link">为什么讲故事是最有效的信息传递方式?</a></h2><div class="post-info">2025年6月14日</div><div class="post-content"></div><a href="/2025/06/14/%E4%B8%BA%E4%BB%80%E4%B9%88%E8%AE%B2%E6%95%85%E4%BA%8B%E6%98%AF%E6%9C%80%E6%9C%89%E6%95%88%E7%9A%84%E4%BF%A1%E6%81%AF%E4%BC%A0%E9%80%92%E6%96%B9%E5%BC%8F%EF%BC%9F/" class="read-more">阅读全文</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2025/06/13/Open-Source-Hardware-and-the-Reshaping-of-the-Software-Industry-Growth-Consolidation-and-Cultural-Lag/" class="post-title-link">Open Source, Hardware, and the Reshaping of the Software Industry: Growth, Consolidation, and Cultural Lag</a></h2><div class="post-info">2025年6月13日</div><div class="post-content"></div><a href="/2025/06/13/Open-Source-Hardware-and-the-Reshaping-of-the-Software-Industry-Growth-Consolidation-and-Cultural-Lag/" class="read-more">阅读全文</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2020/05/31/bpftrace-kernel-journey/" class="post-title-link">Kernel journey with bpftrace</a></h2><div class="post-info">2020年5月31日</div><div class="post-content"></div><a href="/2020/05/31/bpftrace-kernel-journey/" class="read-more">阅读全文</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2019/05/13/UNIX-process-UID-model/" class="post-title-link">UNIX process UID model</a></h2><div class="post-info">2019年5月13日</div><div class="post-content"></div><a href="/2019/05/13/UNIX-process-UID-model/" class="read-more">阅读全文</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2019/03/14/Go-dependency-management-introduction/" class="post-title-link">Go dependency management introduction</a></h2><div class="post-info">2019年3月14日</div><div class="post-content"></div><a href="/2019/03/14/Go-dependency-management-introduction/" class="read-more">阅读全文</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2018/12/11/derive-turing-fixed-point/" class="post-title-link">Derive Turing fixed point with Python explained</a></h2><div class="post-info">2018年12月11日</div><div class="post-content"></div><a href="/2018/12/11/derive-turing-fixed-point/" class="read-more">阅读全文</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2018/06/13/edit-distance/" class="post-title-link">编辑距离解法及证明</a></h2><div class="post-info">2018年6月13日</div><div class="post-content"><h2 id="问题介绍"><a href="#问题介绍" class="headerlink" title="问题介绍"></a>问题介绍</h2><p>给定字符串 w1 , w2 , 以及如下对字符串的操作:</p>
<ul>
<li>删除字符串中指定位置的字符</li>
<li>在字符串中插入指定字符</li>
<li>将字符串中指定字符替换为另外的字符</li>
</ul>
<p>使用上述操作将 w1 变为 w2 所需要的最少操作次数即为 w1 与 w2 的编辑距离</p></div><a href="/2018/06/13/edit-distance/" class="read-more">阅读全文</a></article></li></ul></main><footer><div class="paginator"></div><div class="copyright"><p>© 2018 - 2025 <a href="http://dlee-libo.github.io">dlee</a>, powered by <a href="https://hexo.io/" target="_blank">Hexo</a> and <a href="https://github.com/pinggod/hexo-theme-apollo" target="_blank">hexo-theme-apollo</a>.</p></div></footer></div><!--script(async src="//cdn.bootcss.com/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML" integrity="sha384-crwIf/BuaWM9rM65iM+dWFldgQ1Un8jWZMuh3puxb8TOY9+linwLoI7ZHZT+aekW" crossorigin="anonymous")--></body></html>