-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
12 lines (12 loc) · 11.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html><html lang="en"><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"/><title>Zen | craft‘s note</title><link rel="stylesheet" type="text/css" href="/css/normalize.css"/><link rel="stylesheet" type="text/css" href="/css/pure-min.css"/><link rel="stylesheet" type="text/css" href="/css/grids-responsive-min.css"/><link rel="stylesheet" type="text/css" href="/css/style.css"/><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"/><link rel="alternate" type="application/atom+xml" href="/atom.xml"/></head><body><div class="body_container"><div id="header"><div class="site-name"><h1 class="hidden">Zen</h1><a id="logo" href="/">Zen</a><p class="description">craft‘s note</p></div><div id="nav-menu"><a href="/" class="current"><i class="icon-home"> Home</i></a><a href="/archives/"><i class="icon-archive"> Archive</i></a><a href="/atom.xml"><i class="icon-rss"> RSS</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/02/21/Emacs个人笔记/">Emacs入门笔记</a></h2><div class="post-meta">2016-02-21</div><span data-thread-key="2016/02/21/Emacs个人笔记/" class="ds-thread-count"></span><div class="post-content"><p>春节前开始正式地系统学习 Emacs, 目前已经基本上能够做到正常使用了.<br>这篇文章并不是一篇有效的 Emacs 教程, 主要用来记录学习过程中的一些心得.</p></div><p class="readmore"><a href="/2016/02/21/Emacs个人笔记/">Read More</a></p></div><div class="post"><h2 class="post-title"><a href="/2016/02/08/有关C语言的闲聊/">有关C语言的闲聊</a></h2><div class="post-meta">2016-02-08</div><span data-thread-key="2016/02/08/有关C语言的闲聊/" class="ds-thread-count"></span><div class="post-content"><p>最近读k&r c和其他C语言书籍的一些感想:</p></div><p class="readmore"><a href="/2016/02/08/有关C语言的闲聊/">Read More</a></p></div><div class="post"><h2 class="post-title"><a href="/2016/01/21/igcc-REPL-for-c-c/">igcc:c/c++解释器</a></h2><div class="post-meta">2016-01-21</div><span data-thread-key="2016/01/21/igcc-REPL-for-c-c/" class="ds-thread-count"></span><div class="post-content"><p>最近在复习c/c++,苦于没有类似一些动态语言所提供的repl环境,难以方便地测试语法特性或实践短小简单的代码。</p></div><p class="readmore"><a href="/2016/01/21/igcc-REPL-for-c-c/">Read More</a></p></div><div class="post"><h2 class="post-title"><a href="/2015/12/29/使用nginx和nginx-rtmp搭建流媒体服务器/">使用 nginx 和 nginx-rtmp 搭建流媒体服务器</a></h2><div class="post-meta">2015-12-29</div><span data-thread-key="2015/12/29/使用nginx和nginx-rtmp搭建流媒体服务器/" class="ds-thread-count"></span><div class="post-content"><p>我们在阿里云上搭建流媒体服务器, 服务端环境为 ubuntu14.04.</p></div><p class="readmore"><a href="/2015/12/29/使用nginx和nginx-rtmp搭建流媒体服务器/">Read More</a></p></div><div class="post"><h2 class="post-title"><a href="/2015/12/27/Google-JS-代码风格指南(5)/">Google JS 代码风格指南(5)</a></h2><div class="post-meta">2015-12-27</div><span data-thread-key="2015/12/27/Google-JS-代码风格指南(5)/" class="ds-thread-count"></span><div class="post-content"><h2 id="JavaScript__u4EE3_u7801_u98CE_u683C_u6307_u5357"><a href="#JavaScript__u4EE3_u7801_u98CE_u683C_u6307_u5357" class="headerlink" title="JavaScript 代码风格指南"></a>JavaScript 代码风格指南</h2><p>这份指南列出了编写 JavaScript 时需要遵守的规范, 指明哪些应该<strong>提倡</strong>, 哪些应该<del>避免</del>.<br>本文基于 google 的规范翻译整理(JavaScript 是许多 Google 开源项目使用的主要客户端脚本语言).</p></div><p class="readmore"><a href="/2015/12/27/Google-JS-代码风格指南(5)/">Read More</a></p></div><div class="post"><h2 class="post-title"><a href="/2015/12/27/Google-JS-代码风格指南(4)/">Google JS 代码风格指南(4)</a></h2><div class="post-meta">2015-12-27</div><span data-thread-key="2015/12/27/Google-JS-代码风格指南(4)/" class="ds-thread-count"></span><div class="post-content"><h2 id="JavaScript__u4EE3_u7801_u98CE_u683C_u6307_u5357"><a href="#JavaScript__u4EE3_u7801_u98CE_u683C_u6307_u5357" class="headerlink" title="JavaScript 代码风格指南"></a>JavaScript 代码风格指南</h2><p>这份指南列出了编写 JavaScript 时需要遵守的规范, 指明哪些应该<strong>提倡</strong>, 哪些应该<del>避免</del>.<br>本文基于 google 的规范翻译整理(JavaScript 是许多 Google 开源项目使用的主要客户端脚本语言).</p></div><p class="readmore"><a href="/2015/12/27/Google-JS-代码风格指南(4)/">Read More</a></p></div><div class="post"><h2 class="post-title"><a href="/2015/12/27/Google-JS-代码风格指南(3)/">Google JS 代码风格指南(3)</a></h2><div class="post-meta">2015-12-27</div><span data-thread-key="2015/12/27/Google-JS-代码风格指南(3)/" class="ds-thread-count"></span><div class="post-content"><h2 id="JavaScript__u4EE3_u7801_u98CE_u683C_u6307_u5357"><a href="#JavaScript__u4EE3_u7801_u98CE_u683C_u6307_u5357" class="headerlink" title="JavaScript 代码风格指南"></a>JavaScript 代码风格指南</h2><p>这份指南列出了编写 JavaScript 时需要遵守的规范, 指明哪些应该<strong>提倡</strong>, 哪些应该<del>避免</del>.<br>本文基于 google 的规范翻译整理(JavaScript 是许多 Google 开源项目使用的主要客户端脚本语言).</p></div><p class="readmore"><a href="/2015/12/27/Google-JS-代码风格指南(3)/">Read More</a></p></div><div class="post"><h2 class="post-title"><a href="/2015/12/27/Google-JS-代码风格指南(2)/">Google JS 代码风格指南(2)</a></h2><div class="post-meta">2015-12-27</div><span data-thread-key="2015/12/27/Google-JS-代码风格指南(2)/" class="ds-thread-count"></span><div class="post-content"><h2 id="JavaScript__u4EE3_u7801_u98CE_u683C_u6307_u5357"><a href="#JavaScript__u4EE3_u7801_u98CE_u683C_u6307_u5357" class="headerlink" title="JavaScript 代码风格指南"></a>JavaScript 代码风格指南</h2><p>这份指南列出了编写 JavaScript 时需要遵守的规范, 指明哪些应该<strong>提倡</strong>, 哪些应该<del>避免</del>.<br>本文基于 google 的规范翻译整理(JavaScript 是许多 Google 开源项目使用的主要客户端脚本语言).</p></div><p class="readmore"><a href="/2015/12/27/Google-JS-代码风格指南(2)/">Read More</a></p></div><div class="post"><h2 class="post-title"><a href="/2015/12/27/Google-JS-代码风格指南(1)/">Google JS 代码风格指南(1)</a></h2><div class="post-meta">2015-12-27</div><span data-thread-key="2015/12/27/Google-JS-代码风格指南(1)/" class="ds-thread-count"></span><div class="post-content"><h2 id="JavaScript__u4EE3_u7801_u98CE_u683C_u6307_u5357"><a href="#JavaScript__u4EE3_u7801_u98CE_u683C_u6307_u5357" class="headerlink" title="JavaScript 代码风格指南"></a>JavaScript 代码风格指南</h2><p>这份指南列出了编写 JavaScript 时需要遵守的规范, 指明哪些应该<strong>提倡</strong>, 哪些应该<del>避免</del>.<br>本文基于 google 的规范翻译整理(JavaScript 是许多 Google 开源项目使用的主要客户端脚本语言).</p></div><p class="readmore"><a href="/2015/12/27/Google-JS-代码风格指南(1)/">Read More</a></p></div></div></div><div class="pure-u-1-4"><div id="sidebar"><div class="widget"><form action="//www.google.com/search" method="get" accept-charset="utf-8" target="_blank" class="search-form"><input type="text" name="q" maxlength="20" placeholder="Search" class="search-form-input"/><input type="hidden" name="sitesearch" value="http://yoursite.com"/></form></div><div class="widget"><div class="widget-title">Categories</div></div><div class="widget"><div class="widget-title">Tags</div><div class="tagcloud"><a href="/tags/Emacs/" style="font-size: 15px;">Emacs</a> <a href="/tags/c-c/" style="font-size: 15px;">c/c++</a> <a href="/tags/linux/" style="font-size: 15px;">linux</a> <a href="/tags/nginx/" style="font-size: 15px;">nginx</a> <a href="/tags/JavaScript/" style="font-size: 15px;">JavaScript</a></div></div><div class="widget"><div class="widget-title">Recent</div><ul class="post-list"><li class="post-list-item"><a class="post-list-link" href="/2016/02/21/Emacs个人笔记/">Emacs入门笔记</a></li><li class="post-list-item"><a class="post-list-link" href="/2016/02/08/有关C语言的闲聊/">有关C语言的闲聊</a></li><li class="post-list-item"><a class="post-list-link" href="/2016/01/21/igcc-REPL-for-c-c/">igcc:c/c++解释器</a></li><li class="post-list-item"><a class="post-list-link" href="/2015/12/29/使用nginx和nginx-rtmp搭建流媒体服务器/">使用 nginx 和 nginx-rtmp 搭建流媒体服务器</a></li><li class="post-list-item"><a class="post-list-link" href="/2015/12/27/Google-JS-代码风格指南(5)/">Google JS 代码风格指南(5)</a></li><li class="post-list-item"><a class="post-list-link" href="/2015/12/27/Google-JS-代码风格指南(4)/">Google JS 代码风格指南(4)</a></li><li class="post-list-item"><a class="post-list-link" href="/2015/12/27/Google-JS-代码风格指南(3)/">Google JS 代码风格指南(3)</a></li><li class="post-list-item"><a class="post-list-link" href="/2015/12/27/Google-JS-代码风格指南(2)/">Google JS 代码风格指南(2)</a></li><li class="post-list-item"><a class="post-list-link" href="/2015/12/27/Google-JS-代码风格指南(1)/">Google JS 代码风格指南(1)</a></li></ul></div><div class="widget"><div class="comments-title">Recent Comments</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">Blogroll</div><ul></ul><a href="https://www.zhihu.com/people/craftman" title="知乎" target="_blank">知乎</a><ul></ul><a href="http://www.douban.com/people/craftman/" title="豆瓣" target="_blank">豆瓣</a></div></div></div></div><div id="footer">© <a href="/" rel="nofollow">Zen.</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><a id="rocket" href="#top" class="show"></a><script src="/js/jquery.min.js" type="text/javascript"></script>
<script src="/js/totop.js" type="text/javascript"></script><script src="/js/fancybox.pack.js" type="text/javascript"></script>
<script src="/js/jquery.fancybox.js" type="text/javascript"></script><link rel="stylesheet" href="/css/jquery.fancybox.css" type="text/css"><script>var duoshuoQuery = {short_name:'crafteverywhere'};
(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></div></body></html>