-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
416 lines (354 loc) · 18.2 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
<!DOCTYPE html>
<html lang="zh-CN" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="keywords" content="Jimersy Lee,jimersylee,java,php,python,js,html,github,Jimersy Lee's Blog">
<meta name="description" content="这是Jimersy Lee的个人博客">
<!--[if lt IE 9]>
<script src="/theme/default/js/html5.js"></script>
<![endif]-->
<script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script>
<title>Jimersy Lee's Blog</title>
<link rel="stylesheet" href="/theme/default/css/genericons.css?ver=2.3.2" type="text/css" media="all" />
<link rel="stylesheet" href="/theme/default/css/style.css?ver=2.3.2" type="text/css" media="all" />
<link rel="stylesheet" href="/theme/default/css/markdown.css?ver=2.3.2" type="text/css" media="all" />
<link rel="alternate" type="application/rss+xml" title="Jimersy Lee's Blog" href="/feed.xml" />
<!--[if lt IE 9]>
<link rel="stylesheet" href="/theme/default/css/ie.css?ver=2.3.2" type="text/css" media="all" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="/theme/default/css/ie7.css?ver=2.3.2" type="text/css" media="all" />
<![endif]-->
<script type="text/javascript" src="/theme/default/js/jquery/jquery.js?ver=2.3.2"></script>
<script type="text/javascript" src="/theme/default/js/jquery/jquery-migrate.min.js?ver=2.3.2"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?ad6130507d4c044cd731ac40594106a0";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<div id="page" class="hfeed site">
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
<div id="sidebar" class="sidebar">
<header id="masthead" class="site-header" role="banner">
<div class="site-branding">
<h1 class="site-title"><a href="/" rel="home">Jimersy Lee's Blog</a></h1>
<p class="site-description">Just for fun</p>
<button class="secondary-toggle">菜单和挂件</button>
</div><!-- .site-branding -->
</header><!-- .site-header -->
<div id="secondary" class="secondary">
<div id="widget-area" class="widget-area" role="complementary">
<aside id="categories" class="widget widget_categories">
<h2 class="widget-title">分类目录</h2>
<ul>
<li class="cat-item"><a href="/category/books.html" >books</a></li>
<li class="cat-item"><a href="/category/devops.html" >devops</a></li>
<li class="cat-item"><a href="/category/go.html" >go</a></li>
<li class="cat-item"><a href="/category/java.html" >java</a></li>
<li class="cat-item"><a href="/category/js.html" >js</a></li>
<li class="cat-item"><a href="/category/linux.html" >linux</a></li>
<li class="cat-item"><a href="/category/php.html" >php</a></li>
<li class="cat-item"><a href="/category/python.html" >python</a></li>
<li class="cat-item"><a href="/category/spring.html" >spring</a></li>
<li class="cat-item"><a href="/category/thoughts.html" >thoughts</a></li>
<li class="cat-item"><a href="/category/GitBlog.html" >GitBlog</a></li>
</ul>
</aside>
<aside class="widget widget_archive">
<h2 class="widget-title">文章归档</h2>
<ul>
<li><a href="/archive/201809.html">2018-09</a></li>
<li><a href="/archive/201709.html">2017-09</a></li>
<li><a href="/archive/201707.html">2017-07</a></li>
<li><a href="/archive/201704.html">2017-04</a></li>
<li><a href="/archive/201608.html">2016-08</a></li>
<li><a href="/archive/201607.html">2016-07</a></li>
<li><a href="/archive/201605.html">2016-05</a></li>
<li><a href="/archive/201510.html">2015-10</a></li>
<li><a href="/archive/201508.html">2015-08</a></li>
<li><a href="/archive/201507.html">2015-07</a></li>
<li><a href="/archive/201505.html">2015-05</a></li>
<li><a href="/archive/201504.html">2015-04</a></li>
<li><a href="/archive/201503.html">2015-03</a></li>
<li><a href="/archive/201411.html">2014-11</a></li>
<li><a href="/archive/201408.html">2014-08</a></li>
<li><a href="/archive/201407.html">2014-07</a></li>
<li><a href="/archive/201401.html">2014-01</a></li>
</ul>
</aside>
<aside id="recent-posts" class="widget widget_recent_entries">
<h2 class="widget-title">近期文章</h2>
<ul>
<li><a href="/blog/go/go-hot-update.html">go-web程序的热更新</a></li>
<li><a href="/blog/linux/installFusumaOnManjaro.html">Manjaro安装fusuma</a></li>
<li><a href="/blog/devops/installMariadbOnManjaro.html">Manjaro安装Mariadb</a></li>
<li><a href="/blog/go/go-build-web-app-chapter-3.html"><Go:build web application>的中文翻译版-第三章-连接数据</a></li>
<li><a href="/blog/go/go-build-web-app-catalog.html"><Go:build web application>的中文翻译版本目录</a></li>
</ul>
</aside>
<aside id="tag_cloud" class="widget widget_tag_cloud">
<h2 class="widget-title">标签</h2>
<div class="tagcloud">
<a href="/tags/BACK-END.html" title="BACK-END" >BACK-END</a>
<a href="/tags/BOOKS.html" title="BOOKS" >BOOKS</a>
<a href="/tags/ML.html" title="ML" >ML</a>
<a href="/tags/CENTOS.html" title="CENTOS" >CENTOS</a>
<a href="/tags/JENKINS.html" title="JENKINS" >JENKINS</a>
<a href="/tags/MANJARO.html" title="MANJARO" >MANJARO</a>
<a href="/tags/MARIADB.html" title="MARIADB" >MARIADB</a>
<a href="/tags/LINUX.html" title="LINUX" >LINUX</a>
<a href="/tags/NGINX.html" title="NGINX" >NGINX</a>
<a href="/tags/SSL.html" title="SSL" >SSL</a>
<a href="/tags/GO.html" title="GO" >GO</a>
<a href="/tags/Blog.html" title="Blog" >Blog</a>
<a href="/tags/JAVA.html" title="JAVA" >JAVA</a>
<a href="/tags/PATTERN.html" title="PATTERN" >PATTERN</a>
<a href="/tags/JVM.html" title="JVM" >JVM</a>
<a href="/tags/JS.html" title="JS" >JS</a>
<a href="/tags/JAVASCRIPT.html" title="JAVASCRIPT" >JAVASCRIPT</a>
<a href="/tags/SHORTCUT-KEY.html" title="SHORTCUT-KEY" >SHORTCUT-KEY</a>
<a href="/tags/fusuma.html" title="fusuma" >fusuma</a>
<a href="/tags/PHP.html" title="PHP" >PHP</a>
<a href="/tags/STRING.html" title="STRING" >STRING</a>
<a href="/tags/SWOOLE.html" title="SWOOLE" >SWOOLE</a>
<a href="/tags/PYTHON.html" title="PYTHON" >PYTHON</a>
<a href="/tags/MACHINE-LEARNING.html" title="MACHINE-LEARNING" >MACHINE-LEARNING</a>
<a href="/tags/SCRAPY.html" title="SCRAPY" >SCRAPY</a>
<a href="/tags/CRAWLER.html" title="CRAWLER" >CRAWLER</a>
<a href="/tags/SPRING-CLOUD.html" title="SPRING-CLOUD" >SPRING-CLOUD</a>
<a href="/tags/Spring.html" title="Spring" >Spring</a>
<a href="/tags/Cloud.html" title="Cloud" >Cloud</a>
<a href="/tags/%E7%AE%80%E4%BB%8B.html" title="简介" >简介</a>
<a href="/tags/BLOG.html" title="BLOG" >BLOG</a>
<a href="/tags/DEV.html" title="DEV" >DEV</a>
<a href="/tags/RULE.html" title="RULE" >RULE</a>
<a href="/tags/VIM.html" title="VIM" >VIM</a>
<a href="/tags/SPACEVIM.html" title="SPACEVIM" >SPACEVIM</a>
<a href="/tags/GitBlog.html" title="GitBlog" >GitBlog</a>
</div>
</aside>
<aside id="text" class="widget widget_text">
<h2 class="widget-title">介绍</h2>
<div class="textwidget">
<p>“What I cannot create, I do not understand.” – Richard Feynman</p>
</div>
</aside>
</div><!-- .widget-area -->
</div><!-- .secondary -->
</div><!-- .sidebar -->
<div id="content" class="site-content">
<div id="primary" class="content-area">
<div id="main" class="site-main" role="main">
<article class="post hentry">
<header class="entry-header">
<h2 class="entry-title"><a href="/blog/go/go-hot-update.html" rel="bookmark">go-web程序的热更新</a></h2>
</header><!-- .entry-header -->
<div class="entry-content">
<p>一直编译累死人啊,该偷懒就得偷懒</p>
</div><!-- .entry-content --><footer class="entry-footer">
<span class="posted-on">
<span class="screen-reader-text">Posted on </span>
<time class="entry-date published">2018-09-30</time>
</span>
<span class="byline">
<span class="author vcard">
<span class="screen-reader-text">Author </span>
Jimersy Lee
</span>
</span>
<span class="cat-links">
<span class="screen-reader-text">Categories </span>
<a href="/category/go.html" rel="category">go</a>
</span>
<span class="tags-links">
<span class="screen-reader-text">Tags </span>
<a href="/tags/GO.html" rel="tag">GO</a>
</span>
</footer><!-- .entry-footer --></article><!-- #post-## --> <article class="post hentry">
<header class="entry-header">
<h2 class="entry-title"><a href="/blog/linux/installFusumaOnManjaro.html" rel="bookmark">Manjaro安装fusuma</a></h2>
</header><!-- .entry-header -->
<div class="entry-content">
<p>让gnome桌面环境的笔记本支持多指触控手势</p>
</div><!-- .entry-content --><footer class="entry-footer">
<span class="posted-on">
<span class="screen-reader-text">Posted on </span>
<time class="entry-date published">2018-09-12</time>
</span>
<span class="byline">
<span class="author vcard">
<span class="screen-reader-text">Author </span>
Jimersy Lee
</span>
</span>
<span class="cat-links">
<span class="screen-reader-text">Categories </span>
<a href="/category/linux.html" rel="category">linux</a>
</span>
<span class="tags-links">
<span class="screen-reader-text">Tags </span>
<a href="/tags/MANJARO.html" rel="tag">MANJARO</a>
<a href="/tags/fusuma.html" rel="tag">fusuma</a>
</span>
</footer><!-- .entry-footer --></article><!-- #post-## --> <article class="post hentry">
<header class="entry-header">
<h2 class="entry-title"><a href="/blog/devops/installMariadbOnManjaro.html" rel="bookmark">Manjaro安装Mariadb</a></h2>
</header><!-- .entry-header -->
<div class="entry-content">
<p>在manjaro系统上安装mysql与其他系统稍有不同</p>
</div><!-- .entry-content --><footer class="entry-footer">
<span class="posted-on">
<span class="screen-reader-text">Posted on </span>
<time class="entry-date published">2018-09-09</time>
</span>
<span class="byline">
<span class="author vcard">
<span class="screen-reader-text">Author </span>
Jimersy Lee
</span>
</span>
<span class="cat-links">
<span class="screen-reader-text">Categories </span>
<a href="/category/devops.html" rel="category">devops</a>
</span>
<span class="tags-links">
<span class="screen-reader-text">Tags </span>
<a href="/tags/MANJARO.html" rel="tag">MANJARO</a>
<a href="/tags/MARIADB.html" rel="tag">MARIADB</a>
</span>
</footer><!-- .entry-footer --></article><!-- #post-## --> <article class="post hentry">
<header class="entry-header">
<h2 class="entry-title"><a href="/blog/go/go-build-web-app-chapter-3.html" rel="bookmark"><Go:build web application>的中文翻译版-第三章-连接数据</a></h2>
</header><!-- .entry-header -->
<div class="entry-content">
在上一章中,我们探索了在web应用中如何处理URLS和指引他们转到不同的页面.同时,我们通过net/http中的handle创建了动态的链接和动态的结果.
</div><!-- .entry-content --><footer class="entry-footer">
<span class="posted-on">
<span class="screen-reader-text">Posted on </span>
<time class="entry-date published">2017-09-22</time>
</span>
<span class="byline">
<span class="author vcard">
<span class="screen-reader-text">Author </span>
Jimersy Lee
</span>
</span>
<span class="cat-links">
<span class="screen-reader-text">Categories </span>
<a href="/category/go.html" rel="category">go</a>
</span>
<span class="tags-links">
<span class="screen-reader-text">Tags </span>
<a href="/tags/GO.html" rel="tag">GO</a>
</span>
</footer><!-- .entry-footer --></article><!-- #post-## --> <article class="post hentry">
<header class="entry-header">
<h2 class="entry-title"><a href="/blog/go/go-build-web-app-catalog.html" rel="bookmark"><Go:build web application>的中文翻译版本目录</a></h2>
</header><!-- .entry-header -->
<div class="entry-content">
<build web application>的中文翻译版本</build>
</div><!-- .entry-content --><footer class="entry-footer">
<span class="posted-on">
<span class="screen-reader-text">Posted on </span>
<time class="entry-date published">2017-09-20</time>
</span>
<span class="byline">
<span class="author vcard">
<span class="screen-reader-text">Author </span>
Jimersy Lee
</span>
</span>
<span class="cat-links">
<span class="screen-reader-text">Categories </span>
<a href="/category/go.html" rel="category">go</a>
</span>
<span class="tags-links">
<span class="screen-reader-text">Tags </span>
<a href="/tags/GO.html" rel="tag">GO</a>
</span>
</footer><!-- .entry-footer --></article><!-- #post-## --> <article class="post hentry">
<header class="entry-header">
<h2 class="entry-title"><a href="/blog/php/swoole.html" rel="bookmark">PHP的Swoole扩展安装与学习</a></h2>
</header><!-- .entry-header -->
<div class="entry-content">
<p>PHP的Swoole扩展安装与学习</p>
</div><!-- .entry-content --><footer class="entry-footer">
<span class="posted-on">
<span class="screen-reader-text">Posted on </span>
<time class="entry-date published">2017-09-08</time>
</span>
<span class="byline">
<span class="author vcard">
<span class="screen-reader-text">Author </span>
Jimersy Lee
</span>
</span>
<span class="cat-links">
<span class="screen-reader-text">Categories </span>
<a href="/category/php.html" rel="category">php</a>
</span>
<span class="tags-links">
<span class="screen-reader-text">Tags </span>
<a href="/tags/PHP.html" rel="tag">PHP</a>
<a href="/tags/SWOOLE.html" rel="tag">SWOOLE</a>
</span>
</footer><!-- .entry-footer --></article><!-- #post-## -->
<nav class="navigation pagination" role="navigation">
<h2 class="screen-reader-text">文章导航</h2>
<div class="nav-links">
<span class="page-numbers current"><span class="meta-nav screen-reader-text">Page </span>1</span>
<a class="page-numbers" href="/page/2.html"><span class="meta-nav screen-reader-text">Page </span>2</a>
<a class="page-numbers" href="/page/3.html"><span class="meta-nav screen-reader-text">Page </span>3</a>
<a class="page-numbers" href="/page/4.html"><span class="meta-nav screen-reader-text">Page </span>4</a>
<a class="page-numbers" href="/page/5.html"><span class="meta-nav screen-reader-text">Page </span>5</a>
<a class="page-numbers" href="/page/6.html"><span class="meta-nav screen-reader-text">Page </span>6</a>
<a class="next page-numbers" href="/page/2.html">Next page</a>
</div>
</nav>
</div>
</div><!-- .content-area -->
</div><!-- .site-content --> <footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
<a href="https://github.com/jimersylee">Github</a>
<a href="https://coding.net/u/code008">Coding.net</a>
<a href="https://coding.net/u/code008/score/share">码力值</a>
<a href="https://resume.jimersylee.com">简历</a>
<a href="https://www.jimersylee.com">个人网站</a>
</div><!-- .site-info -->
</footer><!-- .site-footer -->
</div><!-- .site -->
<script type="text/javascript" src="/theme/default/js/skip-link-focus-fix.js?ver=2.3.2"></script>
<script type="text/javascript">
/* <![CDATA[ */
var screenReaderText = {"expand":"<span class=\"screen-reader-text\">\u5c55\u5f00\u5b50\u83dc\u5355<\/span>","collapse":"<span class=\"screen-reader-text\">\u6298\u53e0\u5b50\u83dc\u5355<\/span>"};
/* ]]> */
</script>
<script type="text/javascript" src="/theme/default/js/functions.js?ver=2.3.2"></script>
<script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
<link rel="stylesheet" href="//cdn.bootcss.com/highlight.js/8.6/styles/github.min.css">
<script src="//cdn.bootcss.com/highlight.js/8.6/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script type="text/x-mathjax-config">MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});</script>
<script type="text/javascript" src="//cdn.bootcss.com/mathjax/2.5.3/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
</body>
</html>