-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 8.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html><html lang="zh-CN"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"><meta content="yes" name="apple-mobile-web-app-capable"><meta content="black-translucent" name="apple-mobile-web-app-status-bar-style"><meta content="telephone=no" name="format-detection"><meta name="description" content="自古求真皆寂寞,唯挑心灯伴夜霭"><title>岁月如歌 | 莫厌追欢笑语频,寻思离乱好伤神。闲来屈指从头数,得见清平有几人</title><link rel="stylesheet" type="text/css" href="/css/style.css?v=0.0.0"><link rel="stylesheet" type="text/css" href="//cdn.bootcss.com/normalize/4.1.1/normalize.min.css"><link rel="stylesheet" type="text/css" href="//cdn.bootcss.com/pure/0.6.0/pure-min.css"><link rel="stylesheet" type="text/css" href="//cdn.bootcss.com/pure/0.6.0/grids-responsive-min.css"><link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.6.2/css/font-awesome.min.css"><script type="text/javascript" src="//cdn.bootcss.com/jquery/2.2.3/jquery.min.js"></script><link rel="Shortcut Icon" type="image/x-icon" href="/favicon.ico"><link rel="apple-touch-icon" href="/apple-touch-icon.png"><link rel="apple-touch-icon-precomposed" href="/apple-touch-icon.png"></head><body><div class="body_container"><div id="header"><div class="site-name"><h1 class="hidden">岁月如歌</h1><a id="logo" href="/.">岁月如歌</a><p class="description">莫厌追欢笑语频,寻思离乱好伤神。闲来屈指从头数,得见清平有几人</p></div><div id="nav-menu"><a href="/." class="current"><i class="fa fa-home"> 首页</i></a><a href="/archives/"><i class="fa fa-archive"> 归档</i></a><a href="/about/"><i class="fa fa-user"> 关于</i></a></div></div><div id="layout" class="pure-g"><div class="pure-u-1 pure-u-md-3-4"><div class="content_container"><div class="post"><h2 class="post-title"><a href="/2016/07/02/像sql一样对数组排序/">像sql一样对数组排序</a></h2><div class="post-meta">2016-07-02</div><a data-thread-key="2016/07/02/像sql一样对数组排序/" href="/2016/07/02/像sql一样对数组排序/#comments" class="ds-thread-count"></a><div class="post-content"><p>php数组排序是经常用的功能,这里提供一种类SQL的排序方法,作为基础组件使用,非常直观方便。</p></div><p class="readmore"><a href="/2016/07/02/像sql一样对数组排序/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2016/07/02/排序算法实现(php)/">排序算法实现(php)</a></h2><div class="post-meta">2016-07-02</div><a data-thread-key="2016/07/02/排序算法实现(php)/" href="/2016/07/02/排序算法实现(php)/#comments" class="ds-thread-count"></a><div class="post-content"><p>在<a href="https://zh.wikipedia.org/wiki/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%A7%91%E5%AD%A6" target="_blank" rel="external">计算机科学</a>所使用的排序算法通常被分类为:</p></div><p class="readmore"><a href="/2016/07/02/排序算法实现(php)/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2016/06/13/CSRF-XSS-SQL注入/">CSRF/XSS/SQL注入</a></h2><div class="post-meta">2016-06-13</div><a data-thread-key="2016/06/13/CSRF-XSS-SQL注入/" href="/2016/06/13/CSRF-XSS-SQL注入/#comments" class="ds-thread-count"></a><div class="post-content"><h2 id="CSRF"><a href="#CSRF" class="headerlink" title="CSRF"></a>CSRF</h2><blockquote></div><p class="readmore"><a href="/2016/06/13/CSRF-XSS-SQL注入/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2016/06/12/用markdown写作/">用markdown写作</a></h2><div class="post-meta">2016-06-12</div><a data-thread-key="2016/06/12/用markdown写作/" href="/2016/06/12/用markdown写作/#comments" class="ds-thread-count"></a><div class="post-content"><p>作者:<strong>arihu</strong></p></div><p class="readmore"><a href="/2016/06/12/用markdown写作/">阅读更多</a></p></div></div></div><div class="pure-u-1-4"><div id="sidebar"><div class="widget"><div class="search-form"><input id="local-search-input" placeholder="Search" type="text" name="q" results="0"/><div id="local-search-result"></div></div></div><div class="widget"><div class="widget-title"><i class="fa fa-folder-o"> 分类</i></div></div><div class="widget"><div class="widget-title"><i class="fa fa-star-o"> 标签</i></div><div class="tagcloud"><a href="/tags/WEB安全/" style="font-size: 15px;">WEB安全</a> <a href="/tags/算法/" style="font-size: 15px;">算法</a> <a href="/tags/markdown/" style="font-size: 15px;">markdown</a> <a href="/tags/php工具/" style="font-size: 15px;">php工具</a></div></div><div class="widget"><div class="widget-title"><i class="fa fa-file-o"> 最新文章</i></div><ul class="post-list"><li class="post-list-item"><a class="post-list-link" href="/2016/07/02/像sql一样对数组排序/">像sql一样对数组排序</a></li><li class="post-list-item"><a class="post-list-link" href="/2016/07/02/排序算法实现(php)/">排序算法实现(php)</a></li><li class="post-list-item"><a class="post-list-link" href="/2016/06/13/CSRF-XSS-SQL注入/">CSRF/XSS/SQL注入</a></li><li class="post-list-item"><a class="post-list-link" href="/2016/06/12/用markdown写作/">用markdown写作</a></li></ul></div><div class="widget"><div class="comments-title"><i class="fa fa-comment-o"> 最近评论</i></div><div data-num-items="5" data-show-avatars="0" data-show-time="1" data-show-admin="0" data-excerpt-length="32" data-show-title="1" class="ds-recent-comments"></div></div><div class="widget"><div class="widget-title"><i class="fa fa-external-link"> 友情链接</i></div><ul></ul><a href="https://github.com/hu820" title="github" target="_blank">github</a><ul></ul><a href="http://weibo.com/hulinjun87" title="微博" target="_blank">微博</a><ul></ul><a href="https://www.zhihu.com/people/linjun-hu" title="知乎" target="_blank">知乎</a></div></div></div><div class="pure-u-1 pure-u-md-3-4"><div id="footer">© <a href="/." rel="nofollow">岁月如歌.</a> Powered by<a rel="nofollow" target="_blank" href="https://hexo.io"> Hexo.</a><a rel="nofollow" target="_blank" href="https://github.com/tufu9441/maupassant-hexo"> Theme</a> by<a rel="nofollow" target="_blank" href="https://github.com/pagecho"> Cho.</a></div></div></div><a id="rocket" href="#top" class="show"></a><script type="text/javascript" src="/js/totop.js?v=0.0.0" async></script><script type="text/javascript" src="//cdn.bootcss.com/fancybox/2.1.5/jquery.fancybox.pack.js" async></script><script type="text/javascript" src="/js/fancybox.js?v=0.0.0" async></script><link rel="stylesheet" type="text/css" href="/css/jquery.fancybox.css?v=0.0.0"><script>var duoshuoQuery = {short_name:'hu820'};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script><script type="text/javascript" src="/js/search.js?v=0.0.0"></script><script>var search_path = 'search.xml';
if (search_path.length == 0) {
search_path = 'search.xml';
}
var path = '/' + search_path;
searchFunc(path, 'local-search-input', 'local-search-result');
</script><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create','UA-79194181-1','auto');ga('send','pageview');
</script><script>var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?ad1f7bc8aba51cfcf47ff24b76a106f4";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script><script type="text/javascript" src="/js/codeblock-resizer.js?v=0.0.0"></script><script type="text/javascript" src="/js/smartresize.js?v=0.0.0"></script></div></body></html>