-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
13 lines (9 loc) · 29.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html><html class="appearance-auto" lang="zh-CN"><head><meta charset="UTF-8"><title>loannes's blog</title><meta name="description"><meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, initial-scale=1"><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" href="/style/common/bulma.css"><link rel="stylesheet" href="/style/base.css"><link rel="stylesheet" href="/style/common/helper.css"><script src="/js/common.js"></script><link rel="stylesheet" href="/style/widget-post-list.css"><meta name="generator" content="Hexo 5.3.0"></head><body class="is-flex is-flex-direction-column"><header class="is-flex header-widget is-flex-shrink-0 is-align-items-center is-justify-content-space-between is-hidden-mobile"><section class="is-hidden-mobile is-flex-shrink-0"><h2><a href="/">loannes's blog</a></h2></section><h3 class="is-hidden-mobile is-family-serif is-full-height is-flex is-align-items-center is-flex-shrink-0"></h3><aside class="is-flex-shrink-0"><h3 class="is-inline-block"><a href="/">首页</a></h3><h3 class="is-inline-block"><a href="/about">关于</a></h3><h3 class="is-inline-block"><a href="/archives">归档</a></h3></aside></header><header class="is-flex header-widget is-flex-shrink-0 is-align-items-center is-justify-content-center is-hidden-tablet"><h3 class="is-inline-block"><a href="/">首页</a></h3><h3 class="is-inline-block"><a href="/about">关于</a></h3><h3 class="is-inline-block"><a href="/archives">归档</a></h3></header><main><article class="post-container is-flex is-justify-content-center section container is-max-widescreen pt-4 px-2"><div class="columns is-variable is-1-tablet is-3-desktop-only is-2-widescreen is-full-width"><section class="column"><article class="post-item-card"><header class="is-relative is-flex"><div class="post-cover-backdrop is-hidden"><img src="/images/LeetCode_Sharing.png" alt="loading.."></div><a class="post-cover-link has-text-centered skeleton" href="/%E6%89%93%E5%AE%B6%E5%8A%AB%E8%88%8D%E4%B8%89%E9%83%A8%E6%9B%B2/"><img class="post-cover-img js-img-fadeIn" src="/images/LeetCode_Sharing.png" alt="loading.." data-backdrop="true"></a></header><section class="content post-card-content p-4 pb-5"><header><a href="/tags/%E4%B8%AD%E7%AD%89"><i class="tag post-item-tag">中等</i></a><a href="/tags/%E5%8A%A8%E6%80%81%E8%A7%84%E5%88%92"><i class="tag post-item-tag">动态规划</i></a></header><h2 class="mt-4 mb-0 is-family-serif"><a href="/%E6%89%93%E5%AE%B6%E5%8A%AB%E8%88%8D%E4%B8%89%E9%83%A8%E6%9B%B2/">打家劫舍三部曲</a></h2><time class="has-text-grey" datetime="2022-01-06T07:12:45.000Z">2022-01-06</time><p class="is-flex-grow-2 mt-2"></p><a class="button is-default mt-2 has-text-weight-semibold" href="/%E6%89%93%E5%AE%B6%E5%8A%AB%E8%88%8D%E4%B8%89%E9%83%A8%E6%9B%B2/">更多</a></section></article><article class="post-item-card"><header class="is-relative is-flex"><div class="post-cover-backdrop is-hidden"><img src="/images/LeetCode_Sharing.png" alt="loading.."></div><a class="post-cover-link has-text-centered skeleton" href="/leetcode/54-%E8%9E%BA%E6%97%8B%E7%9F%A9%E9%98%B5/"><img class="post-cover-img js-img-fadeIn" src="/images/LeetCode_Sharing.png" alt="loading.." data-backdrop="true"></a></header><section class="content post-card-content p-4 pb-5"><header><a href="/tags/%E4%B8%AD%E7%AD%89"><i class="tag post-item-tag">中等</i></a><a href="/tags/%E7%9F%A9%E9%98%B5"><i class="tag post-item-tag">矩阵</i></a></header><h2 class="mt-4 mb-0 is-family-serif"><a href="/leetcode/54-%E8%9E%BA%E6%97%8B%E7%9F%A9%E9%98%B5/">54. 螺旋矩阵</a></h2><time class="has-text-grey" datetime="2021-12-24T07:18:11.000Z">2021-12-24</time><p class="is-flex-grow-2 mt-2"></p><a class="button is-default mt-2 has-text-weight-semibold" href="/leetcode/54-%E8%9E%BA%E6%97%8B%E7%9F%A9%E9%98%B5/">更多</a></section></article><article class="post-item-card"><header class="is-relative is-flex"><div class="post-cover-backdrop is-hidden"><img src="/images/LeetCode_Sharing.png" alt="loading.."></div><a class="post-cover-link has-text-centered skeleton" href="/143-%E9%87%8D%E6%8E%92%E9%93%BE%E8%A1%A8/"><img class="post-cover-img js-img-fadeIn" src="/images/LeetCode_Sharing.png" alt="loading.." data-backdrop="true"></a></header><section class="content post-card-content p-4 pb-5"><header><a href="/tags/%E4%B8%AD%E7%AD%89"><i class="tag post-item-tag">中等</i></a><a href="/tags/%E9%93%BE%E8%A1%A8"><i class="tag post-item-tag">链表</i></a></header><h2 class="mt-4 mb-0 is-family-serif"><a href="/143-%E9%87%8D%E6%8E%92%E9%93%BE%E8%A1%A8/">143. 重排链表</a></h2><time class="has-text-grey" datetime="2021-12-09T18:05:36.000Z">2021-12-10</time><p class="is-flex-grow-2 mt-2"></p><a class="button is-default mt-2 has-text-weight-semibold" href="/143-%E9%87%8D%E6%8E%92%E9%93%BE%E8%A1%A8/">更多</a></section></article><article class="post-item-card"><header class="is-relative is-flex"><div class="post-cover-backdrop is-hidden"><img src="/images/LeetCode_Sharing.png" alt="loading.."></div><a class="post-cover-link has-text-centered skeleton" href="/leetcode/138-%E5%A4%8D%E5%88%B6%E5%B8%A6%E9%9A%8F%E6%9C%BA%E6%8C%87%E9%92%88%E7%9A%84%E9%93%BE%E8%A1%A8/"><img class="post-cover-img js-img-fadeIn" src="/images/LeetCode_Sharing.png" alt="loading.." data-backdrop="true"></a></header><section class="content post-card-content p-4 pb-5"><header><a href="/tags/%E4%B8%AD%E7%AD%89"><i class="tag post-item-tag">中等</i></a><a href="/tags/%E9%93%BE%E8%A1%A8%EF%BC%8C%E5%93%88%E5%B8%8C%E8%A1%A8"><i class="tag post-item-tag">链表,哈希表</i></a></header><h2 class="mt-4 mb-0 is-family-serif"><a href="/leetcode/138-%E5%A4%8D%E5%88%B6%E5%B8%A6%E9%9A%8F%E6%9C%BA%E6%8C%87%E9%92%88%E7%9A%84%E9%93%BE%E8%A1%A8/">138. 复制带随机指针的链表</a></h2><time class="has-text-grey" datetime="2021-12-05T02:47:07.000Z">2021-12-05</time><p class="is-flex-grow-2 mt-2"></p><a class="button is-default mt-2 has-text-weight-semibold" href="/leetcode/138-%E5%A4%8D%E5%88%B6%E5%B8%A6%E9%9A%8F%E6%9C%BA%E6%8C%87%E9%92%88%E7%9A%84%E9%93%BE%E8%A1%A8/">更多</a></section></article><article class="post-item-card"><header class="is-relative is-flex"><div class="post-cover-backdrop is-hidden"><img src="/images/LeetCode_Sharing.png" alt="loading.."></div><a class="post-cover-link has-text-centered skeleton" href="/leetcode/718-%E6%9C%80%E9%95%BF%E9%87%8D%E5%A4%8D%E5%AD%90%E6%95%B0%E7%BB%84/"><img class="post-cover-img js-img-fadeIn" src="/images/LeetCode_Sharing.png" alt="loading.." data-backdrop="true"></a></header><section class="content post-card-content p-4 pb-5"><header><a href="/tags/%E4%B8%AD%E7%AD%89"><i class="tag post-item-tag">中等</i></a><a href="/tags/%E6%BB%91%E5%8A%A8%E7%AA%97%E5%8F%A3"><i class="tag post-item-tag">滑动窗口</i></a></header><h2 class="mt-4 mb-0 is-family-serif"><a href="/leetcode/718-%E6%9C%80%E9%95%BF%E9%87%8D%E5%A4%8D%E5%AD%90%E6%95%B0%E7%BB%84/">718. 最长重复子数组</a></h2><time class="has-text-grey" datetime="2021-12-02T21:43:05.000Z">2021-12-03</time><p class="is-flex-grow-2 mt-2"></p><a class="button is-default mt-2 has-text-weight-semibold" href="/leetcode/718-%E6%9C%80%E9%95%BF%E9%87%8D%E5%A4%8D%E5%AD%90%E6%95%B0%E7%BB%84/">更多</a></section></article><article class="post-item-card"><header class="is-relative is-flex"><div class="post-cover-backdrop is-hidden"><img src="/images/LeetCode_Sharing.png" alt="loading.."></div><a class="post-cover-link has-text-centered skeleton" href="/leetcode/209-%E9%95%BF%E5%BA%A6%E6%9C%80%E5%B0%8F%E7%9A%84%E5%AD%90%E6%95%B0%E7%BB%84/"><img class="post-cover-img js-img-fadeIn" src="/images/LeetCode_Sharing.png" alt="loading.." data-backdrop="true"></a></header><section class="content post-card-content p-4 pb-5"><header><a href="/tags/%E4%B8%AD%E7%AD%89"><i class="tag post-item-tag">中等</i></a><a href="/tags/%E6%BB%91%E5%8A%A8%E7%AA%97%E5%8F%A3"><i class="tag post-item-tag">滑动窗口</i></a></header><h2 class="mt-4 mb-0 is-family-serif"><a href="/leetcode/209-%E9%95%BF%E5%BA%A6%E6%9C%80%E5%B0%8F%E7%9A%84%E5%AD%90%E6%95%B0%E7%BB%84/">209. 长度最小的子数组</a></h2><time class="has-text-grey" datetime="2021-11-27T13:55:47.000Z">2021-11-27</time><p class="is-flex-grow-2 mt-2"></p><a class="button is-default mt-2 has-text-weight-semibold" href="/leetcode/209-%E9%95%BF%E5%BA%A6%E6%9C%80%E5%B0%8F%E7%9A%84%E5%AD%90%E6%95%B0%E7%BB%84/">更多</a></section></article><article class="post-item-card"><section class="content post-card-content p-4 pb-5"><h2 class="mt-4 mb-0 is-family-serif"><a href="/543-%E4%BA%8C%E5%8F%89%E6%A0%91%E7%9A%84%E7%9B%B4%E5%BE%84/">543. 二叉树的直径</a></h2><time class="has-text-grey" datetime="2021-11-19T15:38:20.000Z">2021-11-19</time><p class="is-flex-grow-2 mt-2"></p><a class="button is-default mt-2 has-text-weight-semibold" href="/543-%E4%BA%8C%E5%8F%89%E6%A0%91%E7%9A%84%E7%9B%B4%E5%BE%84/">更多</a></section></article><article class="post-item-card"><section class="content post-card-content p-4 pb-5"><h2 class="mt-4 mb-0 is-family-serif"><a href="/101-%E5%AF%B9%E7%A7%B0%E4%BA%8C%E5%8F%89%E6%A0%91/">101. 对称二叉树</a></h2><time class="has-text-grey" datetime="2021-11-05T15:10:45.000Z">2021-11-05</time><p class="is-flex-grow-2 mt-2"></p><a class="button is-default mt-2 has-text-weight-semibold" href="/101-%E5%AF%B9%E7%A7%B0%E4%BA%8C%E5%8F%89%E6%A0%91/">更多</a></section></article><article class="post-item-card"><section class="content post-card-content p-4 pb-5"><h2 class="mt-4 mb-0 is-family-serif"><a href="/112-%E8%B7%AF%E5%BE%84%E6%80%BB%E5%92%8C/">112. 路径总和</a></h2><time class="has-text-grey" datetime="2021-11-02T11:31:08.000Z">2021-11-02</time><p class="is-flex-grow-2 mt-2"></p><a class="button is-default mt-2 has-text-weight-semibold" href="/112-%E8%B7%AF%E5%BE%84%E6%80%BB%E5%92%8C/">更多</a></section></article><article class="post-item-card"><section class="content post-card-content p-4 pb-5"><h2 class="mt-4 mb-0 is-family-serif"><a href="/204-%E8%AE%A1%E6%95%B0%E8%B4%A8%E6%95%B0/">204. 计数质数</a></h2><time class="has-text-grey" datetime="2021-10-22T13:40:56.000Z">2021-10-22</time><p class="is-flex-grow-2 mt-2"></p><a class="button is-default mt-2 has-text-weight-semibold" href="/204-%E8%AE%A1%E6%95%B0%E8%B4%A8%E6%95%B0/">更多</a></section></article><section class="paginator is-flex is-justify-content-flex-end is-flex-wrap-wrap"><span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="page-number" href="/page/3/">3</a><span class="space">…</span><a class="page-number" href="/page/19/">19</a><a class="extend next" rel="next" href="/page/2/"><i class="iconfont icon-next has-text-grey"></i></a></section></section><aside class="column is-hidden-mobile is-4-tablet is-3-widescreen"><div class="aside-card-container profile-widget"><!-- todo: 使用取色工具动态阴影--><section class="is-flex is-flex-direction-column is-justify-content-center is-align-items-center"><section class="is-flex is-justify-content-center avatar is-clipped skeleton"><!-- debug images "https://api.ixiaowai.cn/gqapi/gqapi.php"--><img class="js-img-fadeIn" src="/images/avatar.jpg" alt="user avatar"></section><h3 class="user-name">loannes</h3></section><section class="sns-container is-flex is-justify-content-center is-align-items-center"><a title="twitter" target="_blank" rel="noopener nofollow" href="//twitter.com//"><i class="iconfont icon-twitter"></i></a><!-- Github--><a title="github" target="_blank" rel="noopener nofollow" href="//github.com/fuer4869"><i class="iconfont icon-github"></i></a><!-- Ins--><a title="instagram" target="_blank" rel="noopener nofollow" href="//www.instagram.com//"><i class="iconfont icon-ins"></i></a><!-- RSS--><!-- 知乎--><!-- 领英--><!-- 脸书--><a title="facebook" target="_blank" rel="noopener nofollow" href="//www.facebook.com//"><i class="iconfont icon-tian7_facebook"></i></a></section></div><main class="aside-card-container recent-widget"><h3>最近</h3><ul><li class="is-flex"><!-- change to element replace image placeholder--><img class="js-img-fadeIn" src="/images/LeetCode_Sharing.png" alt="cover"><!--else--><!-- div.post-img-placeholder--><section class="is-flex-grow-2"><p class="has-text-weight-semibold" style="line-height: 20px; font-size: 14px"><a href="/%E6%89%93%E5%AE%B6%E5%8A%AB%E8%88%8D%E4%B8%89%E9%83%A8%E6%9B%B2/">打家劫舍三部曲</a></p><time class="has-text-weight-semibold has-text-grey" datetime="2022-01-06T07:12:45.000Z">2022-01-06</time></section></li><li class="is-flex"><!-- change to element replace image placeholder--><img class="js-img-fadeIn" src="/images/LeetCode_Sharing.png" alt="cover"><!--else--><!-- div.post-img-placeholder--><section class="is-flex-grow-2"><p class="has-text-weight-semibold" style="line-height: 20px; font-size: 14px"><a href="/leetcode/54-%E8%9E%BA%E6%97%8B%E7%9F%A9%E9%98%B5/">54. 螺旋矩阵</a></p><time class="has-text-weight-semibold has-text-grey" datetime="2021-12-24T07:18:11.000Z">2021-12-24</time></section></li><li class="is-flex"><!-- change to element replace image placeholder--><img class="js-img-fadeIn" src="/images/LeetCode_Sharing.png" alt="cover"><!--else--><!-- div.post-img-placeholder--><section class="is-flex-grow-2"><p class="has-text-weight-semibold" style="line-height: 20px; font-size: 14px"><a href="/143-%E9%87%8D%E6%8E%92%E9%93%BE%E8%A1%A8/">143. 重排链表</a></p><time class="has-text-weight-semibold has-text-grey" datetime="2021-12-09T18:05:36.000Z">2021-12-10</time></section></li><li class="is-flex"><!-- change to element replace image placeholder--><img class="js-img-fadeIn" src="/images/LeetCode_Sharing.png" alt="cover"><!--else--><!-- div.post-img-placeholder--><section class="is-flex-grow-2"><p class="has-text-weight-semibold" style="line-height: 20px; font-size: 14px"><a href="/leetcode/138-%E5%A4%8D%E5%88%B6%E5%B8%A6%E9%9A%8F%E6%9C%BA%E6%8C%87%E9%92%88%E7%9A%84%E9%93%BE%E8%A1%A8/">138. 复制带随机指针的链表</a></p><time class="has-text-weight-semibold has-text-grey" datetime="2021-12-05T02:47:07.000Z">2021-12-05</time></section></li><li class="is-flex"><!-- change to element replace image placeholder--><img class="js-img-fadeIn" src="/images/LeetCode_Sharing.png" alt="cover"><!--else--><!-- div.post-img-placeholder--><section class="is-flex-grow-2"><p class="has-text-weight-semibold" style="line-height: 20px; font-size: 14px"><a href="/leetcode/718-%E6%9C%80%E9%95%BF%E9%87%8D%E5%A4%8D%E5%AD%90%E6%95%B0%E7%BB%84/">718. 最长重复子数组</a></p><time class="has-text-weight-semibold has-text-grey" datetime="2021-12-02T21:43:05.000Z">2021-12-03</time></section></li><li class="is-flex"><!-- change to element replace image placeholder--><img class="js-img-fadeIn" src="/images/LeetCode_Sharing.png" alt="cover"><!--else--><!-- div.post-img-placeholder--><section class="is-flex-grow-2"><p class="has-text-weight-semibold" style="line-height: 20px; font-size: 14px"><a href="/leetcode/209-%E9%95%BF%E5%BA%A6%E6%9C%80%E5%B0%8F%E7%9A%84%E5%AD%90%E6%95%B0%E7%BB%84/">209. 长度最小的子数组</a></p><time class="has-text-weight-semibold has-text-grey" datetime="2021-11-27T13:55:47.000Z">2021-11-27</time></section></li></ul></main><main class="aside-card-container categories-widget category-page"><h3>分类</h3><section><ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/iOS/">iOS</a><span class="category-list-count">17</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/leetcode%E5%88%B7%E9%A2%98%E9%A2%98%E8%A7%A3/">leetcode刷题题解</a><span class="category-list-count">93</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/%E6%95%B0%E6%8D%AE%E5%BA%93/">数据库</a><span class="category-list-count">4</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/%E6%9D%82%E8%B0%88/">杂谈</a><span class="category-list-count">32</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/">源码分析</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/%E7%AC%94%E8%AE%B0/">笔记</a><span class="category-list-count">28</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C/">计算机网络</a><span class="category-list-count">1</span></li></ul></section></main><main class="aside-card-container tag-widget"><h3>标签</h3><section><a href="/tags/%E4%B8%AD%E7%AD%89"><span class="tag post-item-tag" style="margin-bottom: 5px;">中等</span></a><a href="/tags/%E9%93%BE%E8%A1%A8"><span class="tag post-item-tag" style="margin-bottom: 5px;">链表</span></a><a href="/tags/%E5%AD%97%E7%AC%A6%E4%B8%B2"><span class="tag post-item-tag" style="margin-bottom: 5px;">字符串</span></a><a href="/tags/%E5%8A%A8%E6%80%81%E8%A7%84%E5%88%92"><span class="tag post-item-tag" style="margin-bottom: 5px;">动态规划</span></a><a href="/tags/KMP%E7%AE%97%E6%B3%95"><span class="tag post-item-tag" style="margin-bottom: 5px;">KMP算法</span></a><a href="/tags/iOS"><span class="tag post-item-tag" style="margin-bottom: 5px;">iOS</span></a><a href="/tags/%E9%9D%A2%E8%AF%95"><span class="tag post-item-tag" style="margin-bottom: 5px;">面试</span></a><a href="/tags/Python,%20NumPy"><span class="tag post-item-tag" style="margin-bottom: 5px;">Python, NumPy</span></a><a href="/tags/Python%EF%BC%8CNumPy"><span class="tag post-item-tag" style="margin-bottom: 5px;">Python,NumPy</span></a><a href="/tags/%E5%9F%BA%E7%A1%80,%20NumPY"><span class="tag post-item-tag" style="margin-bottom: 5px;">基础, NumPY</span></a><a href="/tags/Python,%20Pandas"><span class="tag post-item-tag" style="margin-bottom: 5px;">Python, Pandas</span></a><a href="/tags/Python,%20pandas"><span class="tag post-item-tag" style="margin-bottom: 5px;">Python, pandas</span></a><a href="/tags/Python,%20Pandas,%20%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8"><span class="tag post-item-tag" style="margin-bottom: 5px;">Python, Pandas, 数据存储</span></a><a href="/tags/Python,%20Scrapy"><span class="tag post-item-tag" style="margin-bottom: 5px;">Python, Scrapy</span></a><a href="/tags/Redis"><span class="tag post-item-tag" style="margin-bottom: 5px;">Redis</span></a><a href="/tags/MySQL"><span class="tag post-item-tag" style="margin-bottom: 5px;">MySQL</span></a><a href="/tags/MySQL%E9%94%81%EF%BC%8CInnoDB"><span class="tag post-item-tag" style="margin-bottom: 5px;">MySQL锁,InnoDB</span></a><a href="/tags/sqlite"><span class="tag post-item-tag" style="margin-bottom: 5px;">sqlite</span></a><a href="/tags/c"><span class="tag post-item-tag" style="margin-bottom: 5px;">c</span></a><a href="/tags/BTree"><span class="tag post-item-tag" style="margin-bottom: 5px;">BTree</span></a><a href="/tags/%E7%AC%94%E8%AE%B0"><span class="tag post-item-tag" style="margin-bottom: 5px;">笔记</span></a><a href="/tags/HTTP"><span class="tag post-item-tag" style="margin-bottom: 5px;">HTTP</span></a><a href="/tags/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C"><span class="tag post-item-tag" style="margin-bottom: 5px;">计算机网络</span></a><a href="/tags/SDWebImage"><span class="tag post-item-tag" style="margin-bottom: 5px;">SDWebImage</span></a><a href="/tags/self-sizing"><span class="tag post-item-tag" style="margin-bottom: 5px;">self-sizing</span></a><a href="/tags/wwdc"><span class="tag post-item-tag" style="margin-bottom: 5px;">wwdc</span></a><a href="/tags/UIPresentationController"><span class="tag post-item-tag" style="margin-bottom: 5px;">UIPresentationController</span></a><a href="/tags/%E5%86%85%E5%AD%98%E7%AE%A1%E7%90%86"><span class="tag post-item-tag" style="margin-bottom: 5px;">内存管理</span></a><a href="/tags/iOS%E9%80%86%E5%90%91"><span class="tag post-item-tag" style="margin-bottom: 5px;">iOS逆向</span></a><a href="/tags/Autolayout"><span class="tag post-item-tag" style="margin-bottom: 5px;">Autolayout</span></a><a href="/tags/cocoapods"><span class="tag post-item-tag" style="margin-bottom: 5px;">cocoapods</span></a><a href="/tags/iOS%20Animation"><span class="tag post-item-tag" style="margin-bottom: 5px;">iOS Animation</span></a><a href="/tags/Size%20Classes"><span class="tag post-item-tag" style="margin-bottom: 5px;">Size Classes</span></a><a href="/tags/ATS"><span class="tag post-item-tag" style="margin-bottom: 5px;">ATS</span></a><a href="/tags/xctool"><span class="tag post-item-tag" style="margin-bottom: 5px;">xctool</span></a><a href="/tags/URL"><span class="tag post-item-tag" style="margin-bottom: 5px;">URL</span></a><a href="/tags/%E4%B8%AD%E7%AD%89%EF%BC%8C%20BFS"><span class="tag post-item-tag" style="margin-bottom: 5px;">中等, BFS</span></a><a href="/tags/BFS"><span class="tag post-item-tag" style="margin-bottom: 5px;">BFS</span></a><a href="/tags/%E7%AE%80%E5%8D%95"><span class="tag post-item-tag" style="margin-bottom: 5px;">简单</span></a><a href="/tags/%E6%A0%91"><span class="tag post-item-tag" style="margin-bottom: 5px;">树</span></a><a href="/tags/%E6%95%B0%E7%BB%84"><span class="tag post-item-tag" style="margin-bottom: 5px;">数组</span></a><a href="/tags/%E8%B4%AA%E5%BF%83%E7%AE%97%E6%B3%95"><span class="tag post-item-tag" style="margin-bottom: 5px;">贪心算法</span></a><a href="/tags/%E6%B7%B1%E5%BA%A6%E4%BC%98%E5%85%88%E6%90%9C%E7%B4%A2"><span class="tag post-item-tag" style="margin-bottom: 5px;">深度优先搜索</span></a><a href="/tags/%E9%93%BE%E8%A1%A8%EF%BC%8C%E5%93%88%E5%B8%8C%E8%A1%A8"><span class="tag post-item-tag" style="margin-bottom: 5px;">链表,哈希表</span></a><a href="/tags/%E4%BA%8C%E5%88%86%E6%9F%A5%E6%89%BE"><span class="tag post-item-tag" style="margin-bottom: 5px;">二分查找</span></a><a href="/tags/%E8%BF%AD%E4%BB%A3"><span class="tag post-item-tag" style="margin-bottom: 5px;">迭代</span></a><a href="/tags/%E9%80%92%E5%BD%92"><span class="tag post-item-tag" style="margin-bottom: 5px;">递归</span></a><a href="/tags/%E5%BD%92%E5%B9%B6%E6%8E%92%E5%BA%8F"><span class="tag post-item-tag" style="margin-bottom: 5px;">归并排序</span></a><a href="/tags/%E5%8F%8C%E6%8C%87%E9%92%88"><span class="tag post-item-tag" style="margin-bottom: 5px;">双指针</span></a><a href="/tags/%E6%8E%92%E5%BA%8F"><span class="tag post-item-tag" style="margin-bottom: 5px;">排序</span></a><a href="/tags/%E6%A0%88"><span class="tag post-item-tag" style="margin-bottom: 5px;">栈</span></a><a href="/tags/%E9%98%9F%E5%88%97"><span class="tag post-item-tag" style="margin-bottom: 5px;">队列</span></a><a href="/tags/%E4%B8%AD%E7%AD%89%EF%BC%8C%E5%AD%97%E7%AC%A6%E4%B8%B2"><span class="tag post-item-tag" style="margin-bottom: 5px;">中等,字符串</span></a><a href="/tags/%E5%9B%9E%E6%BA%AF"><span class="tag post-item-tag" style="margin-bottom: 5px;">回溯</span></a><a href="/tags/%E5%93%88%E5%B8%8C%E8%A1%A8"><span class="tag post-item-tag" style="margin-bottom: 5px;">哈希表</span></a><a href="/tags/%E4%B8%AD%E7%AD%89%EF%BC%8C%E6%95%B0%E7%BB%84"><span class="tag post-item-tag" style="margin-bottom: 5px;">中等,数组</span></a><a href="/tags/%E6%BB%91%E5%8A%A8%E7%AA%97%E5%8F%A3"><span class="tag post-item-tag" style="margin-bottom: 5px;">滑动窗口</span></a><a href="/tags/%E6%B7%B1%E5%BA%A6%E4%BC%98%E5%85%88%E9%81%8D%E5%8E%86"><span class="tag post-item-tag" style="margin-bottom: 5px;">深度优先遍历</span></a><a href="/tags/%E7%AE%80%E5%8D%95%EF%BC%8C%E6%95%B0%E7%BB%84%EF%BC%8C%E5%8F%8C%E6%8C%87%E9%92%88"><span class="tag post-item-tag" style="margin-bottom: 5px;">简单,数组,双指针</span></a><a href="/tags/%E5%8D%95%E8%B0%83%E6%A0%88"><span class="tag post-item-tag" style="margin-bottom: 5px;">单调栈</span></a><a href="/tags/%E4%B8%AD%E7%AD%89%EF%BC%8C%E6%A0%88"><span class="tag post-item-tag" style="margin-bottom: 5px;">中等,栈</span></a><a href="/tags/%E7%9F%A9%E9%98%B5"><span class="tag post-item-tag" style="margin-bottom: 5px;">矩阵</span></a><a href="/tags/%E5%B9%BF%E5%BA%A6%E4%BC%98%E5%85%88%E6%90%9C%E7%B4%A2"><span class="tag post-item-tag" style="margin-bottom: 5px;">广度优先搜索</span></a><a href="/tags/%E6%A8%A1%E6%8B%9F%E6%B3%95"><span class="tag post-item-tag" style="margin-bottom: 5px;">模拟法</span></a><a href="/tags/%E8%AE%BE%E8%AE%A1"><span class="tag post-item-tag" style="margin-bottom: 5px;">设计</span></a><a href="/tags/%E5%93%88%E5%B8%8C"><span class="tag post-item-tag" style="margin-bottom: 5px;">哈希</span></a><a href="/tags/LRU"><span class="tag post-item-tag" style="margin-bottom: 5px;">LRU</span></a><a href="/tags/%E5%8F%8C%E5%90%91%E9%93%BE%E8%A1%A8"><span class="tag post-item-tag" style="margin-bottom: 5px;">双向链表</span></a><a href="/tags/dijkstra"><span class="tag post-item-tag" style="margin-bottom: 5px;">dijkstra</span></a><a href="/tags/%E4%BA%8C%E5%8F%89%E6%A0%91"><span class="tag post-item-tag" style="margin-bottom: 5px;">二叉树</span></a><a href="/tags/%E6%8E%92%E5%BA%8F%E7%AE%97%E6%B3%95"><span class="tag post-item-tag" style="margin-bottom: 5px;">排序算法</span></a><a href="/tags/%E5%88%86%E6%B2%BB%E7%AE%97%E6%B3%95"><span class="tag post-item-tag" style="margin-bottom: 5px;">分治算法</span></a><a href="/tags/%E4%BD%8D%E8%BF%90%E7%AE%97"><span class="tag post-item-tag" style="margin-bottom: 5px;">位运算</span></a><a href="/tags/%E6%95%B0%E5%AD%A6"><span class="tag post-item-tag" style="margin-bottom: 5px;">数学</span></a><a href="/tags/DFS"><span class="tag post-item-tag" style="margin-bottom: 5px;">DFS</span></a><a href="/tags/%E5%AD%90%E6%9F%A5%E8%AF%A2"><span class="tag post-item-tag" style="margin-bottom: 5px;">子查询</span></a><a href="/tags/%E5%AD%98%E5%82%A8%E8%BF%87%E7%A8%8B"><span class="tag post-item-tag" style="margin-bottom: 5px;">存储过程</span></a><a href="/tags/%E6%B8%B8%E6%A0%87"><span class="tag post-item-tag" style="margin-bottom: 5px;">游标</span></a><a href="/tags/%E8%A7%86%E5%9B%BE"><span class="tag post-item-tag" style="margin-bottom: 5px;">视图</span></a><a href="/tags/%E8%A7%A6%E5%8F%91%E5%99%A8"><span class="tag post-item-tag" style="margin-bottom: 5px;">触发器</span></a><a href="/tags/%E5%85%A8%E6%96%87%E6%9C%AC%E6%90%9C%E7%B4%A2"><span class="tag post-item-tag" style="margin-bottom: 5px;">全文本搜索</span></a><a href="/tags/%E9%AB%98%E7%BA%A7%E8%81%94%E7%BB%93"><span class="tag post-item-tag" style="margin-bottom: 5px;">高级联结</span></a><a href="/tags/MySQL,%E7%AC%94%E8%AE%B0"><span class="tag post-item-tag" style="margin-bottom: 5px;">MySQL,笔记</span></a><a href="/tags/%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F"><span class="tag post-item-tag" style="margin-bottom: 5px;">正则表达式</span></a><a href="/tags/%E6%B1%87%E6%80%BB"><span class="tag post-item-tag" style="margin-bottom: 5px;">汇总</span></a><a href="/tags/MySQL,%20%E4%BA%8B%E5%8A%A1"><span class="tag post-item-tag" style="margin-bottom: 5px;">MySQL, 事务</span></a><a href="/tags/%E7%BB%84%E5%90%88%E6%9F%A5%E8%AF%A2"><span class="tag post-item-tag" style="margin-bottom: 5px;">组合查询</span></a><a href="/tags/%E8%81%94%E7%BB%93"><span class="tag post-item-tag" style="margin-bottom: 5px;">联结</span></a><a href="/tags/TCP/IP"><span class="tag post-item-tag" style="margin-bottom: 5px;">TCP/IP</span></a><a href="/tags/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84"><span class="tag post-item-tag" style="margin-bottom: 5px;">数据结构</span></a><a href="/tags/hashmap"><span class="tag post-item-tag" style="margin-bottom: 5px;">hashmap</span></a><a href="/tags/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BB%84%E6%88%90"><span class="tag post-item-tag" style="margin-bottom: 5px;">计算机组成</span></a><a href="/tags/python"><span class="tag post-item-tag" style="margin-bottom: 5px;">python</span></a><a href="/tags/oop"><span class="tag post-item-tag" style="margin-bottom: 5px;">oop</span></a><a href="/tags/C++"><span class="tag post-item-tag" style="margin-bottom: 5px;">C++</span></a></section></main></aside></div></article><script>$claudia.fadeInImage(null, $claudia.blurBackdropImg)
window.addEventListener('resize', $claudia.throttle(function () {
var images = document.querySelectorAll('.js-img-fadeIn')
images.forEach($claudia.blurBackdropImg)
}, 150))</script></main><footer class="is-flex is-flex-direction-column is-align-items-center is-flex-shrink-0 is-family-serif"><section class="sns-container"><a title="twitter" target="_blank" rel="noopener nofollow" href="//twitter.com//"><i class="iconfont icon-twitter"></i></a><!-- Github--><a title="github" target="_blank" rel="noopener nofollow" href="//github.com/fuer4869"><i class="iconfont icon-github"></i></a><!-- Ins--><a title="instagram" target="_blank" rel="noopener nofollow" href="//www.instagram.com//"><i class="iconfont icon-ins"></i></a><!-- RSS--><!-- 知乎--><!-- 领英--><!-- 脸书--><a title="facebook" target="_blank" rel="noopener nofollow" href="//www.facebook.com//"><i class="iconfont icon-tian7_facebook"></i></a></section><p><span>Copyright ©</span><span> loannes 2022</span></p><div class="is-flex is-justify-content-center is-flex-wrap-wrap"><p>Powered by Hexo | </p><p class="is-flex is-justify-content-center"><a title="Hexo theme author" target="_blank" rel="noopener" href="//github.com/haojen">Theme by Haojen </a></p><div style="margin-top: 2px"><a class="github-button" title="github-button" target="_blank" rel="noopener" href="https://github.com/haojen/hexo-theme-Claudia" data-color-scheme="no-preference: light; light: light; dark: dark;" data-show-count="true"></a></div></div></footer><script async defer src="https://buttons.github.io/buttons.js"></script><script>$claudia.fadeInImage(null, $claudia.blurBackdropImg)
window.addEventListener('resize', $claudia.throttle(function () {
var images = document.querySelectorAll('.js-img-fadeIn')
images.forEach($claudia.blurBackdropImg)
}, 150))</script></body></html>