-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
10 lines (10 loc) · 9.72 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html><html lang="zh-Hans"><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="You may delay, But time will not."><title>lircs's blog | Write Everyday</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/7.0.0/normalize.min.css"><link rel="stylesheet" type="text/css" href="//cdn.bootcss.com/pure/1.0.0/pure-min.css"><link rel="stylesheet" type="text/css" href="//cdn.bootcss.com/pure/1.0.0/grids-responsive-min.css"><link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css"><script type="text/javascript" src="//cdn.bootcss.com/jquery/3.2.1/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">lircs's blog</h1><a id="logo" href="/.">lircs's blog</a><p class="description">Write Everyday</p></div><div id="nav-menu"><a class="current" href="/."><i class="fa fa-home"> 主页</i></a><a href="/archives/"><i class="fa fa-archive"> 归档</i></a><a href="/timeline"><i class="fa fa-random"> 历史</i></a><a href="/about/"><i class="fa fa-user"> 关于</i></a></div></div><div class="pure-g" id="layout"><div class="pure-u-1 pure-u-md-3-4"><div class="content_container"><div class="post"><h1 class="post-title"><a href="/2018/01/24/linux-cmd-top/">linux命令学习-top</a></h1><div class="post-meta">2018-01-24</div><div class="post-content"><figure class="highlight shell"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="meta">#</span><span class="bash"> top //linux 命令行</span></span><br></pre></td></tr></table></figure>
<p><img src="/images/article/top.png" alt=""></p>
<p>图中所示是在我自己的ubuntu中使用<code>top</code>时所展示的。</p></div><p class="readmore"><a href="/2018/01/24/linux-cmd-top/">Mehr lesen</a></p></div><div class="post"><h1 class="post-title"><a href="/2017/10/08/configure-ss-on-the-ubuntu/">在ubuntu系统下配置shadowsocks</a></h1><div class="post-meta">2017-10-08</div><div class="post-content"><p><img src="/images/article/ss.png" alt="shadowsocks"></p>
<blockquote>
<p>建议安装pytyon版本的shadowsocks。可以参照本文来配置,也可以使用文末参考中的自动安装脚本安装。</p>
</blockquote></div><p class="readmore"><a href="/2017/10/08/configure-ss-on-the-ubuntu/">Mehr lesen</a></p></div><div class="post"><h1 class="post-title"><a href="/2017/10/07/c-pointer-and-const/">C指针与const限定符</a></h1><div class="post-meta">2017-10-07</div><div class="post-content"><blockquote>
<p>指针在C语言里是精髓所在,也是C语言最吸引人的地方,它可以直接操作内存,在编写程序的过程中有着极大的发挥空间。有人也把指针说成是C语言的灵魂,用好指针是对C语言理解的一个质变。</p>
</blockquote></div><p class="readmore"><a href="/2017/10/07/c-pointer-and-const/">Mehr lesen</a></p></div><div class="post"><h1 class="post-title"><a href="/2017/10/07/Config-nfs-on-ubuntu/">Ubuntu 下安装配置NFS服务</a></h1><div class="post-meta">2017-10-07</div><div class="post-content"><blockquote>
<p>NFS 是Network File System的缩写,即网络文件系统。一种使用于分散式文件系统的协定,由Sun公司开发,于1984年向外公布。功能是通过网络让不同的机器、不同的操作系统能够彼此分享个别的数据,让应用程序在客户端通过网络访问位于服务器磁盘中的数据,是在类Unix系统间实现磁盘文件共享的一种方法。<br>NFS 的基本原则是“容许不同的客户端及服务端通过一组RPC分享相同的文件系统”,它是独立于操作系统,容许不同硬件及操作系统的系统共同进行文件的分享。</p>
</blockquote></div><p class="readmore"><a href="/2017/10/07/Config-nfs-on-ubuntu/">Mehr lesen</a></p></div><div class="post"><h1 class="post-title"><a href="/2017/10/02/bubblesort-and-selectionsort/">冒泡排序法和选择排序法</a></h1><div class="post-meta">2017-10-02</div><div class="post-content"><p>C语言中,常用的算法有:冒泡排序、快速排序、插入排序、选择排序、希尔排序、堆排序以及归并<br>排序等等。那么从这篇开始,我将分别总结下这几种排序法。</p></div><p class="readmore"><a href="/2017/10/02/bubblesort-and-selectionsort/">Mehr lesen</a></p></div><div class="post"><h1 class="post-title"><a href="/2017/10/02/hello-world/">Hello World</a></h1><div class="post-meta">2017-10-02</div><div class="post-content"><p>Welcome to <a href="https://hexo.io/" target="_blank" rel="noopener">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/" target="_blank" rel="noopener">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a href="https://hexo.io/docs/troubleshooting.html" target="_blank" rel="noopener">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues" target="_blank" rel="noopener">GitHub</a>.</p></div><p class="readmore"><a href="/2017/10/02/hello-world/">Mehr lesen</a></p></div></div></div><div class="pure-u-1-4 hidden_mid_and_down"><div id="sidebar"><div class="widget"><form class="search-form" action="//www.google.com/search" method="get" accept-charset="utf-8" target="_blank"><input type="text" name="q" maxlength="20" placeholder="Search"/><input type="hidden" name="sitesearch" value="http://lircs.com"/></form></div><div class="widget"><div class="widget-title"><i class="fa fa-folder-o"> 分类目录</i></div><ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/linux/">linux</a></li><li class="category-list-item"><a class="category-list-link" href="/categories/操作系统/">操作系统</a></li><li class="category-list-item"><a class="category-list-link" href="/categories/算法设计/">算法设计</a></li><li class="category-list-item"><a class="category-list-link" href="/categories/编程语言/">编程语言</a></li></ul></div><div class="widget"><div class="widget-title"><i class="fa fa-star-o"> 标签</i></div><div class="tagcloud"><a href="/tags/算法/" style="font-size: 15px;">算法</a> <a href="/tags/C-C/" style="font-size: 15px;">C/C++</a> <a href="/tags/Pointer/" style="font-size: 15px;">Pointer</a> <a href="/tags/const/" style="font-size: 15px;">const</a> <a href="/tags/nfs/" style="font-size: 15px;">nfs</a> <a href="/tags/ubuntu/" style="font-size: 15px;">ubuntu</a> <a href="/tags/linux/" style="font-size: 15px;">linux</a> <a href="/tags/冒泡排序法/" style="font-size: 15px;">冒泡排序法</a> <a href="/tags/选择排序法/" style="font-size: 15px;">选择排序法</a> <a href="/tags/ss/" style="font-size: 15px;">ss</a> <a href="/tags/Ubuntu/" style="font-size: 15px;">Ubuntu</a> <a href="/tags/hello-hexo/" style="font-size: 15px;">hello hexo</a> <a href="/tags/top/" style="font-size: 15px;">top</a> <a href="/tags/linux-cmd/" style="font-size: 15px;">linux_cmd</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="/2018/01/24/linux-cmd-top/">linux命令学习-top</a></li><li class="post-list-item"><a class="post-list-link" href="/2017/10/08/configure-ss-on-the-ubuntu/">在ubuntu系统下配置shadowsocks</a></li><li class="post-list-item"><a class="post-list-link" href="/2017/10/07/c-pointer-and-const/">C指针与const限定符</a></li><li class="post-list-item"><a class="post-list-link" href="/2017/10/07/Config-nfs-on-ubuntu/">Ubuntu 下安装配置NFS服务</a></li><li class="post-list-item"><a class="post-list-link" href="/2017/10/02/bubblesort-and-selectionsort/">冒泡排序法和选择排序法</a></li><li class="post-list-item"><a class="post-list-link" href="/2017/10/02/hello-world/">Hello World</a></li></ul></div><div class="widget"><div class="widget-title"><i class="fa fa-external-link"> 友情链接</i></div><ul></ul><a href="http://www.example1.com/" title="site-name1" target="_blank">site-name1</a><ul></ul><a href="http://www.example2.com/" title="site-name2" target="_blank">site-name2</a><ul></ul><a href="http://www.example3.com/" title="site-name3" target="_blank">site-name3</a></div></div></div><div class="pure-u-1 pure-u-md-3-4"><div id="footer">Copyright © 2018 <a href="/." rel="nofollow">lircs's blog.</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 class="show" id="rocket" href="#top"></a><script type="text/javascript" src="/js/totop.js?v=0.0.0" async></script><script type="text/javascript" src="//cdn.bootcss.com/fancybox/3.2.5/jquery.fancybox.min.js" async></script><script type="text/javascript" src="/js/fancybox.js?v=0.0.0" async></script><link rel="stylesheet" type="text/css" href="//cdn.bootcss.com/fancybox/3.2.5/jquery.fancybox.min.css"><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>