-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
896 lines (608 loc) · 26.6 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
<!DOCTYPE html>
<html lang="en">
<!-- Head tag -->
<head><meta name="generator" content="Hexo 3.9.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="google-site-verification" content="xBT4GhYoi5qRD5tr338pgPM5OWHHIDR6mNg1a3euekI">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="luckyxue's blog">
<meta name="keyword" content="luckyxue blog 憨才好运">
<link rel="shortcut icon" href="/img/ironman-draw.png">
<meta property="og:url" content="https://hancaihaoyun.gitee.io/blog/">
<meta property="og:type" content="article">
<meta property="og:title" content="hancaihaoyun's blog">
<meta property="og:description" content="welcome to follow me">
<meta property="og:image" content="https://hancaihaoyun.gitee.io/blog/img/icon_wechat.png">
<!-- Place this tag in your head or just before your close body tag.
<script async defer src="https://buttons.github.io/buttons.js"></script>
<title>
憨才好运 - Blog
</title>
<link rel="canonical" href="https://hancaihaoyun.github.io/">
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/beantech.min.css">
<!-- Pygments Highlight CSS -->
<link rel="stylesheet" href="/css/highlight.css">
<link rel="stylesheet" href="/css/widget.css">
<link rel="stylesheet" href="/css/rocket.css">
<link rel="stylesheet" href="/css/signature.css">
<link rel="stylesheet" href="/css/toc.css">
<!-- Custom Fonts -->
<!-- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> -->
<!-- Hux change font-awesome CDN to qiniu -->
<link href="https://cdn.staticfile.org/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Hux Delete, sad but pending in China
<link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/
css'>
-->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- ga & ba script hoook -->
<script></script>
</head>
<!-- hack iOS CSS :active style -->
<body ontouchstart="">
<!-- Modified by Yu-Hsuan Yen -->
<!-- Post Header -->
<style type="text/css">
header.intro-header{
background-image: url('/img/header_img/home-bg.png')
/*config*/
}
#signature{
background-image: url('/img/signature/LuckyxueSign-white.png');
}
</style>
<header class="intro-header" >
<!-- Signature -->
<div id="signature">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="site-heading">
<h1>憨才好运</h1>
<!--<hr class="small">-->
<span class="subheading">个人博客</span>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">憨才好运</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<!-- Known Issue, found by Hux:
<nav>'s height woule be hold on by its content.
so, when navbar scale out, the <nav> will cover tags.
also mask any touch event of tags, unfortunately.
-->
<div id="huxblog_navbar">
<div class="navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/archive/">Archives</a>
</li>
<li>
<a href="/about/">About Me</a>
</li>
<li>
<a href="/tags/">Tags</a>
</li>
</ul>
</div>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<script>
// Drop Bootstarp low-performance Navbar
// Use customize navbar with high-quality material design animation
// in high-perf jank-free CSS3 implementation
var $body = document.body;
var $toggle = document.querySelector('.navbar-toggle');
var $navbar = document.querySelector('#huxblog_navbar');
var $collapse = document.querySelector('.navbar-collapse');
$toggle.addEventListener('click', handleMagic)
function handleMagic(e){
if ($navbar.className.indexOf('in') > 0) {
// CLOSE
$navbar.className = " ";
// wait until animation end.
setTimeout(function(){
// prevent frequently toggle
if($navbar.className.indexOf('in') < 0) {
$collapse.style.height = "0px"
}
},400)
}else{
// OPEN
$collapse.style.height = "auto"
$navbar.className += " in";
}
}
</script>
<!-- Main Content -->
<!-- Main Content -->
<div class="container">
<div class="row">
<!-- USE SIDEBAR -->
<!-- Post Container -->
<div class="
col-lg-8 col-lg-offset-1
col-md-8 col-md-offset-1
col-sm-12
col-xs-12
post-container
">
<!-- Main Content -->
<div class="post-preview">
<a href="/2020/10/18/使用kubeadm安装kubernetes集群/">
<h2 class="post-title">
使用kubeadm安装kubernetes集群
</h2>
<h3 class="post-subtitle">
</h3>
<div class="post-content-preview">
本篇文章主要参考了微信公众号先超发布的《安装kubernetes集群-灵活安装k8s各个版本高可用集群》这篇文章,完全从 0 开始,在 Bare-metal 环境下使用 kubeadm 工具部署了一个完整的 Kubernetes 集群:这个集群有一个 Master 节点和1个 Worker 节点;使用 Flannel 作为容器网络插件;使用 Dashboard 插件提供了可视化的 Web 界......
</div>
</a>
<p class="post-meta" style="margin: 10px 0;">
Posted by Lucky Xue on
2020-10-18
</p>
<div class="tags">
<a href="/tags/#kubernetes" title="kubernetes">kubernetes</a>
</div>
</div>
<hr>
<div class="post-preview">
<a href="/2020/08/22/Nginx实现高可用集群/">
<h2 class="post-title">
Nginx实现高可用集群
</h2>
<h3 class="post-subtitle">
</h3>
<div class="post-content-preview">
编译并安装Nginx
官网地址www.nginx.org,nginx是由1994年毕业于俄罗斯国立莫斯科鲍曼科技大学的同学为俄罗斯rambler.ru公司开发的,开发工作最早从2002年开始,第一次公开发布时间是2004年10月4日,版本号是0.1.0
Nginx是单进程单线程模型,即启动的工作进程只有一个进程响应客户端请求,不像apache可以在一个进程内启动多个线程响应可请求,因此在内存......
</div>
</a>
<p class="post-meta" style="margin: 10px 0;">
Posted by Lucky Xue on
2020-08-22
</p>
<div class="tags">
<a href="/tags/#Java Web" title="Java Web">Java Web</a>
</div>
</div>
<hr>
<div class="post-preview">
<a href="/2020/06/02/SpringBean基础/">
<h2 class="post-title">
Untitled
</h2>
<h3 class="post-subtitle">
</h3>
<div class="post-content-preview">
定义Spring Bean
什么是BeanDefinition?
BeanDefinition是Spring Framwork中定义的Bean的配置元信息接口,包括:
Bean的类名
Bean行为配置元素,如作用域、自动绑定的模式、生命周期回调等
其他Bean引用,又可称作合作者(Collaborators)或者依赖(Dependencies)
配置设置,比如Bean属性(Properti......
</div>
</a>
<p class="post-meta" style="margin: 10px 0;">
Posted by Lucky Xue on
2020-06-02
</p>
<div class="tags">
</div>
</div>
<hr>
<div class="post-preview">
<a href="/2020/05/12/ShardingSphere分库分表入门/">
<h2 class="post-title">
ShardingSpere分库分表入门
</h2>
<h3 class="post-subtitle">
</h3>
<div class="post-content-preview">
本文在原文芋道 Spring Boot 分库分表入门的基础上进行了简单修改,转载是为了记录总结。
概述
数据库分库分表已经有非常成熟稳定的解决方案,网上相关的博客文章也是不计其数,推荐阅读两个资料:
《Apache ShardingSphere 官方文档》
ShardingSphere 是目前最好用的数据库中间件之一,很多时候,我们使用它来实现分库分表,或者读写分离。
当然,它不仅仅能够......
</div>
</a>
<p class="post-meta" style="margin: 10px 0;">
Posted by Lucky Xue on
2020-05-12
</p>
<div class="tags">
<a href="/tags/#数据库中间件" title="数据库中间件">数据库中间件</a>
<a href="/tags/#ShardingSphere" title="ShardingSphere">ShardingSphere</a>
</div>
</div>
<hr>
<div class="post-preview">
<a href="/2020/05/10/数据库中间件ShardingShpere的介绍/">
<h2 class="post-title">
数据库中间件ShardingSpere的介绍
</h2>
<h3 class="post-subtitle">
</h3>
<div class="post-content-preview">
Sharding-Sphere是什么?
Sharding-Sphere是一套开源的分布式数据库中间件解决方案组成的生态圈,它由Sharding-JDBC、Sharding-Proxy和Sharding-Sidecar这3款相互独立的产品组成。他们均提供标准化的数据分片、读写分离、柔性事务和数据治理功能,可适用于如Java同构、异构语言、容器、云原生等各种多样化的应用场景。
Sharding-......
</div>
</a>
<p class="post-meta" style="margin: 10px 0;">
Posted by Lucky Xue on
2020-05-10
</p>
<div class="tags">
<a href="/tags/#数据库中间件" title="数据库中间件">数据库中间件</a>
<a href="/tags/#ShardingSphere" title="ShardingSphere">ShardingSphere</a>
</div>
</div>
<hr>
<div class="post-preview">
<a href="/2020/05/09/Zookeeper实战与源码剖析学习笔记/">
<h2 class="post-title">
Zookeeper实战与源码剖析学习笔记
</h2>
<h3 class="post-subtitle">
</h3>
<div class="post-content-preview">
安装zookeeper
12345678910111213141516171819202122# brew搜索zookeeper应用brew search zookeeper# brew安装zookeeperbrew install -v zookeeper# 启动zookeeper服务端,输入以下信息zkServer startZooKeeper JMX enabled by defaul......
</div>
</a>
<p class="post-meta" style="margin: 10px 0;">
Posted by Lucky Xue on
2020-05-09
</p>
<div class="tags">
<a href="/tags/#Zookeeper" title="Zookeeper">Zookeeper</a>
</div>
</div>
<hr>
<div class="post-preview">
<a href="/2020/05/09/Reactor线程模型与操作系统IO模型/">
<h2 class="post-title">
Reactor线程模型与操作系统IO模型
</h2>
<h3 class="post-subtitle">
</h3>
<div class="post-content-preview">
Reactor线程模型
Reactor是什么?
The reactor design_pattern is an event_handling pattern for handling service requests delivered concurrently to a service handler by one or more inputs. The service handler ......
</div>
</a>
<p class="post-meta" style="margin: 10px 0;">
Posted by Lucky Xue on
2020-05-09
</p>
<div class="tags">
<a href="/tags/#Java基础" title="Java基础">Java基础</a>
</div>
</div>
<hr>
<div class="post-preview">
<a href="/2020/05/04/如何使用线程编写异步代码/">
<h2 class="post-title">
如何使用线程编写异步代码
</h2>
<h3 class="post-subtitle">
</h3>
<div class="post-content-preview">
如何编写优雅的异步代码 — CompletableFuture
...
</div>
</a>
<p class="post-meta" style="margin: 10px 0;">
Posted by Lucky Xue on
2020-05-04
</p>
<div class="tags">
<a href="/tags/#Java基础" title="Java基础">Java基础</a>
</div>
</div>
<hr>
<div class="post-preview">
<a href="/2020/05/02/Mac提升生产力的工具/">
<h2 class="post-title">
Mac提升生产力的工具
</h2>
<h3 class="post-subtitle">
</h3>
<div class="post-content-preview">
解决Homebrew下载更新极慢的问题
近期使用Homebrew去下载安装软件的时候总是卡在update阶段,时间非常久,难以忍受。记录一下解决方法,使用Homebrew安装软件的时候一直卡在Update阶段。同时发现从github.com下载文件也极度缓慢(几十KB/s)。
问题定位:
使用brew update --verbose观察update过程:
12345678910111213......
</div>
</a>
<p class="post-meta" style="margin: 10px 0;">
Posted by Lucky Xue on
2020-05-02
</p>
<div class="tags">
<a href="/tags/#效率工具" title="效率工具">效率工具</a>
</div>
</div>
<hr>
<div class="post-preview">
<a href="/2020/04/21/Docker环境下安装部署Redis-Cluster/">
<h2 class="post-title">
Docker环境下安装部署Redis Cluster
</h2>
<h3 class="post-subtitle">
</h3>
<div class="post-content-preview">
为了应对更高的QPS、更大的数据存储和更多的网络流量的需求,Redis官方提供了原生的集群模式Redis Cluster的解决方案。Redis Cluster作为分布式数据库的典型代表,对理解分布式的理论理解有很大帮助。
为了实现实现分布式存储,需要对数据分布在不同节点上。数据分布就是通过一定的分区规则,将大数据集分别存储在不同的分区。哈希分布存在数据分散度高、键值分布与业务无关、无法顺序访......
</div>
</a>
<p class="post-meta" style="margin: 10px 0;">
Posted by Lucky Xue on
2020-04-21
</p>
<div class="tags">
<a href="/tags/#Docker" title="Docker">Docker</a>
<a href="/tags/#Redis" title="Redis">Redis</a>
</div>
</div>
<hr>
<!-- Pager -->
<ul class="pager">
<li class="next">
<a href="/archives/2/">Older Posts →</a>
</li>
</ul>
<!-- 如果开启评论功能 -->
</div>
<!-- Sidebar Container -->
<div class="
col-lg-3 col-lg-offset-0
col-md-3 col-md-offset-0
col-sm-12
col-xs-12
sidebar-container
">
<!-- Featured Tags -->
<section>
<!-- no hr -->
<h5><a href="/tags/">FEATURED TAGS</a></h5>
<div class="tags">
<a href="/tags/#Java基础" title="Java基础" rel="6">Java基础</a>
<a href="/tags/#Docker" title="Docker" rel="5">Docker</a>
<a href="/tags/#Redis" title="Redis" rel="5">Redis</a>
<a href="/tags/#Java Web" title="Java Web" rel="8">Java Web</a>
<a href="/tags/#效率工具" title="效率工具" rel="4">效率工具</a>
<a href="/tags/#数据结构与算法" title="数据结构与算法" rel="4">数据结构与算法</a>
<a href="/tags/#动态规划" title="动态规划" rel="3">动态规划</a>
<a href="/tags/#MySQL" title="MySQL" rel="2">MySQL</a>
<a href="/tags/#数据库中间件" title="数据库中间件" rel="2">数据库中间件</a>
<a href="/tags/#ShardingSphere" title="ShardingSphere" rel="2">ShardingSphere</a>
</div>
</section>
<hr>
<!-- Short About -->
<section class="visible-md visible-lg">
<h5><a href="/about/">ABOUT ME</a></h5>
<div class="short-about">
<img id = "avatar_pic" src="/img/icon.png" />
<p>Stay hungry, Stay foolish</p>
<!-- SNS Link -->
<ul class="list-inline">
<li>
<a target="_blank" href="https://www.cnblogs.com/luckyxue">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-stack-1x fa-inverse">博</i>
</span>
</a>
</li>
<li>
<a target="_blank" href="https://gitee.com/hancaihaoyun">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-stack-1x fa-inverse">码</i>
</span>
</a>
</li>
<li>
<a target="_blank" href="https://github.com/luckyxue">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</section>
<hr>
<h5>RECENT POSTS</h3>
<div class="widget">
<ul>
<li>
<a href="/2020/10/18/使用kubeadm安装kubernetes集群/">使用kubeadm安装kubernetes集群</a>
</li>
<li>
<a href="/2020/08/22/Nginx实现高可用集群/">Nginx实现高可用集群</a>
</li>
<li>
<a href="/2020/06/02/SpringBean基础/">(no title)</a>
</li>
<li>
<a href="/2020/05/12/ShardingSphere分库分表入门/">ShardingSpere分库分表入门</a>
</li>
<li>
<a href="/2020/05/10/数据库中间件ShardingShpere的介绍/">数据库中间件ShardingSpere的介绍</a>
</li>
</ul>
</div>
<hr>
<!-- Friends Blog -->
<h5>FRIENDS</h5>
<ul class="list-inline">
<li><a href="https://www.cnblogs.com/luckyxue" target="_blank">luckyxue's cnblogs</a></li>
</ul>
<hr>
</div>
</div>
</div>
<!-- Footer -->
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center">
<li>
<a target="_blank" href="https://www.cnblogs.com/luckyxue">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-stack-1x fa-inverse">博</i>
</span>
</a>
</li>
<li>
<a target="_blank" href="https://gitee.com/hancaihaoyun">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-stack-1x fa-inverse">码</i>
</span>
</a>
</li>
<li>
<a target="_blank" href="https://github.com/luckyxue">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="copyright text-muted">
Copyright © Lucky Xue 2021
<br>
Theme by <a href="http://beantech.org">BeanTech</a>
<span style="display: inline-block; margin: 0 5px;">
<i class="fa fa-heart"></i>
</span>
Re-Ported by <a href="https://luckyxue.github.io/">LuckyXue</a>
<!-- |
<iframe
style="margin-left: 2px; margin-bottom:-5px;"
frameborder="0" scrolling="0" width="91px" height="20px"
src="https://ghbtns.com/github-btn.html?user=YenYuHsuan&repo=hexo-theme-beantech&type=star&count=true" >
</iframe>
-->
</p>
<div class="copyright text-muted">
<span id="busuanzi_container_site_pv">本站总访问量<span id="busuanzi_value_site_pv"></span>次</span>
<span class="post-meta-divider">|</span>
<span id="busuanzi_container_site_uv">本站访客数<span id="busuanzi_value_site_uv"></span>人</span>
</div>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="/js/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="/js/bootstrap.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="/js/hux-blog.min.js"></script>
<!-- async load function -->
<script>
function async(u, c) {
var d = document, t = 'script',
o = d.createElement(t),
s = d.getElementsByTagName(t)[0];
o.src = u;
if (c) { o.addEventListener('load', function (e) { c(null, e); }, false); }
s.parentNode.insertBefore(o, s);
}
</script>
<!--
Because of the native support for backtick-style fenced code blocks
right within the Markdown is landed in Github Pages,
From V1.6, There is no need for Highlight.js,
so Huxblog drops it officially.
- https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0
- https://help.github.com/articles/creating-and-highlighting-code-blocks/
-->
<!--
<script>
async("http://cdn.bootcss.com/highlight.js/8.6/highlight.min.js", function(){
hljs.initHighlightingOnLoad();
})
</script>
<link href="http://cdn.bootcss.com/highlight.js/8.6/styles/github.min.css" rel="stylesheet">
-->
<!-- jquery.tagcloud.js -->
<script>
// only load tagcloud.js in tag.html
if($('#tag_cloud').length !== 0){
async("https://hancaihaoyun.github.io/js/jquery.tagcloud.js",function(){
$.fn.tagcloud.defaults = {
//size: {start: 1, end: 1, unit: 'em'},
color: {start: '#bbbbee', end: '#0085a1'},
};
$('#tag_cloud a').tagcloud();
})
}
</script>
<!--fastClick.js -->
<script>
async("https://cdn.bootcss.com/fastclick/1.0.6/fastclick.min.js", function(){
var $nav = document.querySelector("nav");
if($nav) FastClick.attach($nav);
})
</script>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<!-- Google Analytics -->
<!-- Baidu Tongji -->
<a id="rocket" href="#top" class=""></a>
<script type="text/javascript" src="/js/totop.js?v=1.0.0" async=""></script>
<script type="text/javascript" src="/js/toc.js?v=1.0.0" async=""></script>
<!-- Image to hack wechat -->
<img src="https://hancaihaoyun.github.io/img/icon_wechat.png" width="0" height="0" />
<!-- Migrate from head to bottom, no longer block render and still work -->
</body>
</html>