This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
7 lines (7 loc) · 10.7 KB
/
index.html
1
2
3
4
5
6
7
<!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="和志强,前端,.NET,兴趣使然的键盘操纵者,不错的YoungBoy,螳臂当车的歹徒"/><title>莫声谷 | 突然想到你,笑了笑自己</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">莫声谷</h1><a id="logo" href="/">莫声谷</a><p class="description">突然想到你,笑了笑自己</p></div><div id="nav-menu"><a href="/" class="current"><i class="icon-home"> 首页</i></a><a href="/archives/"><i class="icon-archive"> 归档</i></a><a href="/about/"><i class="icon-about"> 关于</i></a><a href="/atom.xml"><i class="icon-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/01/25/20160125_gof-for-js-pubsub/">js设计模式之观察者模式</a></h2><div class="post-meta">2016-01-25</div><span data-disqus-identifier="2016/01/25/20160125_gof-for-js-pubsub/" class="disqus-comment-count"></span><div class="post-content"><p>不要找我,我会联系你的!</p></div><p class="readmore"><a href="/2016/01/25/20160125_gof-for-js-pubsub/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2016/01/23/20160123-gof-for-js-each/">js设计模式之迭代器模式</a></h2><div class="post-meta">2016-01-23</div><span data-disqus-identifier="2016/01/23/20160123-gof-for-js-each/" class="disqus-comment-count"></span><div class="post-content"><p>一二三四五,六七八九十!</p></div><p class="readmore"><a href="/2016/01/23/20160123-gof-for-js-each/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2016/01/22/20160122_gof-for-js-strategy/">js设计模式之策略模式</a></h2><div class="post-meta">2016-01-22</div><span data-disqus-identifier="2016/01/22/20160122_gof-for-js-strategy/" class="disqus-comment-count"></span><div class="post-content"><p>厂家倒闭,原价 100元, 200元,300元的包包,现在全部50元,全部50元!</p></div><p class="readmore"><a href="/2016/01/22/20160122_gof-for-js-strategy/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2016/01/17/20160118_gof-for-js-proxy/">js设计模式之代理模式</a></h2><div class="post-meta">2016-01-17</div><span data-disqus-identifier="2016/01/17/20160118_gof-for-js-proxy/" class="disqus-comment-count"></span><div class="post-content"><p>乱哄哄,你方唱罢我登场,反认他乡是故乡;甚荒唐,到头来都是为他人作嫁衣裳。</p></div><p class="readmore"><a href="/2016/01/17/20160118_gof-for-js-proxy/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2016/01/17/20160117_gof_for_js_single/">js设计模式之单例模式</a></h2><div class="post-meta">2016-01-17</div><span data-disqus-identifier="2016/01/17/20160117_gof_for_js_single/" class="disqus-comment-count"></span><div class="post-content"><p>生还是不生,自己决定吧!</p></div><p class="readmore"><a href="/2016/01/17/20160117_gof_for_js_single/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2016/01/15/20160115_js_module/">JS模块化历程</a></h2><div class="post-meta">2016-01-15</div><span data-disqus-identifier="2016/01/15/20160115_js_module/" class="disqus-comment-count"></span><div class="post-content"><p>在ES6 之前的 js 中,并没有像 java 的 import, C# 的 using, css 的 @import 这种类似的语言支持的模块系统.</p></div><p class="readmore"><a href="/2016/01/15/20160115_js_module/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2016/01/13/20160113_js_cheat_scope/">修改js词法作用域的几种方式</a></h2><div class="post-meta">2016-01-13</div><span data-disqus-identifier="2016/01/13/20160113_js_cheat_scope/" class="disqus-comment-count"></span><div class="post-content"><p>js中的作用域是词法作用域,也就是完全由编写代码期间函数的位置决定,那能不能人为的修改,创建作用域那?当然是可以的.</p></div><p class="readmore"><a href="/2016/01/13/20160113_js_cheat_scope/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2016/01/12/20160112_js_es6_let/">ES6之let</a></h2><div class="post-meta">2016-01-12</div><span data-disqus-identifier="2016/01/12/20160112_js_es6_let/" class="disqus-comment-count"></span><div class="post-content"><p>如果以前说 js 中没有块级作用域的话, ES6 后就不能这么说了哦!</p></div><p class="readmore"><a href="/2016/01/12/20160112_js_es6_let/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2016/01/10/20160110_js_variable_up/">JS中的提升</a></h2><div class="post-meta">2016-01-10</div><span data-disqus-identifier="2016/01/10/20160110_js_variable_up/" class="disqus-comment-count"></span><div class="post-content"><p>离得越近,其实看见的越少 - 《惊天魔盗团》</p></div><p class="readmore"><a href="/2016/01/10/20160110_js_variable_up/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2016/01/06/20160106_css_flex2/">flex简明教程(二)</a></h2><div class="post-meta">2016-01-06</div><span data-disqus-identifier="2016/01/06/20160106_css_flex2/" class="disqus-comment-count"></span><div class="post-content"><p>接上次flex的文章,这次我们讲 flex 剩下的两种属性-弹性属性和对其属性</p></div><p class="readmore"><a href="/2016/01/06/20160106_css_flex2/">阅读更多</a></p></div><div class="page-navigator"><a href="/page/2/" class="next">下一页</a></div><script id="dsq-count-scr" src="//imhzq.disqus.com/count.js" async="async"></script></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://imhzq.com"/></form></div><div class="widget"><div class="widget-title">分类</div><ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/Emotion/">Emotion</a></li><li class="category-list-item"><a class="category-list-link" href="/categories/FE/">FE</a></li><li class="category-list-item"><a class="category-list-link" href="/categories/Freedom/">Freedom</a></li></ul></div><div class="widget"><div class="widget-title">标签</div><div class="tagcloud"><a href="/tags/ES6/" style="font-size: 15px;">ES6</a> <a href="/tags/GOF/" style="font-size: 15px;">GOF</a> <a href="/tags/面向对象/" style="font-size: 15px;">面向对象</a> <a href="/tags/前端/" style="font-size: 15px;">前端</a> <a href="/tags/模块化/" style="font-size: 15px;">模块化</a> <a href="/tags/javascript/" style="font-size: 15px;">javascript</a> <a href="/tags/Css/" style="font-size: 15px;">Css</a> <a href="/tags/CSS3动画/" style="font-size: 15px;">CSS3动画</a> <a href="/tags/生活/" style="font-size: 15px;">生活</a> <a href="/tags/HTML5/" style="font-size: 15px;">HTML5</a> <a href="/tags/Sass/" style="font-size: 15px;">Sass</a></div></div><div class="widget"><div class="widget-title">最新文章</div><ul class="post-list"><li class="post-list-item"><a class="post-list-link" href="/2016/01/25/20160125_gof-for-js-pubsub/">js设计模式之观察者模式</a></li><li class="post-list-item"><a class="post-list-link" href="/2016/01/23/20160123-gof-for-js-each/">js设计模式之迭代器模式</a></li><li class="post-list-item"><a class="post-list-link" href="/2016/01/22/20160122_gof-for-js-strategy/">js设计模式之策略模式</a></li><li class="post-list-item"><a class="post-list-link" href="/2016/01/17/20160118_gof-for-js-proxy/">js设计模式之代理模式</a></li><li class="post-list-item"><a class="post-list-link" href="/2016/01/17/20160117_gof_for_js_single/">js设计模式之单例模式</a></li><li class="post-list-item"><a class="post-list-link" href="/2016/01/15/20160115_js_module/">JS模块化历程</a></li><li class="post-list-item"><a class="post-list-link" href="/2016/01/13/20160113_js_cheat_scope/">修改js词法作用域的几种方式</a></li><li class="post-list-item"><a class="post-list-link" href="/2016/01/12/20160112_js_es6_let/">ES6之let</a></li><li class="post-list-item"><a class="post-list-link" href="/2016/01/10/20160110_js_variable_up/">JS中的提升</a></li><li class="post-list-item"><a class="post-list-link" href="/2016/01/06/20160106_css_flex2/">flex简明教程(二)</a></li></ul></div><div class="widget"><div class="widget-title">最近评论</div><script type="text/javascript" src="//imhzq.disqus.com/recent_comments_widget.js?num_items=5&hide_avatars=1&avatar_size=32&excerpt_length=20&hide_mods=1"></script></div><div class="widget"></div></div></div></div><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><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>(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-62344719-1','auto');ga('send','pageview');</script></div></body></html>