Skip to content

Commit 04ffeed

Browse files
committed
Site updated: 2017-07-31 22:13:53
1 parent ba21f68 commit 04ffeed

File tree

86 files changed

+6497
-3211
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+6497
-3211
lines changed

2017/05/15/IdentityServer介绍/index.html

+7
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,13 @@ <h4 class="title">ASP.NET Boilerplate(ABP)介绍</h4>
339339

340340

341341

342+
<div class="waves-block waves-effect next">
343+
<a href="/2017/07/31/了解Node-js事件循环/" id="post-next" class="post-nav-link">
344+
<div class="tips">Next <i class="icon icon-angle-right icon-lg icon-pl"></i></div>
345+
<h4 class="title">了解Node.js事件循环</h4>
346+
</a>
347+
</div>
348+
342349
</nav>
343350

344351

2017/07/31/了解Node-js事件循环/index.html

+509
Large diffs are not rendered by default.

archives/2017/07/index.html

+320
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,320 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
5+
6+
7+
8+
9+
10+
11+
12+
<meta charset="utf-8">
13+
14+
15+
16+
<title>Archives: 2017/7 | coderPreacher&#39;s Blog | Love life, love technology, positive, optimistic, beyond the self</title>
17+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
18+
19+
<meta name="theme-color" content="#3F51B5">
20+
21+
22+
<meta name="keywords" content="undefined">
23+
<meta name="description" content="Love life, love technology, positive, optimistic, beyond the self">
24+
<meta property="og:type" content="website">
25+
<meta property="og:title" content="coderPreacher's Blog">
26+
<meta property="og:url" content="http://coderpreacher.top/archives/2017/07/index.html">
27+
<meta property="og:site_name" content="coderPreacher's Blog">
28+
<meta property="og:description" content="Love life, love technology, positive, optimistic, beyond the self">
29+
<meta name="twitter:card" content="summary">
30+
<meta name="twitter:title" content="coderPreacher's Blog">
31+
<meta name="twitter:description" content="Love life, love technology, positive, optimistic, beyond the self">
32+
33+
<link rel="alternate" type="application/atom+xml" title="coderPreacher&#39;s Blog" href="/atom.xml">
34+
35+
<link rel="shortcut icon" href="/favicon.ico">
36+
<link rel="stylesheet" href="//unpkg.com/hexo-theme-material-indigo@latest/css/style.css">
37+
<script>window.lazyScripts=[]</script>
38+
</head>
39+
40+
<body>
41+
<div id="loading" class="active"></div>
42+
43+
<aside id="menu" >
44+
<div class="inner flex-row-vertical">
45+
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menu-off">
46+
<i class="icon icon-lg icon-close"></i>
47+
</a>
48+
<div class="brand-wrap" style="background-image:url(http://github.com/img/brand.jpg)">
49+
<div class="brand">
50+
<a href="/" class="avatar waves-effect waves-circle waves-light">
51+
<img src="/images/me.jpg">
52+
</a>
53+
<hgroup class="introduce">
54+
<h5 class="nickname">谢晖</h5>
55+
<a href="mailto:[email protected]" title="[email protected]" class="mail">[email protected]</a>
56+
</hgroup>
57+
</div>
58+
</div>
59+
<div class="scroll-wrap flex-col">
60+
<ul class="nav">
61+
62+
<li class="waves-block waves-effect">
63+
<a href="/" >
64+
<i class="icon icon-lg icon-home"></i>
65+
Home
66+
</a>
67+
</li>
68+
69+
<li class="waves-block waves-effect active">
70+
<a href="/archives" >
71+
<i class="icon icon-lg icon-archives"></i>
72+
Archives
73+
</a>
74+
</li>
75+
76+
<li class="waves-block waves-effect">
77+
<a href="/tags" >
78+
<i class="icon icon-lg icon-tags"></i>
79+
Tags
80+
</a>
81+
</li>
82+
83+
<li class="waves-block waves-effect">
84+
<a href="/categories" >
85+
<i class="icon icon-lg icon-th-list"></i>
86+
Categories
87+
</a>
88+
</li>
89+
90+
</ul>
91+
</div>
92+
</div>
93+
</aside>
94+
95+
<main id="main">
96+
<header class="top-header" id="header">
97+
<div class="flex-row">
98+
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light on" id="menu-toggle">
99+
<i class="icon icon-lg icon-navicon"></i>
100+
</a>
101+
<div class="flex-col header-title ellipsis">Archives</div>
102+
103+
<div class="search-wrap" id="search-wrap">
104+
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="back">
105+
<i class="icon icon-lg icon-chevron-left"></i>
106+
</a>
107+
<input type="text" id="key" class="search-input" autocomplete="off" placeholder="Search">
108+
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="search">
109+
<i class="icon icon-lg icon-search"></i>
110+
</a>
111+
</div>
112+
113+
114+
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menuShare">
115+
<i class="icon icon-lg icon-share-alt"></i>
116+
</a>
117+
118+
</div>
119+
</header>
120+
<header class="content-header archives-header">
121+
122+
<div class="container fade-scale">
123+
<h1 class="title">Archives</h1>
124+
<h5 class="subtitle">
125+
126+
</h5>
127+
</div>
128+
129+
130+
131+
132+
</header>
133+
134+
<div class="container body-wrap fade">
135+
136+
137+
138+
139+
<h3 class="archive-separator">July, 2017</h3>
140+
<div class="waterfall">
141+
142+
143+
<div class="waterfall-item">
144+
<article class="article-card archive-article">
145+
<div class="post-meta">
146+
<time class="post-time" title="2017-07-31 21:13:18" datetime="2017-07-31T13:13:18.000Z" itemprop="datePublished">2017-07-31</time>
147+
148+
149+
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/Node-js/">Node.js</a></li></ul>
150+
151+
152+
153+
</div>
154+
155+
156+
157+
158+
<h3 class="post-title" itemprop="name">
159+
<a class="post-title-link" href="/2017/07/31/了解Node-js事件循环/">了解Node.js事件循环</a>
160+
</h3>
161+
162+
163+
164+
165+
166+
<div class="post-footer">
167+
168+
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Event-Loop/">Event Loop</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/JavaScript/">JavaScript</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Node-js/">Node.js</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/事件循环/">事件循环</a></li></ul>
169+
170+
</div>
171+
172+
</article>
173+
</div>
174+
175+
176+
</div>
177+
178+
179+
</div>
180+
181+
<footer class="footer">
182+
<div class="top">
183+
184+
<p>
185+
<span id="busuanzi_container_site_uv" style='display:none'>
186+
站点总访客数:<span id="busuanzi_value_site_uv"></span>
187+
</span>
188+
<span id="busuanzi_container_site_pv" style='display:none'>
189+
站点总访问量:<span id="busuanzi_value_site_pv"></span>
190+
</span>
191+
</p>
192+
193+
194+
<p>
195+
196+
<span><a href="/atom.xml" target="_blank" class="rss" title="rss"><i class="icon icon-lg icon-rss"></i></a></span>
197+
198+
<span>This blog is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</span>
199+
</p>
200+
</div>
201+
<div class="bottom">
202+
<p><span>谢晖 &copy; 2015 - 2017</span>
203+
<span>
204+
205+
Power by <a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/yscoder/hexo-theme-indigo" target="_blank">indigo</a>
206+
</span>
207+
</p>
208+
</div>
209+
</footer>
210+
211+
</main>
212+
<div class="mask" id="mask"></div>
213+
<a href="javascript:;" id="gotop" class="waves-effect waves-circle waves-light"><span class="icon icon-lg icon-chevron-up"></span></a>
214+
215+
216+
217+
<div class="global-share" id="globalShare">
218+
<ul class="reset share-icons">
219+
<li>
220+
<a class="weibo share-sns" target="_blank" href="http://service.weibo.com/share/share.php?url=http://coderpreacher.top/archives/2017/07/&title=coderPreacher's Blog&pic=http://coderpreacher.top/images/me.jpg" data-title="微博">
221+
<i class="icon icon-weibo"></i>
222+
</a>
223+
</li>
224+
<li>
225+
<a class="weixin share-sns wxFab" href="javascript:;" data-title="微信">
226+
<i class="icon icon-weixin"></i>
227+
</a>
228+
</li>
229+
<li>
230+
<a class="qq share-sns" target="_blank" href="http://connect.qq.com/widget/shareqq/index.html?url=http://coderpreacher.top/archives/2017/07/&title=coderPreacher's Blog&source=Love life, love technology, positive, optimistic, beyond the self" data-title=" QQ">
231+
<i class="icon icon-qq"></i>
232+
</a>
233+
</li>
234+
<li>
235+
<a class="facebook share-sns" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=http://coderpreacher.top/archives/2017/07/" data-title=" Facebook">
236+
<i class="icon icon-facebook"></i>
237+
</a>
238+
</li>
239+
<li>
240+
<a class="twitter share-sns" target="_blank" href="https://twitter.com/intent/tweet?text=coderPreacher's Blog&url=http://coderpreacher.top/archives/2017/07/&via=http://coderpreacher.top" data-title=" Twitter">
241+
<i class="icon icon-twitter"></i>
242+
</a>
243+
</li>
244+
<li>
245+
<a class="google share-sns" target="_blank" href="https://plus.google.com/share?url=http://coderpreacher.top/archives/2017/07/" data-title=" Google+">
246+
<i class="icon icon-google-plus"></i>
247+
</a>
248+
</li>
249+
</ul>
250+
</div>
251+
252+
253+
<div class="page-modal wx-share" id="wxShare">
254+
<a class="close" href="javascript:;"><i class="icon icon-close"></i></a>
255+
<p>扫一扫,分享到微信</p>
256+
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK4AAACuCAAAAACKZ2kyAAABz0lEQVR42u3aQY7CMAwFUO5/aUYasWAxDd9OGjLS6woVaF9ZWPY3j0d8PH+P6uv3M+NrLj5wcXGnuc/hcXXpMS65zvjzlw+Mi4u7kZsUr6Q8jVkzn8HFxT2Tm7Qv4/NJUcPFxf1f3GpT0qPj4uKew01unJe2/FFvnNVwcXEnuPcFpvnrI/JdXFzcoHwkBaVaznr3fX0XFxd3CzdZk+QRZ94kVVuoD/MQLi7uDdxqhJGsUZPyl7xb+I1xcXEXcauIajnrrWQuz+Di4m7h9krY/GK1GqFOVVxcXNwid9WfKqqtTz7w/JHi4OLi3sxNos9eADrTGEUFFBcX9zZuPn6s2oT2glpcXNz93F4AOrM0zR/4MsXBxcX9EjdfdYxLUtLc4OLinsZNbjwTmuSrlA8Pj4uLu4U7E3DkLUtvNCovVHBxcRdxewNPr+Tl37osbbi4uBu5M8vUVc1QFJHg4uJu5PaCzpmBp9kq4eLibuFWC0pv+1kNVZN3cXFx7+YmN8iHmV5gWljq4OLibuTm5SlplfI/gZUHJFxc3MO41eikOg5F98LFxT2e2wtWosUJLi7uAdzeDQqLkGLZWhCL4OLiTnB7gWk+xvSiE1xc3C9xfwBV7N1ETO+2VwAAAABJRU5ErkJggg==" alt="微信分享二维码">
257+
</div>
258+
259+
260+
261+
262+
<script src="//cdn.bootcss.com/node-waves/0.7.4/waves.min.js"></script>
263+
<script>
264+
var BLOG = { ROOT: '/', SHARE: true, REWARD: false };
265+
266+
267+
</script>
268+
269+
<script src="//unpkg.com/hexo-theme-material-indigo@latest/js/main.min.js"></script>
270+
271+
272+
<div class="search-panel" id="search-panel">
273+
<ul class="search-result" id="search-result"></ul>
274+
</div>
275+
<template id="search-tpl">
276+
<li class="item">
277+
<a href="{path}" class="waves-block waves-effect">
278+
<div class="title ellipsis" title="{title}">{title}</div>
279+
<div class="flex-row flex-middle">
280+
<div class="tags ellipsis">
281+
{tags}
282+
</div>
283+
<time class="flex-col time">{date}</time>
284+
</div>
285+
</a>
286+
</li>
287+
</template>
288+
289+
<script src="//unpkg.com/hexo-theme-material-indigo@latest/js/search.min.js" async></script>
290+
291+
292+
293+
294+
295+
296+
<script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
297+
298+
299+
300+
<script>
301+
(function() {
302+
var OriginTitile = document.title, titleTime;
303+
document.addEventListener('visibilitychange', function() {
304+
if (document.hidden) {
305+
document.title = '死鬼去哪里了!';
306+
clearTimeout(titleTime);
307+
} else {
308+
document.title = '(つェ⊂)咦!又好了!';
309+
titleTime = setTimeout(function() {
310+
document.title = OriginTitile;
311+
},2000);
312+
}
313+
});
314+
})();
315+
</script>
316+
317+
318+
319+
</body>
320+
</html>

0 commit comments

Comments
 (0)