-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
422 lines (237 loc) · 9.19 KB
/
index.html
File metadata and controls
422 lines (237 loc) · 9.19 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
<!DOCTYPE html>
<html>
<head>
<!-- so meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="description" content="FE、Shuli-data、Hangzhou、Male">
<meta property="og:type" content="website">
<meta property="og:title" content="Hi, You Bad Boy">
<meta property="og:url" content="http://wangjizhi.com/index.html">
<meta property="og:site_name" content="Hi, You Bad Boy">
<meta property="og:description" content="FE、Shuli-data、Hangzhou、Male">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Hi, You Bad Boy">
<meta name="twitter:description" content="FE、Shuli-data、Hangzhou、Male">
<link rel="shortcut icon" href="/images/favicon.ico">
<link rel="icon" type="image/png" href="/images/favicon-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<!-- title -->
<title>Hi, You Bad Boy</title>
<!-- styles -->
<link rel="stylesheet" href="/css/style.css">
<!-- rss -->
</head>
<body>
<div class="content index width mx-auto px2 my4">
<header id="header">
<a href="/">
<div id="logo" style="background-image: url(/images/logo.png);"></div>
<div id="title">
<h1>Hi, You Bad Boy</h1>
</div>
</a>
<div id="nav">
<ul>
<li class="icon">
<a href="#"><i class="fa fa-bars fa-2x"></i></a>
</li>
<li><a href="/">Home</a></li>
<li><a href="/archives/">Posts</a></li>
<li><a href="/tags/">Tags</a></li>
<li><a href="/about/">About</a></li>
</ul>
</div>
</header>
<section id="about">
<p>FE、Shuli-data、Hangzhou、Male</p>
<p style="display: inline">
Find me on
<ul id="sociallinks">
<li><a class="icon" target="_blank" href="http://github.com/jizhi77" title="github"><i class="fa fa-github"></i></a></li>
<li><a class="icon" target="_blank" href="https://www.zhihu.com/people/wangjz1991" title="bookmark-o"><i class="fa fa-bookmark-o"></i></a></li>
<li><a class="icon" target="_blank" href="mailto:jizhi.w77@foxmail.com" title="envelope-o"><i class="fa fa-envelope-o"></i></a></li>
</ul>.
</p>
</section>
<section id="writing">
<span class="h1"><a href="/archives">Recent</a></span>
<ul class="post-list">
<li class="post-item">
<div class="meta">
<time datetime="2017-05-20T16:00:00.000Z" itemprop="datePublished">2017-05-21</time>
</div>
<span>
<a class="" href="/posts/2017-05-21-generator/">Generator 函数的异步应用</a>
</span>
</li>
<li class="post-item">
<div class="meta">
<time datetime="2017-05-19T16:00:00.000Z" itemprop="datePublished">2017-05-20</time>
</div>
<span>
<a class="" href="/posts/2017-05-20-promise/">Promise 的前因后果</a>
</span>
</li>
<li class="post-item">
<div class="meta">
<time datetime="2017-05-12T16:00:00.000Z" itemprop="datePublished">2017-05-13</time>
</div>
<span>
<a class="" href="/posts/2017-05-13-seajs/">Seajs 的模块定义和模块标识</a>
</span>
</li>
<li class="post-item">
<div class="meta">
<time datetime="2017-05-01T16:00:00.000Z" itemprop="datePublished">2017-05-02</time>
</div>
<span>
<a class="" href="/posts/2017-05-02-net3/">网络层</a>
</span>
</li>
<li class="post-item">
<div class="meta">
<time datetime="2017-05-01T16:00:00.000Z" itemprop="datePublished">2017-05-02</time>
</div>
<span>
<a class="" href="/posts/2017-05-02-cache1/">浏览器缓存策略</a>
</span>
</li>
<li class="post-item">
<div class="meta">
<time datetime="2017-05-01T16:00:00.000Z" itemprop="datePublished">2017-05-02</time>
</div>
<span>
<a class="" href="/posts/2017-05-02-net2/">物理层和链路层</a>
</span>
</li>
<li class="post-item">
<div class="meta">
<time datetime="2017-04-27T16:00:00.000Z" itemprop="datePublished">2017-04-28</time>
</div>
<span>
<a class="" href="/posts/2017-04-28-regexp2/">正则表达整理(二)</a>
</span>
</li>
<li class="post-item">
<div class="meta">
<time datetime="2017-04-26T16:00:00.000Z" itemprop="datePublished">2017-04-27</time>
</div>
<span>
<a class="" href="/posts/2017-04-27-regexp/">正则表达整理(一)</a>
</span>
</li>
<li class="post-item">
<div class="meta">
<time datetime="2017-04-24T16:00:00.000Z" itemprop="datePublished">2017-04-25</time>
</div>
<span>
<a class="" href="/posts/2017-04-25-net1/">计算机网络体系结构</a>
</span>
</li>
<li class="post-item">
<div class="meta">
<time datetime="2017-03-22T16:00:00.000Z" itemprop="datePublished">2017-03-23</time>
</div>
<span>
<a class="" href="/posts/2017-03-22-webpack-base/">webpackBootstrap 分析</a>
</span>
</li>
<li class="post-item">
<div class="meta">
<time datetime="2017-03-21T16:00:00.000Z" itemprop="datePublished">2017-03-22</time>
</div>
<span>
<a class="" href="/posts/2017-03-22-vuejs1/">Vue 的构建方式</a>
</span>
</li>
<li class="post-item">
<div class="meta">
<time datetime="2017-03-09T16:00:00.000Z" itemprop="datePublished">2017-03-10</time>
</div>
<span>
<a class="" href="/posts/2017-03-10-webpack-devtool/">webpack devtool7种SourceMap</a>
</span>
</li>
<li class="post-item">
<div class="meta">
<time datetime="2017-02-26T16:00:00.000Z" itemprop="datePublished">2017-02-27</time>
</div>
<span>
<a class="" href="/posts/2017-02-27-inherit2/">JavaScript继承实现(二)</a>
</span>
</li>
<li class="post-item">
<div class="meta">
<time datetime="2017-02-25T16:00:00.000Z" itemprop="datePublished">2017-02-26</time>
</div>
<span>
<a class="" href="/posts/2017-02-26-inherit1/">JavaScript继承实现(一)</a>
</span>
</li>
<li class="post-item">
<div class="meta">
<time datetime="2017-02-20T16:00:00.000Z" itemprop="datePublished">2017-02-21</time>
</div>
<span>
<a class="" href="/posts/2017-02-21-gitbranch/">git-branch</a>
</span>
</li>
</ul>
</section>
</div>
<footer id="footer">
<div class="footer-left">
Copyright © 2017 jizhi.w77@foxmail.com
</div>
<div class="footer-right">
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/archives/">Posts</a></li>
<li><a href="/tags/">Tags</a></li>
<li><a href="/about/">About</a></li>
</ul>
</nav>
</div>
</footer>
</body>
</html>
<!-- styles -->
<link rel="stylesheet" href="/lib/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/lib/meslo-LG/styles.css">
<!-- jquery -->
<script src="/lib/jquery/jquery.min.js"></script>
<script src="/js/main.js"></script>
<!-- Google Analytics -->
<script type="text/javascript">
(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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-104402094-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Baidu Analytics -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?ecdaf6decc458931c22046a191fed7dc>";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- Disqus Comments -->
<script type="text/javascript">
var disqus_shortname = 'kitty-site';
(function(){
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>