-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
692 lines (501 loc) · 37.3 KB
/
index.html
File metadata and controls
692 lines (501 loc) · 37.3 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
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>WillXue's Blog</title>
<meta name="description" content="一个好高骛远的码农" />
<link rel="shortcut icon" href="https://willxuecn.github.io/favicon.ico">
<link rel="stylesheet" href="https://willxuecn.github.io/styles/main.css">
<script src="https://willxuecn.github.io/media/js/jquery.min.js"></script>
<script src="https://willxuecn.github.io/media/js/masonry.pkgd.min.js"></script>
<script src="https://willxuecn.github.io/media/js/aos.js"></script>
<script src="https://willxuecn.github.io/media/js/pace.min.js"></script>
<script src="https://willxuecn.github.io/media/js/view-image.min.js"></script>
<script src="https://willxuecn.github.io/media/js/jquery.magnific-popup.min.js"></script>
<script src="https://willxuecn.github.io/media/js/functions.js"></script>
</head>
<body>
<!-- start: #wrapper -->
<div class="wrapper">
<header id="header" class="grid-container">
<!-- start: .menu-wrapper -->
<div class="menu-mobile">
<i class="fa fa-reorder"></i>
</div>
<div class="menu-wrapper">
<div class="">
<div class="logo">
<a href="https://willxuecn.github.io"><img src="/media/images/logoo.png" alt=""></a>
</div>
<!-- start: .main-nav -->
<nav class="main-nav grid-container grid-parent">
<ul id="menu-header" class="menu gradient-effect">
<li class="current-menu-item"><a href="https://willxuecn.github.io" class="menu">首页</a></li>
<li class="" >
<a href="/archives" class="menu">
归档
</a>
</li>
<li class="" >
<a href="/tags" class="menu">
标签
</a>
</li>
<li class="" >
<a href="/post/about" class="menu">
关于
</a>
</li>
<li class="search-menu-item hide-on-mobile hide-on-tablet"><a href="#search-lightbox" class="lightbox mfp-inline"><i class="fa fa-search-line"></i></a></li>
</ul>
</nav>
<a href="#search-lightbox" class="lightbox epcl-search-button mfp-inline hide-on-tablet hide-on-desktop"><i class="fa fa-search-line"></i></a>
<!-- end: .main-nav -->
<div class="clear"></div>
<div class="border hide-on-tablet hide-on-mobile"></div>
</div>
<div class="clear"></div>
</div>
<!-- end: .menu-wrapper -->
<div class="clear"></div>
</header>
<div class="hide-on-mobile hide-on-tablet hide-on-desktop">
<div id="search-lightbox" class="grid-container grid-small grid-parent mfp-hide">
<div class="search-wrapper section">
<form id="gridea-search-form" data-update="1587282124501" action="/search/index.html" class="search-form" _lpchecked="1">
<input type="text" name="q" id="s" value="" class="search-field" placeholder="搜点啥..." aria-label="搜点啥..." required="">
<button type="submit" class="submit" aria-label="Submit">
<i class="fa fa-search-line"></i>
</button>
</form>
</div>
</div>
</div>
<main id="home" class="main">
<div class="grid-container module-wrapper enable-masonry aos-init aos-animate" data-aos="fade-up">
<div class="row">
<div class="content-wrapper grid-posts content">
<!-- start: .articles -->
<div class="articles columns-3">
<article class="bgstyle grid-33 tablet-grid-50 mobile-grid-100 np-mobile post type-post status-publish format-standard has-post-thumbnail hentry" style="">
<div class="article-wrapper cover" style="background-image: url('http://willxue.cn-bj.ufileos.com/golang1.png');">
<header>
<div class="tags absolute">
<a href="https://willxuecn.github.io/tag/euPuGRw2l/" class="ctag ctag-0 ctag-euPuGRw2l">Golang</a>
</div>
<div class="meta">
<time datetime="2016-11-30"><i class="fa fa-calendar"></i><span class="lately">3 年前</span></time>
<div class="clear"></div>
</div>
<h1 class="title main-title gradient-effect"><a href="https://willxuecn.github.io/post/golang-learn-01-20161130/">go语言学习(一)net/http包客户端实例练习</a></h1>
</header>
<footer class="author-meta">
<a href="" class="author" title="">
<span class="author-image cover" style="background-image: url('https://willxuecn.github.io/images/avatar.png');"></span>
<span class="author-name">WillXue's Blog</span>
</a>
<a href="https://willxuecn.github.io/post/golang-learn-01-20161130/#comments" class="comments meta-info alignright" title="">
<span class="comment-count valine-comment-count" data-xid="/golang-learn-01-20161130/"> </span><i class="fa fa-comment"></i>
</a>
<div id="/golang-learn-01-20161130/" class="leancloud_visitors views-counter meta-info alignright" title=""><span class="leancloud-visitors-count" style="vertical-align: middle;"></span><i class="fa fa-leancloud"></i></div>
<div class="clear"></div>
</footer>
<div class="overlay"></div>
</div>
</article>
<article class="default grid-33 tablet-grid-50 mobile-grid-100 np-mobile post type-post status-publish format-standard has-post-thumbnail hentry">
<div class="article-wrapper">
<header>
<div class="post-format-image post-format-wrapper">
<div class="featured-image">
<a href="https://willxuecn.github.io/post/golang-learn-0-20161122/" class="thumb hover-effect">
<span class="fullimage cover" role="img" aria-label="" style="background-image: url('http://willxue.cn-bj.ufileos.com/nc-9.jpg');"></span>
</a>
<div class="tags absolute">
<a href="https://willxuecn.github.io/tag/euPuGRw2l/" class="ctag ctag-1 ctag-euPuGRw2l">Golang</a>
</div>
</div>
</div>
<div class="meta">
<time datetime="2016-11-22"><i class="fa fa-calendar"></i><span class="lately">3 年前</span></time>
<div class="clear"></div>
</div>
<h1 class="title main-title gradient-effect"><a href="https://willxuecn.github.io/post/golang-learn-0-20161122/">go语言学习之零</a></h1>
</header>
<div class="post-excerpt">
<blockquote>
<p>很早就听说过google的go语言了,一直没心思去学习新东西,最近不知道抽什么风,突然看到有关go的话题,决定简单入门一下,做不了大神,随便玩玩,以下几篇博客应该都会根据《go语言圣经》一书所写。</p>
</blockquote>
<div class="clear"></div>
</div>
<footer class="author-meta">
<a href="" class="author" title="">
<span class="author-image cover" style="background-image: url('https://willxuecn.github.io/images/avatar.png');"></span>
<span class="author-name">WillXue's Blog</span>
</a>
<a href="https://willxuecn.github.io/post/golang-learn-0-20161122/#comments" class="comments meta-info alignright" title="">
<span class="comment-count valine-comment-count" data-xid="/golang-learn-0-20161122/"> </span><i class="fa fa-comment"></i>
</a>
<div id="/golang-learn-0-20161122/" class="leancloud_visitors views-counter meta-info alignright" title=""><span class="leancloud-visitors-count" style="vertical-align: middle;"></span><i class="fa fa-leancloud"></i></div>
<div class="clear"></div>
</footer>
<div class="border"></div>
</div>
</article>
<article class="bgstyle grid-33 tablet-grid-50 mobile-grid-100 np-mobile post type-post status-publish format-standard has-post-thumbnail hentry" style="">
<div class="article-wrapper cover" style="background-image: url('http://willxue.cn-bj.ufileos.com/git-logo.png');">
<header>
<div class="tags absolute">
<a href="https://willxuecn.github.io/tag/V-r-1dBE_/" class="ctag ctag-2 ctag-V-r-1dBE_">Git</a>
</div>
<div class="meta">
<time datetime="2016-04-12"><i class="fa fa-calendar"></i><span class="lately">4 年前</span></time>
<div class="clear"></div>
</div>
<h1 class="title main-title gradient-effect"><a href="https://willxuecn.github.io/post/git-cheat-sheet-20160412/">Git Cheat Sheet</a></h1>
</header>
<footer class="author-meta">
<a href="" class="author" title="">
<span class="author-image cover" style="background-image: url('https://willxuecn.github.io/images/avatar.png');"></span>
<span class="author-name">WillXue's Blog</span>
</a>
<a href="https://willxuecn.github.io/post/git-cheat-sheet-20160412/#comments" class="comments meta-info alignright" title="">
<span class="comment-count valine-comment-count" data-xid="/git-cheat-sheet-20160412/"> </span><i class="fa fa-comment"></i>
</a>
<div id="/git-cheat-sheet-20160412/" class="leancloud_visitors views-counter meta-info alignright" title=""><span class="leancloud-visitors-count" style="vertical-align: middle;"></span><i class="fa fa-leancloud"></i></div>
<div class="clear"></div>
</footer>
<div class="overlay"></div>
</div>
</article>
<article class="default grid-33 tablet-grid-50 mobile-grid-100 np-mobile post type-post status-publish format-standard has-post-thumbnail hentry">
<div class="article-wrapper">
<header>
<div class="post-format-image post-format-wrapper">
<div class="featured-image">
<a href="https://willxuecn.github.io/post/java-lang-OutOfMemoryError-PermGen-space-20160406/" class="thumb hover-effect">
<span class="fullimage cover" role="img" aria-label="" style="background-image: url('http://willxue.cn-bj.ufileos.com/nc-7.jpg');"></span>
</a>
<div class="tags absolute">
<a href="https://willxuecn.github.io/tag/xmLTo5E2-/" class="ctag ctag-3 ctag-xmLTo5E2-">Java</a>
</div>
</div>
</div>
<div class="meta">
<time datetime="2016-04-06"><i class="fa fa-calendar"></i><span class="lately">4 年前</span></time>
<div class="clear"></div>
</div>
<h1 class="title main-title gradient-effect"><a href="https://willxuecn.github.io/post/java-lang-OutOfMemoryError-PermGen-space-20160406/">java.lang.OutOfMemoryError: PermGen space</a></h1>
</header>
<div class="post-excerpt">
<blockquote>
<p>在vps上部署多个应用时,报了 <code>java.lang.OutOfMemoryError: PermGen space</code> 错误,由于没有深入了解过jvm,只能在网上搜到了一些解决办法。</p>
</blockquote>
<div class="clear"></div>
</div>
<footer class="author-meta">
<a href="" class="author" title="">
<span class="author-image cover" style="background-image: url('https://willxuecn.github.io/images/avatar.png');"></span>
<span class="author-name">WillXue's Blog</span>
</a>
<a href="https://willxuecn.github.io/post/java-lang-OutOfMemoryError-PermGen-space-20160406/#comments" class="comments meta-info alignright" title="">
<span class="comment-count valine-comment-count" data-xid="/java-lang-OutOfMemoryError-PermGen-space-20160406/"> </span><i class="fa fa-comment"></i>
</a>
<div id="/java-lang-OutOfMemoryError-PermGen-space-20160406/" class="leancloud_visitors views-counter meta-info alignright" title=""><span class="leancloud-visitors-count" style="vertical-align: middle;"></span><i class="fa fa-leancloud"></i></div>
<div class="clear"></div>
</footer>
<div class="border"></div>
</div>
</article>
<article class="default grid-33 tablet-grid-50 mobile-grid-100 np-mobile post type-post status-publish format-standard has-post-thumbnail hentry">
<div class="article-wrapper">
<header>
<div class="post-format-image post-format-wrapper">
<div class="featured-image">
<a href="https://willxuecn.github.io/post/deploy-javaweb-to-vps-20160331/" class="thumb hover-effect">
<span class="fullimage cover" role="img" aria-label="" style="background-image: url('http://willxue.cn-bj.ufileos.com/nc-9.jpg');"></span>
</a>
<div class="tags absolute">
<a href="https://willxuecn.github.io/tag/zr2ksHbR_/" class="ctag ctag-4 ctag-zr2ksHbR_">域名</a>
</div>
</div>
</div>
<div class="meta">
<time datetime="2016-03-31"><i class="fa fa-calendar"></i><span class="lately">4 年前</span></time>
<div class="clear"></div>
</div>
<h1 class="title main-title gradient-effect"><a href="https://willxuecn.github.io/post/deploy-javaweb-to-vps-20160331/">在VPS上部署Java项目,绑定多个域名</a></h1>
</header>
<div class="post-excerpt">
<blockquote>
<p>工作不到一年,以前又异常懒惰,对服务器方面一向没有什么认知,听名字以为很高级,刚开始有些不知所措,从网上搜索了一些知识,总算有了一定的了解,但也只能算刚刚入门,记录一下。</p>
</blockquote>
<div class="clear"></div>
</div>
<footer class="author-meta">
<a href="" class="author" title="">
<span class="author-image cover" style="background-image: url('https://willxuecn.github.io/images/avatar.png');"></span>
<span class="author-name">WillXue's Blog</span>
</a>
<a href="https://willxuecn.github.io/post/deploy-javaweb-to-vps-20160331/#comments" class="comments meta-info alignright" title="">
<span class="comment-count valine-comment-count" data-xid="/deploy-javaweb-to-vps-20160331/"> </span><i class="fa fa-comment"></i>
</a>
<div id="/deploy-javaweb-to-vps-20160331/" class="leancloud_visitors views-counter meta-info alignright" title=""><span class="leancloud-visitors-count" style="vertical-align: middle;"></span><i class="fa fa-leancloud"></i></div>
<div class="clear"></div>
</footer>
<div class="border"></div>
</div>
</article>
<article class="bgstyle grid-33 tablet-grid-50 mobile-grid-100 np-mobile post type-post status-publish format-standard has-post-thumbnail hentry" style="">
<div class="article-wrapper cover" style="background-image: url('http://willxue.cn-bj.ufileos.com/hexo51.png');">
<header>
<div class="tags absolute">
<a href="https://willxuecn.github.io/tag/R9_NO7fNG/" class="ctag ctag-5 ctag-R9_NO7fNG">hexo</a>
</div>
<div class="meta">
<time datetime="2016-03-25"><i class="fa fa-calendar"></i><span class="lately">4 年前</span></time>
<div class="clear"></div>
</div>
<h1 class="title main-title gradient-effect"><a href="https://willxuecn.github.io/post/Hexo-5-20160325/">Hexo系列教程之五:hexo博客同时托管在github和coding</a></h1>
</header>
<footer class="author-meta">
<a href="" class="author" title="">
<span class="author-image cover" style="background-image: url('https://willxuecn.github.io/images/avatar.png');"></span>
<span class="author-name">WillXue's Blog</span>
</a>
<a href="https://willxuecn.github.io/post/Hexo-5-20160325/#comments" class="comments meta-info alignright" title="">
<span class="comment-count valine-comment-count" data-xid="/Hexo-5-20160325/"> </span><i class="fa fa-comment"></i>
</a>
<div id="/Hexo-5-20160325/" class="leancloud_visitors views-counter meta-info alignright" title=""><span class="leancloud-visitors-count" style="vertical-align: middle;"></span><i class="fa fa-leancloud"></i></div>
<div class="clear"></div>
</footer>
<div class="overlay"></div>
</div>
</article>
<article class="bgstyle grid-33 tablet-grid-50 mobile-grid-100 np-mobile post type-post status-publish format-standard has-post-thumbnail hentry" style="">
<div class="article-wrapper cover" style="background-image: url('http://willxue.cn-bj.ufileos.com/hexo41.png');">
<header>
<div class="tags absolute">
<a href="https://willxuecn.github.io/tag/R9_NO7fNG/" class="ctag ctag-6 ctag-R9_NO7fNG">hexo</a>
</div>
<div class="meta">
<time datetime="2016-03-24"><i class="fa fa-calendar"></i><span class="lately">4 年前</span></time>
<div class="clear"></div>
</div>
<h1 class="title main-title gradient-effect"><a href="https://willxuecn.github.io/post/Hexo-4-20160324/">Hexo系列教程之四:hexo的配置和优化</a></h1>
</header>
<footer class="author-meta">
<a href="" class="author" title="">
<span class="author-image cover" style="background-image: url('https://willxuecn.github.io/images/avatar.png');"></span>
<span class="author-name">WillXue's Blog</span>
</a>
<a href="https://willxuecn.github.io/post/Hexo-4-20160324/#comments" class="comments meta-info alignright" title="">
<span class="comment-count valine-comment-count" data-xid="/Hexo-4-20160324/"> </span><i class="fa fa-comment"></i>
</a>
<div id="/Hexo-4-20160324/" class="leancloud_visitors views-counter meta-info alignright" title=""><span class="leancloud-visitors-count" style="vertical-align: middle;"></span><i class="fa fa-leancloud"></i></div>
<div class="clear"></div>
</footer>
<div class="overlay"></div>
</div>
</article>
<article class="bgstyle grid-33 tablet-grid-50 mobile-grid-100 np-mobile post type-post status-publish format-standard has-post-thumbnail hentry" style="">
<div class="article-wrapper cover" style="background-image: url('http://willxue.cn-bj.ufileos.com/hexo31.png');">
<header>
<div class="tags absolute">
<a href="https://willxuecn.github.io/tag/R9_NO7fNG/" class="ctag ctag-7 ctag-R9_NO7fNG">hexo</a>
</div>
<div class="meta">
<time datetime="2016-03-22"><i class="fa fa-calendar"></i><span class="lately">4 年前</span></time>
<div class="clear"></div>
</div>
<h1 class="title main-title gradient-effect"><a href="https://willxuecn.github.io/post/Hexo-3-20160322/">Hexo系列教程之三:next主题的配置和优化</a></h1>
</header>
<footer class="author-meta">
<a href="" class="author" title="">
<span class="author-image cover" style="background-image: url('https://willxuecn.github.io/images/avatar.png');"></span>
<span class="author-name">WillXue's Blog</span>
</a>
<a href="https://willxuecn.github.io/post/Hexo-3-20160322/#comments" class="comments meta-info alignright" title="">
<span class="comment-count valine-comment-count" data-xid="/Hexo-3-20160322/"> </span><i class="fa fa-comment"></i>
</a>
<div id="/Hexo-3-20160322/" class="leancloud_visitors views-counter meta-info alignright" title=""><span class="leancloud-visitors-count" style="vertical-align: middle;"></span><i class="fa fa-leancloud"></i></div>
<div class="clear"></div>
</footer>
<div class="overlay"></div>
</div>
</article>
<article class="bgstyle grid-33 tablet-grid-50 mobile-grid-100 np-mobile post type-post status-publish format-standard has-post-thumbnail hentry" style="">
<div class="article-wrapper cover" style="background-image: url('http://willxue.cn-bj.ufileos.com/hexo21.jpg');">
<header>
<div class="tags absolute">
<a href="https://willxuecn.github.io/tag/R9_NO7fNG/" class="ctag ctag-8 ctag-R9_NO7fNG">hexo</a>
</div>
<div class="meta">
<time datetime="2016-03-20"><i class="fa fa-calendar"></i><span class="lately">4 年前</span></time>
<div class="clear"></div>
</div>
<h1 class="title main-title gradient-effect"><a href="https://willxuecn.github.io/post/Hexo-2-20160320/">Hexo系列教程之二:购买域名、设置DNS</a></h1>
</header>
<footer class="author-meta">
<a href="" class="author" title="">
<span class="author-image cover" style="background-image: url('https://willxuecn.github.io/images/avatar.png');"></span>
<span class="author-name">WillXue's Blog</span>
</a>
<a href="https://willxuecn.github.io/post/Hexo-2-20160320/#comments" class="comments meta-info alignright" title="">
<span class="comment-count valine-comment-count" data-xid="/Hexo-2-20160320/"> </span><i class="fa fa-comment"></i>
</a>
<div id="/Hexo-2-20160320/" class="leancloud_visitors views-counter meta-info alignright" title=""><span class="leancloud-visitors-count" style="vertical-align: middle;"></span><i class="fa fa-leancloud"></i></div>
<div class="clear"></div>
</footer>
<div class="overlay"></div>
</div>
</article>
<article class="bgstyle grid-33 tablet-grid-50 mobile-grid-100 np-mobile post type-post status-publish format-standard has-post-thumbnail hentry" style="">
<div class="article-wrapper cover" style="background-image: url('http://willxue.cn-bj.ufileos.com/hexo%2Bgithub.png');">
<header>
<div class="tags absolute">
<a href="https://willxuecn.github.io/tag/R9_NO7fNG/" class="ctag ctag-9 ctag-R9_NO7fNG">hexo</a>
</div>
<div class="meta">
<time datetime="2016-03-20"><i class="fa fa-calendar"></i><span class="lately">4 年前</span></time>
<div class="clear"></div>
</div>
<h1 class="title main-title gradient-effect"><a href="https://willxuecn.github.io/post/Hexo-1-20160320/">Hexo系列教程之一:hexo+github搭建独立博客</a></h1>
</header>
<footer class="author-meta">
<a href="" class="author" title="">
<span class="author-image cover" style="background-image: url('https://willxuecn.github.io/images/avatar.png');"></span>
<span class="author-name">WillXue's Blog</span>
</a>
<a href="https://willxuecn.github.io/post/Hexo-1-20160320/#comments" class="comments meta-info alignright" title="">
<span class="comment-count valine-comment-count" data-xid="/Hexo-1-20160320/"> </span><i class="fa fa-comment"></i>
</a>
<div id="/Hexo-1-20160320/" class="leancloud_visitors views-counter meta-info alignright" title=""><span class="leancloud-visitors-count" style="vertical-align: middle;"></span><i class="fa fa-leancloud"></i></div>
<div class="clear"></div>
</footer>
<div class="overlay"></div>
</div>
</article>
<div class="clear"></div>
<div class="separator last hide-on-tablet hide-on-mobile"></div>
</div>
<!-- end: .articles -->
<div class="epcl-pagination section">
<div class="nav">
<a href="https://willxuecn.github.io/page/2" class="next button red">下一页</a>
</div>
</div>
</div>
</div>
</div>
</main>
<footer id="footer" class="grid-container">
<div class="widgets row gradient-effect">
<div class="default-sidebar border-effect">
<div class="grid-33 tablet-grid-50 mobile-grid-100">
<section id="tag_cloud-2" class="widget widget_epcl_posts_thumbs underline-effect">
<h4 class="widget-title title white bordered">最新文章</h4>
<article class="item post-0 post type-post status-publish format-standard has-post-thumbnail hentry">
<a href="https://willxuecn.github.io/post/golang-learn-01-20161130/" class="thumb hover-effect">
<span class="fullimage cover" style="display:block;border-radius:50%;background-image: url('http://willxue.cn-bj.ufileos.com/golang1.png');"></span>
</a>
<div class="info gradient-effect">
<time datetime="2016-11-30">2016-11-30</time>
<h4 class="title usmall">
<a href="https://willxuecn.github.io/post/golang-learn-01-20161130/">go语言学习(一)net/http包客户端实例练习</a>
</h4>
</div>
<div class="clear"></div>
</article>
<article class="item post-1 post type-post status-publish format-standard has-post-thumbnail hentry">
<a href="https://willxuecn.github.io/post/golang-learn-0-20161122/" class="thumb hover-effect">
<span class="fullimage cover" style="display:block;border-radius:50%;background-image: url('http://willxue.cn-bj.ufileos.com/nc-9.jpg');"></span>
</a>
<div class="info gradient-effect">
<time datetime="2016-11-22">2016-11-22</time>
<h4 class="title usmall">
<a href="https://willxuecn.github.io/post/golang-learn-0-20161122/">go语言学习之零</a>
</h4>
</div>
<div class="clear"></div>
</article>
<article class="item post-2 post type-post status-publish format-standard has-post-thumbnail hentry">
<a href="https://willxuecn.github.io/post/git-cheat-sheet-20160412/" class="thumb hover-effect">
<span class="fullimage cover" style="display:block;border-radius:50%;background-image: url('http://willxue.cn-bj.ufileos.com/git-logo.png');"></span>
</a>
<div class="info gradient-effect">
<time datetime="2016-04-12">2016-04-12</time>
<h4 class="title usmall">
<a href="https://willxuecn.github.io/post/git-cheat-sheet-20160412/">Git Cheat Sheet</a>
</h4>
</div>
<div class="clear"></div>
</article>
<div class="clear"></div>
</section>
</div>
<div class="grid-33 tablet-grid-50 mobile-grid-100">
<section id="tag_cloud-2" class="widget widget_tag_cloud underline-effect">
<h4 class="widget-title title white bordered">标签云</h4>
<div class="tagcloud">
<a href="https://willxuecn.github.io/tag/euPuGRw2l/" class="ctag ctag-0 ctag-euPuGRw2l" aria-label="">Golang</a>
<a href="https://willxuecn.github.io/tag/V-r-1dBE_/" class="ctag ctag-1 ctag-V-r-1dBE_" aria-label="">Git</a>
<a href="https://willxuecn.github.io/tag/xmLTo5E2-/" class="ctag ctag-2 ctag-xmLTo5E2-" aria-label="">Java</a>
<a href="https://willxuecn.github.io/tag/WCVZc6LMO/" class="ctag ctag-3 ctag-WCVZc6LMO" aria-label="">Tomcat</a>
<a href="https://willxuecn.github.io/tag/zr2ksHbR_/" class="ctag ctag-4 ctag-zr2ksHbR_" aria-label="">域名</a>
<a href="https://willxuecn.github.io/tag/R9_NO7fNG/" class="ctag ctag-5 ctag-R9_NO7fNG" aria-label="">hexo</a>
<a href="https://willxuecn.github.io/tag/i_EHnXIMQ/" class="ctag ctag-6 ctag-i_EHnXIMQ" aria-label="">教程</a>
<a href="https://willxuecn.github.io/tag/jGvDanz4w/" class="ctag ctag-7 ctag-jGvDanz4w" aria-label="">hello world</a>
<a href="https://willxuecn.github.io/tag/EwToOi5s_/" class="ctag ctag-8 ctag-EwToOi5s_" aria-label="">随笔</a>
</div>
<div class="clear"></div>
</section>
</div>
<div class="grid-33 tablet-grid-50 mobile-grid-100">
<section id="epcl_about-2" class="widget widget_epcl_about underline-effect">
<h4 class="widget-title title white bordered">关于我</h4>
<div class="avatar">
<a href="" class="translate-effect thumb"><span class="fullimage cover" style="background-image: url(https://willxuecn.github.io/images/avatar.png);"></span></a>
</div>
<div class="info">
<h4 class="title small author-name gradient-effect no-margin"><a href="">WillXue's Blog</a></h4>
<p class="founder">一个好高骛远的码农</p>
<div class="social">
<a href="https://github.com/willxuecn" class="translate-effect" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
<div class="clear"></div>
</section>
</div>
</div>
<div class="clear"></div>
</div>
<div class="logo">
<a href="https://willxuecn.github.io"><img src="\media\images\custom-footerLogo.jpg" alt=""></a>
</div>
<p class="published border-effect">
©2015-2020 共 13 篇文章
<br/>
Theme <a href="https://github.com/lmm214/gridea-theme-breek/" target="_blank">「breek」</a> Powered by <a href="https://gridea.dev/" target="_blank">「Gridea」</a>
</p>
<a href="javascript:void(0)" id="back-to-top" class="epcl-button dark" style="display:none">
<i class="fa fa-arrow"></i>
</a>
</footer>
<div class="clear"></div>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/leancloud-storage/dist/av-min.js"></script>
<script type="text/javascript" src="https://cdn.staticfile.org/valine/1.3.10/Valine.Pure.min.js"></script>
<script>
new Valine({
el: '#comments',
appId: 'QImiFijLSOHYufsazlBVlwLg-gzGzoHsz' ,
appKey: 'AMcYaNHy9Y5OdH42k0d4uSED',
pageSize: 30,
placeholder: '既然来了,那就留个痕迹吧~',
visitor: true // 阅读量统计
})
</script>
</div>
<!-- end: #wrapper -->
</body>
</html>