-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
436 lines (299 loc) · 12.3 KB
/
index.html
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
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>
myblog
</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta name="theme-color" content="#4184f3">
<link href="/favicon.ico" rel="icon"/>
<link rel="stylesheet" href="/css/highlight.light.css">
<link rel="stylesheet" href="/css/prism-customize.css">
<link rel="stylesheet" href="/css/nav-icon.css">
<link rel="stylesheet" href="/css/waves.min.css">
<link rel="stylesheet" href="/css/jquery.tocify.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/nav-indicator.css">
</meta>
</meta>
<link rel="stylesheet" href="/css/prism.css" type="text/css"></head>
<body>
<header>
<!-- cover image or sth. -->
</header>
<div id="main" class="m-scene">
<div class="nav-wrapper">
<div class="container">
<nav>
<div class="logo wave">
<a href="/" id="logo">
myblog
</a>
</div>
<div class="nav-toggle-icon" >
<div class="material-hamburger">
<span>
</span>
<span>
</span>
<span>
</span>
</div>
</div>
<div class="menu-wrapper">
<div class="nav-indicator">
</div>
<ul class="menus">
<li>
<a class="wave " href="/">
Home
</a>
</li>
<li>
<a class="wave " href="/archives">
Archive
</a>
</li>
<li>
<a class="wave " href="/about">
About
</a>
</li>
<li>
<a class="wave no-smoothstate" href="/atom.xml">
RSS
</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<div class="container content">
<div class="scene_element scene_element--fadein">
<div class="row">
<div class="main index">
<article>
<a href="/2017/03/07/Vue.js/" >
<header class="post-header">
<h1 class="post-title">
<!-- <a href="/2017/03/07/Vue.js/" title="前端框架一些总结" >前端框架一些总结</a> -->
<span>前端框架一些总结</span>
</h1>
</header>
</a>
<section class="post-info">
<span class="post-date">2017/03/07</span>
<span class="post-tags">
<ul class="post-tag-list"><li class="post-tag-list-item"><a class="post-tag-list-link" href="/tags/vue-javascript/">vue,javascript</a></li></ul>
</span>
<!-- <span class="read-more btn"><a href="/2017/03/07/Vue.js/" >More...</a></span> -->
</section>
<section class="post-abstract">
组件和作用组件的分类
接入型 container
展示型
交互型 比...
</section>
</article>
<article>
<a href="/2016/09/03/cookie和session/" >
<header class="post-header">
<h1 class="post-title">
<!-- <a href="/2016/09/03/cookie和session/" title="cookie和session" >cookie和session</a> -->
<span>cookie和session</span>
</h1>
</header>
</a>
<section class="post-info">
<span class="post-date">2016/09/03</span>
<span class="post-tags">
<ul class="post-tag-list"><li class="post-tag-list-item"><a class="post-tag-list-link" href="/tags/nodejs-cookie-session/">nodejs,cookie,session</a></li></ul>
</span>
<!-- <span class="read-more btn"><a href="/2016/09/03/cookie和session/" >More...</a></span> -->
</section>
<section class="post-abstract">
众所周知,HTTP 是一个无状态协议,所以客户端每次发出请求时,下一次请求无法得知上一次请求所包含的状态数据,如何能把一个用户的状态数据关联起来呢?
比如在淘宝的某个页面中,你进行了登陆操作。当你跳转到商品页时,服务端如何知道你是已经登陆的状态?
cookie...
</section>
</article>
<article>
<a href="/2016/08/07/springmvc-tutorial/" >
<header class="post-header">
<h1 class="post-title">
<!-- <a href="/2016/08/07/springmvc-tutorial/" title="springmvc_tutorial" >springmvc_tutorial</a> -->
<span>springmvc_tutorial</span>
</h1>
</header>
</a>
<section class="post-info">
<span class="post-date">2016/08/07</span>
<span class="post-tags">
<ul class="post-tag-list"><li class="post-tag-list-item"><a class="post-tag-list-link" href="/tags/springmvc-spring/">springmvc,spring</a></li></ul>
</span>
<!-- <span class="read-more btn"><a href="/2016/08/07/springmvc-tutorial/" >More...</a></span> -->
</section>
<section class="post-abstract">
Springmvc框架原理
</section>
</article>
<article>
<a href="/2016/07/25/node-scaper/" >
<header class="post-header">
<h1 class="post-title">
<!-- <a href="/2016/07/25/node-scaper/" title="node-scaper" >node-scaper</a> -->
<span>node-scaper</span>
</h1>
</header>
</a>
<section class="post-info">
<span class="post-date">2016/07/25</span>
<span class="post-tags">
<ul class="post-tag-list"><li class="post-tag-list-item"><a class="post-tag-list-link" href="/tags/nodejs-scaper/">nodejs,scaper</a></li></ul>
</span>
<!-- <span class="read-more btn"><a href="/2016/07/25/node-scaper/" >More...</a></span> -->
</section>
<section class="post-abstract">
用node来写爬虫
首先需要Load一个页面
parse html doms
</section>
</article>
<article>
<a href="/2016/07/16/BinaryTreeTraverse/" >
<header class="post-header">
<h1 class="post-title">
<!-- <a href="/2016/07/16/BinaryTreeTraverse/" title="二叉树遍历算法总结" >二叉树遍历算法总结</a> -->
<span>二叉树遍历算法总结</span>
</h1>
</header>
</a>
<section class="post-info">
<span class="post-date">2016/07/16</span>
<!-- <span class="read-more btn"><a href="/2016/07/16/BinaryTreeTraverse/" >More...</a></span> -->
</section>
<section class="post-abstract">
大体三类
栈
系统栈
自己实现的栈
线索:Morris preorder/inor...
</section>
</article>
<article>
<a href="/2016/07/16/Futuretask-Java/" >
<header class="post-header">
<h1 class="post-title">
<!-- <a href="/2016/07/16/Futuretask-Java/" title="Futuretask-Java" >Futuretask-Java</a> -->
<span>Futuretask-Java</span>
</h1>
</header>
</a>
<section class="post-info">
<span class="post-date">2016/07/16</span>
<span class="post-tags">
<ul class="post-tag-list"><li class="post-tag-list-item"><a class="post-tag-list-link" href="/tags/java-parallel/">java,parallel</a></li></ul>
</span>
<!-- <span class="read-more btn"><a href="/2016/07/16/Futuretask-Java/" >More...</a></span> -->
</section>
<section class="post-abstract">
来学习一下Java并行库
</section>
</article>
<article>
<a href="/2016/07/08/Continuation passing style in c++/" >
<header class="post-header">
<h1 class="post-title">
<!-- <a href="/2016/07/08/Continuation passing style in c++/" title="Continuation passing style in C++" >Continuation passing style in C++</a> -->
<span>Continuation passing style in C++</span>
</h1>
</header>
</a>
<section class="post-info">
<span class="post-date">2016/07/08</span>
<!-- <span class="read-more btn"><a href="/2016/07/08/Continuation passing style in c++/" >More...</a></span> -->
</section>
<section class="post-abstract">
写过js都知道CPS是一个什么鬼东西,将后继续逻辑传给一个
</section>
</article>
<article>
<a href="/2016/04/27/Gcc的sqrt实现/" >
<header class="post-header">
<h1 class="post-title">
<!-- <a href="/2016/04/27/Gcc的sqrt实现/" title="gcc中sqrt实现" >gcc中sqrt实现</a> -->
<span>gcc中sqrt实现</span>
</h1>
</header>
</a>
<section class="post-info">
<span class="post-date">2016/04/27</span>
<span class="post-tags">
<ul class="post-tag-list"><li class="post-tag-list-item"><a class="post-tag-list-link" href="/tags/gcc-c-c/">gcc,c,c++</a></li></ul>
</span>
<!-- <span class="read-more btn"><a href="/2016/04/27/Gcc的sqrt实现/" >More...</a></span> -->
</section>
<section class="post-abstract">
对于sqrt(3);,Visual Studio会报告有歧义的重载函数调用,而gcc却能把这个解释为对sqrt(double)的调用。研究了一下gcc的实现,发现sqrt其实是-《C++ Templates: The Complete ...
</section>
</article>
</div>
<aside>
<div class="widget-wrap">
<h3 class="widget-title">Recent Posts</h3>
<div class="widget">
<ul>
<li>
<a href="/2017/03/07/Vue.js/">前端框架一些总结</a>
</li>
<li>
<a href="/2016/09/03/cookie和session/">cookie和session</a>
</li>
<li>
<a href="/2016/08/07/springmvc-tutorial/">springmvc_tutorial</a>
</li>
<li>
<a href="/2016/07/25/node-scaper/">node-scaper</a>
</li>
<li>
<a href="/2016/07/16/BinaryTreeTraverse/">二叉树遍历算法总结</a>
</li>
</ul>
</div>
</div>
<section class="widget-wrap">
<h3 class="widget-title">links</h3>
<div class="widget">
<ul >
<li>
<a href="http://www.github.com/wayou" title="码农之家">
GitHub
</a>
</li>
<li>
<a href="http://www.weibo.com/liuwayong" title="twitter的本地化版本">
微博
</a>
</li>
</ul>
</div>
</section>
</aside>
</div>
</div>
</div>
</div>
<footer class="footer">
<p>由<a href="http://hexo.io/" target="_blank">Hexo</a>强力驱动,搭载<a href="https://github.com/wayou/hexo-theme-gstyle">gstyle</a>主题</p>
<p>
© 2017 Li Zheng
</p>
</footer>
<script src="/lib/jquery.js"></script>
<script src="/lib/waves.js"></script>
<script src="/lib/jquery-ui.js"></script>
<script src="/lib/jquery.tocify.js"></script>
<script src="/js/main.js"></script>
</body>
</html>