-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
635 lines (238 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#546E7A">
<title>刁文杰的博客</title>
<link rel="canonical" href="www.diaowenjie.cn/">
<meta name="keywords" itemprop="keywords" content="blog,css,html,php">
<link rel="shortcut icon" sizes="128x128" href="/avatar/favicon.png">
<meta name="robots" content="noarchive">
<style>
.site-header {
background-color: #546E7A;
}
.page-header {
background: url("https://api.dujin.org/bing/1920.php") no-repeat center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size:cover; max-width:100%; margin: auto;text-align: center;margin-bottom:20px;
}
</style>
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="stylesheet" href="/assets/css/fade.css">
<meta name="google-site-verification" content="tb5-LFfZ4ccQdqYC0-JKdEi3uWBF3IFo8PNsDcahigs" />
</head>
<body>
<header class="site-header" role="banner">
<div class="wrapper">
<nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path fill="#ffffff" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
<path fill="#ffffff" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
<path fill="#ffffff" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
</svg>
</span>
</label>
<div class="trigger">
<a class="page-link" href="/Billboard.html">Billboard</a>
<a class="page-link" href="/about.html">About</a>
<a class="page-link" href="/archives.html">Archives</a>
<a class="page-link" href="/links.html">Links</a>
<a class="page-link" href="/pages/tags.html">Tags</a>
</div>
</nav>
</div>
</header>
<script>
var OriginTitile = document.title;
var titleTime;
document.addEventListener('visibilitychange', function() {
if (document.hidden) {
document.title = '刁文杰的博客 ' + OriginTitile;
clearTimeout(titleTime);
}
else {
document.title = '刁文杰的博客 ' + OriginTitile;
titleTime = setTimeout(function() {
document.title = OriginTitile;
}, 2000);
}});
</script>
<section class="page-header">
<h1 class="project-name">刁文杰的博客</h1>
<h2 class="project-tagline">记录coding life~.</h2>
</section>
<section class="main-content fade">
<!--<h2>#</h2>
<span></span>-->
<div> </div>
<ul class="post-list">
<li>
<span class="post-meta">Oct 12, 2019</span> <span style="font-size:15px;background:#F48FB1;color:#fff;padding:4px 15px;border-radius:6px;-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);">置顶</span>
<h2>
<a class="post-link" href="/2019/10/12/hello-world.html" title="Some useful links!">Some useful links!</a>
</h2>
<span><blockquote>
<p>本博客主要用来记录Java EE的学习,顺带一些其他的不定期更新~</p>
<p>以下为剑指offer常用的链接</p>
</blockquote>
</span>
</li>
<li>
<span class="post-meta">Dec 8, 2020</span>
<h2>
<a class="post-link" href="/2020/12/08/python-crawl.html" title="python爬虫">python爬虫</a>
</h2>
<span><blockquote>
<p>介绍使用python进行爬取海贼王的过程,附上爬虫基础的教程。</p>
</blockquote>
</span>
</li>
<li>
<span class="post-meta">Dec 8, 2020</span>
<h2>
<a class="post-link" href="/2020/12/08/enum.html" title="Java:Enum使用说明">Java:Enum使用说明</a>
</h2>
<span><blockquote>
<p>介绍Java枚举,说明其使用的场景。</p>
</blockquote>
</span>
</li>
<li>
<span class="post-meta">Dec 2, 2020</span>
<h2>
<a class="post-link" href="/2020/12/02/pictureGo.html" title="Typora + PicGo 自动上传图片">Typora + PicGo 自动上传图片</a>
</h2>
<span><blockquote>
<p>PicGo的配置与使用,本篇文章的所有图片都是自动保存在图床上。</p>
</blockquote>
</span>
</li>
<li>
<span class="post-meta">Nov 18, 2020</span>
<h2>
<a class="post-link" href="/2020/11/18/regular-expression.html" title="正则表达式">正则表达式</a>
</h2>
<span><blockquote>
<p>记录并总结正则表达式的基础使用。参考<em>正则表达式30分钟入门</em>。</p>
</blockquote>
</span>
</li>
<li>
<span class="post-meta">Nov 4, 2020</span>
<h2>
<a class="post-link" href="/2020/11/04/consensus-problem.html" title="(转)漫谈分布式系统、拜占庭将军问题与区块链">(转)漫谈分布式系统、拜占庭将军问题与区块链</a>
</h2>
<span><blockquote>
<p>如何理解拜占庭问题?<a href="https://juejin.im/post/6844903558869942286">原文链接</a></p>
</blockquote>
</span>
</li>
<li>
<span class="post-meta">Oct 31, 2020</span>
<h2>
<a class="post-link" href="/2020/10/31/onepiece.html" title="onepiece">onepiece</a>
</h2>
<span><blockquote>
<p>漫画</p>
</blockquote>
</span>
</li>
<li>
<span class="post-meta">Oct 27, 2020</span>
<h2>
<a class="post-link" href="/2020/10/27/Blogs.html" title="Jekyll + Nginx + Webhook实现博客自动部署到阿里云服务器">Jekyll + Nginx + Webhook实现博客自动部署到阿里云服务器</a>
</h2>
<span><blockquote>
<p>记录博客的移植过程,之前使用GitHub Pages国内访问总是很慢,现在将其移植到阿里云服务器。主要涉及到Jekyll的安装、Nginx的配置和自动部署。</p>
</blockquote>
</span>
</li>
<li>
<span class="post-meta">Oct 12, 2020</span>
<h2>
<a class="post-link" href="/2020/10/12/zero-copy.html" title="操作系统:零拷贝">操作系统:零拷贝</a>
</h2>
<span><blockquote>
<p>什么叫做零拷贝? 如何实现零拷贝的技术?</p>
</blockquote>
</span>
</li>
<li>
<span class="post-meta">Sep 24, 2020</span>
<h2>
<a class="post-link" href="/2020/09/24/thread-communication.html" title="操作系统:进程间通信">操作系统:进程间通信</a>
</h2>
<span><blockquote>
<p>总结进程间通信。包括:管道、消息队列、共享内存、信号量、信号、socket等,讨论其实现与适用的场景。</p>
</blockquote>
</span>
</li>
<li>
<span class="post-meta">Sep 20, 2020</span>
<h2>
<a class="post-link" href="/2020/09/20/package-Algorithm.html" title="Algorithm:01背包问题总结">Algorithm:01背包问题总结</a>
</h2>
<span><blockquote>
<p>一直不怎么会01背包问题,今天进行一次总结。</p>
</blockquote>
</span>
</li>
</ul>
</div>
<div class="pagination">
<span class="cm-l"><img src="/theme/leftdis.svg" style="height:28px"></span>
<a class="cm-r" href="/page2"><img src="/theme/right.svg" style="height:28px"></a>
</div>
<div class="cm-c">1/8</div>
<footer class="site-footer">
<!-- <span class="site-footer-owner"> 刁文杰的博客©2018-2019.</span> -->
<center>
<span class="site-footer-credits">刁文杰的博客©2018-2020.</span><br>
<!-- <span class="site-footer-credits" style="font-size:12px">Already <span id="sitetime"></span> days.</span><br> -->
<!-- <span class="site-footer-credits" href>浙ICP备2020039014号</span><br> -->
<a href="http://beian.miit.gov.cn/" class="site-footer-credits"> 浙ICP备2020039014号</a> <br>
</center>
</footer>
</section>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
inlineMath: [['$','$']]
}
});
</script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML' async></script>
<script>
ajax()
function ajax(option){
var xhr = null;
if(window.XMLHttpRequest){
xhr = new window.XMLHttpRequest();
}else{ // ie
xhr = new ActiveObject("Microsoft")
}
xhr.open("get","");
xhr.send(null);
xhr.onreadystatechange = function(){
var time = null,
curDate = null;
if(xhr.readyState===2){
// Get time
time = xhr.getResponseHeader("Date");
console.log(xhr.getAllResponseHeaders())
curDate = new Date(time);
document.getElementById("sitetime").innerHTML = (parseInt((((curDate.getTime() / 1000) - 1571133419 ) / 86400 )));
}
}
}
</script>
<script src = '/assets/js/instantclick.min.js' data-no-instant></script>
<script data-no-instant>InstantClick.init();</script>
</body>
</html>