-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
398 lines (258 loc) · 16.1 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
<!DOCTYPE html>
<html lang="z">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>Ronaldo</title>
<meta name="renderer" content="webkit">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Ronaldo">
<meta name="twitter:description" content="">
<meta property="og:type" content="article">
<meta property="og:title" content="Ronaldo">
<meta property="og:description" content="">
<meta name="author" content="lizhongzhen">
<link rel="stylesheet" href="/css/vno.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<link rel="icon" href="/images/logo.jpg">
<meta name="generator" content="hexo"/>
<link rel="alternate" type="application/rss+xml" title="Ronaldo" href="/atom.xml">
<link rel="canonical" href="http://yoursite.com"/>
</head>
<body class="home-template no-js">
<script src="//cdn.bootcss.com/jquery/2.1.4/jquery.min.js"></script>
<script src="/js/main.js"></script>
<span class="mobile btn-mobile-menu">
<i class="fa fa-list btn-mobile-menu__icon"></i>
<i class="fa fa-angle-up btn-mobile-close__icon hidden"></i>
</span>
<header class="panel-cover " style="background-image: url(/images/Daniel.jpg)">
<div class="panel-main">
<div class="panel-main__inner panel-inverted">
<div class="panel-main__content">
<a href="/" title="前往 Ronaldo 的主页"><img src="/images/logo.jpg" width="80" alt="Ronaldo logo" class="panel-cover__logo logo" /></a>
<h1 class="panel-cover__title panel-title"><a href="/" title="link to homepage for Ronaldo">Ronaldo</a></h1>
<hr class="panel-cover__divider" />
<p class="panel-cover__description"></p>
<hr class="panel-cover__divider panel-cover__divider--secondary" />
<div class="navigation-wrapper">
<div>
<nav class="cover-navigation cover-navigation--primary">
<ul class="navigation">
<li class="navigation__item"><a href="/#blog" title="Visit the blog" class="blog-button">Blog</a></li>
<li class="navigation__item"><a href="https://github.com/lizhongzhen11/lizhongzhen11.github.io">目录</a></li>
</ul>
</nav>
</div>
<div>
<nav class="cover-navigation navigation--social">
<ul class="navigation">
<!-- Weibo-->
<li class="navigation__item">
<a href="http://weibo.com/3298783260/profile?rightmod=1&wvr=6&mod=personinfo" title="Weibo" target="_blank">
<i class='social fa fa-weibo'></i>
<span class="label">Weibo</span>
</a>
</li>
<!-- Github -->
<li class="navigation__item">
<a href="https://github.com/lizhongzhen11" title="GitHub" target="_blank">
<i class='social fa fa-github'></i>
<span class="label">Github</span>
</a>
</li>
<!-- Stack Overflow -->
<!-- Google Plus -->
<!-- Facebook -->
<!-- Twitter -->
<li class="navigation__item">
<a href="/atom.xml" title="RSS" target="_blank">
<i class='social fa fa-rss'></i>
<span class="label">RSS</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<div class="panel-cover--overlay cover-purple"></div>
</div>
</header>
<div class="content-wrapper">
<div class="content-wrapper__inner">
<div class="main-post-list">
<ol class="post-list">
<li>
<h2 class="post-list__post-title post-title"><a href="/2018/06/08/amdRequire/" title="link to post.title">手动实现一个最low逼的require.js</a></h2>
<p class="excerpt">
一、代码看:https://github.com/lizhongzhen11/myStudy/tree/master/js/AmdRequire参考自:https://github.com/youngwind/blog/issues/98https://segmentfault.com/a/1190000006040968http://www.cnblogs.com/yexiaochai/p/36
…
</p>
<div class="post-list__meta"><time datetime="2018-06-08T05:13:45.175Z" class="post-list__meta--date date">2018-06-08</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2018/06/08/amdRequire/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2018/05/24/jsEventLoop/" title="link to post.title">js event loop 学习</a></h2>
<p class="excerpt">
一、参考https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/EventLoophttps://www.w3.org/TR/html5/webappapis.html#event-loopshttps://juejin.im/post/5a6547d0f265da3e283a1df7#heading-4 (强烈推荐看完)https://se
…
</p>
<div class="post-list__meta"><time datetime="2018-05-24T09:34:35.022Z" class="post-list__meta--date date">2018-05-24</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2018/05/24/jsEventLoop/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2018/05/17/vueObserver/" title="link to post.title">vue observer 源码学习</a></h2>
<p class="excerpt">
一、版本:2.5.9二、建议&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vue最重要的应该就是响应式更新了,刚开始接触vue或多或少都能从官方文档或者其他地方知道vue响应式更新依赖于Object.defineProperty()方法,这个方法在MDN上有详细讲解,不过,如果是初学者的话,直接去看响应式更新源码还有点难度的,最好是先用项目练一遍,对vue有个相对熟悉的了
…
</p>
<div class="post-list__meta"><time datetime="2018-05-17T05:31:24.459Z" class="post-list__meta--date date">2018-05-17</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2018/05/17/vueObserver/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2018/05/15/springbootcaikeng/" title="link to post.title">spring boot 踩坑</a></h2>
<p class="excerpt">
入门学习自: http://www.ityouknow.com/springboot/2016/01/06/springboot(%E4%B8%80)-%E5%85%A5%E9%97%A8%E7%AF%87.html踩坑
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;照着链接里的入门教程第一篇单元测试那里就出bug了,java.lang.IllegalStateExcep
…
</p>
<div class="post-list__meta"><time datetime="2018-05-15T05:07:56.441Z" class="post-list__meta--date date">2018-05-15</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2018/05/15/springbootcaikeng/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2018/05/08/setTimeout/" title="link to post.title">js中 setTimeout 等定时器执行顺序问题 + async</a></h2>
<p class="excerpt">
requestAnimationFrame介绍请看 http://www.w3cplus.com/javascript/requestAnimationFrame.htmlsetTimeout和setInterval介绍请看 http://www.w3cplus.com/javascript/JavaScript-setTimeout-and-setInterval.htmlfor循环中使用定时器
…
</p>
<div class="post-list__meta"><time datetime="2018-05-08T11:56:20.590Z" class="post-list__meta--date date">2018-05-08</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2018/05/08/setTimeout/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2018/04/26/vueGrow/" title="link to post.title">vue爬坑成长汇总</a></h2>
<p class="excerpt">
目录
1.阻止事件点击
2.v-bind:src时图片加载问题
3.props传值问题
4. .native原生事件
5. vue-router 懒加载
6. vue项目里使用阿里的 iconfont
7. vue 父组件调用子组件方法并接收参数 $emit
8. vue watch 监听(父子组件在同一个页面里,数据变化时组件没有重新渲染情况下可用)
9. vue mixins
10. ivie
…
</p>
<div class="post-list__meta"><time datetime="2018-04-26T11:04:34.387Z" class="post-list__meta--date date">2018-04-26</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2018/04/26/vueGrow/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2018/04/23/synchronized/" title="link to post.title">管中窥豹:synchronized</a></h2>
<p class="excerpt">
一、学习自:http://www.cnblogs.com/xrq730/p/4851350.htmlhttp://www.cnblogs.com/xrq730/p/4851530.htmlhttp://www.cnblogs.com/xrq730/p/4853578.htmlhttp://www.cnblogs.com/xrq730/p/4853578.htmlhttp://www.cnblogs
…
</p>
<div class="post-list__meta"><time datetime="2018-04-23T09:17:36.018Z" class="post-list__meta--date date">2018-04-23</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2018/04/23/synchronized/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2018/04/17/线程/" title="link to post.title">管中窥豹:线程基础以及Runnable、Thread源码学习</a></h2>
<p class="excerpt">
一、学习自https://www.zhihu.com/question/25532384https://www.zhihu.com/question/19901763http://ifeve.com/benefits/http://www.cnblogs.com/xrq730/category/733883.htmlhttp://www.cnblogs.com/skywang12345/p/jav
…
</p>
<div class="post-list__meta"><time datetime="2018-04-17T02:29:05.167Z" class="post-list__meta--date date">2018-04-17</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2018/04/17/线程/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2018/04/16/Queue/" title="link to post.title">管中窥豹:java队列(Queue)学习一--ArrayDeque</a></h2>
<p class="excerpt">
一、学习自https://www.cnblogs.com/CarpenterLee/p/5468803.htmlhttps://blog.csdn.net/u011240877/article/details/52860924https://www.cnblogs.com/Dylansuns/archive/2017/04/30/6789161.htmlhttps://www.cnblogs.co
…
</p>
<div class="post-list__meta"><time datetime="2018-04-16T02:55:09.290Z" class="post-list__meta--date date">2018-04-16</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2018/04/16/Queue/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2018/04/14/TreeMap/" title="link to post.title">管中窥豹:TreeMap源码学习</a></h2>
<p class="excerpt">
一、学习自红黑树:http://www.cnblogs.com/skywang12345/p/3245399.htmlhttp://www.cnblogs.com/skywang12345/p/3310928.html
二、注意点TreeMap 是一个有序的key-value集合,它是通过红黑树实现的。(key,value都不能为null)TreeMap 实现了NavigableMap接口,意味着
…
</p>
<div class="post-list__meta"><time datetime="2018-04-14T07:09:14.341Z" class="post-list__meta--date date">2018-04-14</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2018/04/14/TreeMap/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
</ol>
<nav class="pagination" role="navigation">
<span class="pagination__page-number" > 1 / 11 </span>
<a class="older-posts pagination__newer btn btn-small btn-tertiary" href="/#blog">1</a>
<a class="older-posts pagination__newer btn btn-small btn-tertiary" href="/page/2/">2</a>
<a class="older-posts pagination__newer btn btn-small btn-tertiary" href="/page/3/">3</a>
<a class="older-posts pagination__newer btn btn-small btn-tertiary" href="/page/4/">4</a>
<a class="older-posts pagination__newer btn btn-small btn-tertiary" href="/page/5/">5</a>
<a class="older-posts pagination__newer btn btn-small btn-tertiary" href="/page/6/">6</a>
<a class="older-posts pagination__newer btn btn-small btn-tertiary" href="/page/7/">7</a>
<a class="older-posts pagination__newer btn btn-small btn-tertiary" href="/page/8/">8</a>
<a class="older-posts pagination__newer btn btn-small btn-tertiary" href="/page/9/">9</a>
<a class="older-posts pagination__newer btn btn-small btn-tertiary" href="/page/10/">10</a>
<a class="older-posts pagination__newer btn btn-small btn-tertiary" href="/page/11/">11</a>
<a class="older-posts pagination__older btn btn-small btn-tertiary" href="/page/2/">Next →</a>
</nav>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({"HTML-CSS": { preferredFont: "TeX", availableFonts: ["STIX","TeX"], linebreaks: { automatic:true }, EqnChunk: (MathJax.Hub.Browser.isMobile ? 10 : 50) },
tex2jax: { inlineMath: [ ["$", "$"], ["\\(","\\)"] ], processEscapes: true, ignoreClass: "tex2jax_ignore|dno",skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']},
TeX: { noUndefined: { attributes: { mathcolor: "red", mathbackground: "#FFEEEE", mathsize: "90%" } }, Macros: { href: "{}" } },
messageStyle: "none"
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for(i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
</div>
<footer class="footer">
<span class="footer__copyright">
© 2018 lizhongzhen - 本站点采用 <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a>
</span>
<span class="footer__copyright">
- 基于 <a href="http://hexo.io">Hexo</a> 搭建,使用 <a href="https://github.com/monniya/hexo-theme-new-vno ">new-vno</a> 主题,由<a href="https://monniya.com ">@Monniya</a> 修改自 <a href="https://github.com/lenbo-ma/hexo-theme-vno" target="_blank">Vno</a>, 原创出自<a href="http://github.com/onevcat/vno" target="_blank">onevcat</a>
</span>
</footer>
</div>
</div>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78918255-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?9cdad07c755fa23f6aced510c6760e87";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
</body>
</html>