-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
905 lines (457 loc) · 26.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
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
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
<!DOCTYPE html>
<html lang="zh_CN">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:image" content="https://www.bing.com/ImageResolution.aspx?w=1366&h=768"/>
<meta name="twitter:title" content="临风博客"/>
<meta name="twitter:description" content="IT software and Security Engineer, Open source enthusiast"/>
<meta name="twitter:site" content="@"/>
<meta property="og:title" content="临风博客" />
<meta property="og:site_name" content="临风博客" />
<meta property="og:url" content="https://jordonyang.github.io/" />
<meta property="og:image" content="https://www.bing.com/ImageResolution.aspx?w=1366&h=768"/>
<meta property="og:type" content="website" />
<meta property="og:description" content="IT software and Security Engineer, Open source enthusiast" />
<title>临风博客</title>
<meta name="description" content="IT software and Security Engineer, Open source enthusiast" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="https://www.easyicon.net/api/resizeApi.php?id=1155590&size=64">
<link rel="stylesheet" type="text/css" href="https://jordonyang.github.io/css/screen.css" />
<link rel="stylesheet" type="text/css" href="https://jordonyang.github.io/css/nav.css" />
<link rel="stylesheet" type="text/css" href="https://jordonyang.github.io/css/hugo.css" />
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?443ffc2fb7ecc22f8d3126f86579cc93";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.8.0/styles/github-gist.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.8.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link href="https://jordonyang.github.io/index.xml" rel="alternate" type="application/rss+xml" title="临风博客" />
<meta name="generator" content="Hugo 0.47.1" />
<link rel="canonical" href="https://jordonyang.github.io/" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"publisher": {
"@type": "Person",
"name": ,
"image": {
"@type": "ImageObject",
"url": https://jordonyang.github.io/images/logo.jpg,
"width": 250,
"height": 250
},
"url": https://jordonyang.github.io/,
"sameAs": [
]
},
"url": https://jordonyang.github.io/,
"mainEntityOfPage": {
"@type": "WebPage",
"@id": https://jordonyang.github.io/
},
"description": IT software and Security Engineer, Open source enthusiast
}
</script>
<script type="text/javascript" async src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML"> </script>
</head>
<body class="nav-closed">
<div class="nav">
<h3 class="nav-title">临风博客</h3>
<a href="#" class="nav-close">
<span class="hidden">Close</span>
</a>
<ul>
<li class="nav-opened nav-current" role="presentation">
<a href="https://jordonyang.github.io/">首页</a>
</li>
<li class="nav-opened" role="presentation">
<a href="https://jordonyang.github.io/tags/">标签</a>
</li>
<li class="nav-opened" role="presentation">
<a href="https://jordonyang.github.io/category/">分类</a>
</li>
<li class="nav-opened" role="presentation">
<a href="https://jordonyang.github.io/about">关于我</a>
</li>
<li class="nav-opened" role="presentation">
<a href="https://jordonyang.github.io/timeline/">时间线</a>
</li>
<li class="nav-opened" role="presentation">
<a href="https://jordonyang.github.io/books/">书籍推荐</a>
</li>
<li class="nav-opened" role="presentation">
<a href="https://jordonyang.github.io/windows_tools/">Windows工具推荐</a>
</li>
<li class="nav-opened" role="presentation">
<a href="https://jordonyang.github.io/linux_tools/">Linux工具推荐</a>
</li>
</br></br><strong>归档</strong>
<li class="nav-opened" role="presentation">
<a href="https://jordonyang.github.io/category/java/vm">JVM</a>
</li>
<li class="nav-opened" role="presentation">
<a href="https://jordonyang.github.io/category/java/concurrency">并发</a>
</li>
<li class="nav-opened" role="presentation">
<a href="https://jordonyang.github.io/category/mysql/base">MySQL</a>
</li>
<li class="nav-opened" role="presentation">
<a href="https://jordonyang.github.io/category/sec/crypto">密码学</a>
</li>
<li class="nav-opened" role="presentation">
<a href="https://jordonyang.github.io/category/architecture/base">架构</a>
</li>
<li class="nav-opened" role="presentation">
<a href="https://jordonyang.github.io/category/architecture/base">拆轮工</a>
</li>
</ul>
<a class="subscribe-button icon-feed" href="https://jordonyang.github.io/index.xml">Subscribe</a>
</div>
<span class="nav-cover"></span>
<div class="site-wrapper">
<header class="main-header" style="background-image: url(https://www.bing.com/ImageResolution.aspx?w=1366&h=768)">
<nav class="main-nav overlay clearfix">
<a class="blog-logo" href="https://jordonyang.github.io/"><img src="https://jordonyang.github.io/images/logo.jpg" alt="Blog Logo" /></a>
<a class="menu-button" href="#"><span class="burger">☰</span><span class="word">Menu</span></a>
</nav>
<div class="vertical">
<div class="main-header-content inner">
<h1 class="page-title">临风博客</h1>
<h2 class="page-description">IT software and Security Engineer, Open source enthusiast</h2>
<br>
<a class="bloglogo" href="https://github.com/jordonyang" target="_blank">
<span class="icon-github" style="color:white;font-size:2em"></span>
</a>
</div>
</div>
<a class="scroll-down icon-arrow-down" href="#content"><span class="hidden">Scroll Down</span></a>
</header>
<main id="content" class="content" role="main">
<div class="extra-pagination inner">
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 2</span>
<a class="older-posts" href="https://jordonyang.github.io/page/2/">Older Posts →</a>
</nav>
</div>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/alg/selecting/quickselect_bfprt/">QuickSelect with BFPRT to Conquer Top-K Problem</a></h2>
</header>
<section class="post-excerpt">
<p>使用QuickSelect结合BDPRT算法解决Top-K问题 <a class="read-more" href="https://jordonyang.github.io/post/alg/selecting/quickselect_bfprt/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/algorithm/">#algorithm</a>,
<a href="https://jordonyang.github.io//categories/selecting/">#selecting</a>,
<time class="post-date" datetime="2019-02-10T19:32:16+08:00">
2019年2月10日
</time>
</footer>
</article>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/java/concurrency/sync/memory_semantic_optimizing/">Memory Semantic and Lock Optimizing of Synchronized</a></h2>
</header>
<section class="post-excerpt">
<p>深入理解synchronized内存语义及锁优化 <a class="read-more" href="https://jordonyang.github.io/post/java/concurrency/sync/memory_semantic_optimizing/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/java/">#Java</a>,
<a href="https://jordonyang.github.io//categories/concurrency/">#concurrency</a>,
<time class="post-date" datetime="2019-01-20T08:47:16+08:00">
2019年1月20日
</time>
</footer>
</article>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/alg/sorting/summary/">Summary of Sorting Algorithms</a></h2>
</header>
<section class="post-excerpt">
<p>排序算法总结 <a class="read-more" href="https://jordonyang.github.io/post/alg/sorting/summary/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/algorithm/">#algorithm</a>,
<a href="https://jordonyang.github.io//categories/sorting/">#sorting</a>,
<time class="post-date" datetime="2019-01-18T22:54:44+08:00">
2019年1月18日
</time>
</footer>
</article>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/java/concurrency/volatile/assembling_dive/">Memory Semantics and Implementation of Volatile</a></h2>
</header>
<section class="post-excerpt">
<p>深入理解volatile的内存语义及其实现 <a class="read-more" href="https://jordonyang.github.io/post/java/concurrency/volatile/assembling_dive/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/java/">#java</a>,
<a href="https://jordonyang.github.io//categories/concurrency/">#concurrency</a>,
<time class="post-date" datetime="2019-01-15T09:18:23+08:00">
2019年1月15日
</time>
</footer>
</article>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/java/concurrency/volatile/guidelines/">Guidelines for Using Volatile Variables</a></h2>
</header>
<section class="post-excerpt">
<p>如何正确使用 volatile 变量 <a class="read-more" href="https://jordonyang.github.io/post/java/concurrency/volatile/guidelines/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/java/">#java</a>,
<a href="https://jordonyang.github.io//categories/concurrency/">#concurrency</a>,
<time class="post-date" datetime="2019-01-14T09:22:44+08:00">
2019年1月14日
</time>
</footer>
</article>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/java/vm/custom_secure_classloader/">Custom Secure Class Loader</a></h2>
</header>
<section class="post-excerpt">
<p>自定义安全类加载器 <a class="read-more" href="https://jordonyang.github.io/post/java/vm/custom_secure_classloader/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/java/">#Java</a>,
<a href="https://jordonyang.github.io//categories/jvm/">#JVM</a>,
<a href="https://jordonyang.github.io//categories/security/">#security</a>,
<time class="post-date" datetime="2019-01-12T10:42:11+08:00">
2019年1月12日
</time>
</footer>
</article>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/java/vm/class_loading/">JVM - Class Loading Process</a></h2>
</header>
<section class="post-excerpt">
<p>Java 虚拟机类加载过程 <a class="read-more" href="https://jordonyang.github.io/post/java/vm/class_loading/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/java/">#Java</a>,
<a href="https://jordonyang.github.io//categories/jvm/">#JVM</a>,
<time class="post-date" datetime="2019-01-11T21:28:33+08:00">
2019年1月11日
</time>
</footer>
</article>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/mysql/engine/base/">Touch MySQL Storage Engine</a></h2>
</header>
<section class="post-excerpt">
<p>MySQL存储引擎基础 <a class="read-more" href="https://jordonyang.github.io/post/mysql/engine/base/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/mysql/">#MySQL</a>,
<time class="post-date" datetime="2018-12-28T00:40:04+08:00">
2018年12月28日
</time>
</footer>
</article>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/os/sc/">Notes for OS Exam</a></h2>
</header>
<section class="post-excerpt">
<p>操作系统期末考试考点整理 <a class="read-more" href="https://jordonyang.github.io/post/os/sc/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/os/">#OS</a>,
<time class="post-date" datetime="2018-12-23T21:05:05+08:00">
2018年12月23日
</time>
</footer>
</article>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/security/app/ssl-config/">Homemade Certificate and Unidirectional Authentication</a></h2>
</header>
<section class="post-excerpt">
<p>使用Tomcat和OpenSSL自制证书和配置单向服务器身份验证 <a class="read-more" href="https://jordonyang.github.io/post/security/app/ssl-config/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/security/">#security</a>,
<time class="post-date" datetime="2018-12-10T23:42:48+08:00">
2018年12月10日
</time>
</footer>
</article>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/architecture/pattern/template-method-pattern/">What is Template Method Pattern</a></h2>
</header>
<section class="post-excerpt">
<p>理解模板方法设计模式 <a class="read-more" href="https://jordonyang.github.io/post/architecture/pattern/template-method-pattern/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/design-pattern/">#design-pattern</a>,
<time class="post-date" datetime="2018-12-06T19:42:27+08:00">
2018年12月6日
</time>
</footer>
</article>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/java/concurrency/cas/">Simply Understanding Compare-And-Swap</a></h2>
</header>
<section class="post-excerpt">
<p>理解比较并交换算法 <a class="read-more" href="https://jordonyang.github.io/post/java/concurrency/cas/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/java/">#java</a>,
<a href="https://jordonyang.github.io//categories/concurrency/">#concurrency</a>,
<time class="post-date" datetime="2018-11-25T20:48:32+08:00">
2018年11月25日
</time>
</footer>
</article>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/cache/mesi/">Dive into MESI Protocol</a></h2>
</header>
<section class="post-excerpt">
<p>深入理解MESI缓存一致性协议 <a class="read-more" href="https://jordonyang.github.io/post/cache/mesi/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/cache/">#cache</a>,
<time class="post-date" datetime="2018-11-20T10:46:53+08:00">
2018年11月20日
</time>
</footer>
</article>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/security/ssl/handshake/">SSL - Dive into Handshake protocol</a></h2>
</header>
<section class="post-excerpt">
<p>SSL - 握手协议详细过程 <a class="read-more" href="https://jordonyang.github.io/post/security/ssl/handshake/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/security/">#security</a>,
<time class="post-date" datetime="2018-11-12T12:04:11+08:00">
2018年11月12日
</time>
</footer>
</article>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/security/ssl/base/">SSL - Architecture and Basic Protocols</a></h2>
</header>
<section class="post-excerpt">
<p>SSL - 协议架构和基本协议介绍 <a class="read-more" href="https://jordonyang.github.io/post/security/ssl/base/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/security/">#security</a>,
<time class="post-date" datetime="2018-11-12T12:03:51+08:00">
2018年11月12日
</time>
</footer>
</article>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/security/crypto/asymmetry/rsa/">Rationale and Implementation of RSA Algorithm</a></h2>
</header>
<section class="post-excerpt">
<p>RSA公钥密码算法原理及实现 <a class="read-more" href="https://jordonyang.github.io/post/security/crypto/asymmetry/rsa/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/java/">#Java</a>,
<a href="https://jordonyang.github.io//categories/security/">#security</a>,
<a href="https://jordonyang.github.io//categories/algorithm/">#algorithm</a>,
<time class="post-date" datetime="2018-11-10T14:23:26+08:00">
2018年11月10日
</time>
</footer>
</article>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/security/crypto/symmetry/rc4/">Understand Stream Cipher and Implement RC4</a></h2>
</header>
<section class="post-excerpt">
<p>流密码原理及RC4算法的实现 <a class="read-more" href="https://jordonyang.github.io/post/security/crypto/symmetry/rc4/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/java/">#Java</a>,
<a href="https://jordonyang.github.io//categories/security/">#security</a>,
<a href="https://jordonyang.github.io//categories/algorithm/">#algorithm</a>,
<time class="post-date" datetime="2018-11-07T10:01:04+08:00">
2018年11月7日
</time>
</footer>
</article>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/security/crypto/asymmetry/prime/">Big Prime Number Generation And Primality Testing</a></h2>
</header>
<section class="post-excerpt">
<p>理解素性测试及大素数生成过程 <a class="read-more" href="https://jordonyang.github.io/post/security/crypto/asymmetry/prime/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/security/">#security</a>,
<a href="https://jordonyang.github.io//categories/%E5%AF%86%E7%A0%81%E5%AD%A6/">#密码学</a>,
<time class="post-date" datetime="2018-11-05T21:06:29+08:00">
2018年11月5日
</time>
</footer>
</article>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/security/crypto/symmetry/aes/">Theory-based Implementation of AES Algorithm</a></h2>
</header>
<section class="post-excerpt">
<p>基于原理逐步实现AES加密算法 <a class="read-more" href="https://jordonyang.github.io/post/security/crypto/symmetry/aes/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/security/">#security</a>,
<a href="https://jordonyang.github.io//categories/java/">#Java</a>,
<a href="https://jordonyang.github.io//categories/algorithm/">#algorithm</a>,
<time class="post-date" datetime="2018-10-18T22:23:44+08:00">
2018年10月18日
</time>
</footer>
</article>
<article class="post post">
<header class="post-header">
<h2 class="post-title"><a href="https://jordonyang.github.io/post/security/crypto/symmetry/working-mode/">Block Cipher Mode of Operation</a></h2>
</header>
<section class="post-excerpt">
<p>分组密码的工作模式 <a class="read-more" href="https://jordonyang.github.io/post/security/crypto/symmetry/working-mode/">»</a></p>
</section>
<footer class="post-meta">
<a href="https://jordonyang.github.io//categories/security/">#security</a>,
<time class="post-date" datetime="2018-10-11T21:54:13+08:00">
2018年10月11日
</time>
</footer>
</article>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 2</span>
<a class="older-posts" href="https://jordonyang.github.io/page/2/">Older Posts →</a>
</nav>
</main>
<footer class="site-footer clearfix">
<section class="copyright"><a href="">临风博客</a> All rights reserved</section>
<section class="poweredby">Proudly generated by <a class="icon-hugo" href="http://gohugo.io">HUGO</a>, with <a class="icon-theme" href="https://github.com/vjeantet/hugo-theme-casper">Casper</a> theme</section>
</footer>
</div>
<script type="text/javascript" src="https://jordonyang.github.io/js/jquery.js"></script>
<script type="text/javascript" src="https://jordonyang.github.io/js/jquery.fitvids.js"></script>
<script type="text/javascript" src="https://jordonyang.github.io/js/index.js"></script>
</body>
</html>