-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
814 lines (453 loc) · 26.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="google-site-verification" content="true">
<title>葫芦籽的碎碎念</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#3F51B5">
<meta name="keywords" content="">
<meta name="description" content="talk is cheap, show me the code">
<meta property="og:type" content="website">
<meta property="og:title" content="葫芦籽的碎碎念">
<meta property="og:url" content="https://kingsfish.github.io/index.html">
<meta property="og:site_name" content="葫芦籽的碎碎念">
<meta property="og:description" content="talk is cheap, show me the code">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="Fish">
<meta name="twitter:card" content="summary">
<link rel="alternate" type="application/atom+xml" title="葫芦籽的碎碎念" href="/atom.xml">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="/css/style.css?v=1.7.2">
<script>window.lazyScripts=[]</script>
<!-- custom head -->
<meta name="generator" content="Hexo 6.2.0"></head>
<body>
<div id="loading" class="active"></div>
<aside id="menu" >
<div class="inner flex-row-vertical">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menu-off">
<i class="icon icon-lg icon-close"></i>
</a>
<div class="brand-wrap" style="background-image:url(/img/brand.jpg)">
<div class="brand">
<a href="/about" class="avatar waves-effect waves-circle waves-light">
<img src="/img/logo.jpg">
</a>
<hgroup class="introduce">
<h5 class="nickname">Fish</h5>
</hgroup>
</div>
</div>
<div class="scroll-wrap flex-col">
<ul class="nav">
<li class="waves-block waves-effect active">
<a href="/" >
<i class="icon icon-lg icon-home"></i>
主页
</a>
</li>
<li class="waves-block waves-effect">
<a href="/archives" >
<i class="icon icon-lg icon-archives"></i>
归档
</a>
</li>
<li class="waves-block waves-effect">
<a href="/tags" >
<i class="icon icon-lg icon-tags"></i>
标签
</a>
</li>
<li class="waves-block waves-effect">
<a href="/categories" >
<i class="icon icon-lg icon-th-list"></i>
分类
</a>
</li>
<li class="waves-block waves-effect">
<a href="https://github.com/KingsFish" target="_blank" >
<i class="icon icon-lg icon-github"></i>
Github
</a>
</li>
<li class="waves-block waves-effect">
<a href="/about" >
<i class="icon icon-lg icon-user-o"></i>
关于
</a>
</li>
<li class="waves-block waves-effect">
<a href="/atom.xml" >
<i class="icon icon-lg icon-rss"></i>
RSS订阅
</a>
</li>
</ul>
</div>
</div>
</aside>
<main id="main">
<header class="top-header" id="header">
<div class="flex-row">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light on" id="menu-toggle">
<i class="icon icon-lg icon-navicon"></i>
</a>
<div class="flex-col header-title ellipsis">葫芦籽的碎碎念</div>
<div class="search-wrap" id="search-wrap">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="back">
<i class="icon icon-lg icon-chevron-left"></i>
</a>
<input type="text" id="key" class="search-input" autocomplete="off" placeholder="输入感兴趣的关键字">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="search">
<i class="icon icon-lg icon-search"></i>
</a>
</div>
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menuShare">
<i class="icon icon-lg icon-share-alt"></i>
</a>
</div>
</header>
<header class="content-header index-header">
<div class="container fade-scale">
<h1 class="title">葫芦籽的碎碎念</h1>
<h5 class="subtitle">
</h5>
</div>
</header>
<div class="container body-wrap">
<ul class="post-list">
<li class="post-list-item fade">
<article id="post-2019-干了些什么"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2020-01-04 16:40:47" datetime="2020-01-04T08:40:47.000Z" itemprop="datePublished">2020-01-04</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/%E5%A4%8D%E7%9B%98/">复盘</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2020/01/04/2019-%E5%B9%B2%E4%BA%86%E4%BA%9B%E4%BB%80%E4%B9%88/">2019 我干了些什么</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
姗姗来迟的 2019 总结。
<a href="/2020/01/04/2019-%E5%B9%B2%E4%BA%86%E4%BA%9B%E4%BB%80%E4%B9%88/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/2019/" rel="tag">2019</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/%E5%A4%8D%E7%9B%98/" rel="tag">复盘</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/%E6%80%BB%E7%BB%93/" rel="tag">总结</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-谈谈Android编译运行过程"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-10-03 00:01:36" datetime="2019-10-02T16:01:36.000Z" itemprop="datePublished">2019-10-03</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/Android/">Android</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/10/03/%E8%B0%88%E8%B0%88Android%E7%BC%96%E8%AF%91%E8%BF%90%E8%A1%8C%E8%BF%87%E7%A8%8B/">谈谈Android编译运行过程</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
最近阅读了一下Android编译和运行相关的文章,大概了解了整体运行过程,在这里总结一下。
<a href="/2019/10/03/%E8%B0%88%E8%B0%88Android%E7%BC%96%E8%AF%91%E8%BF%90%E8%A1%8C%E8%BF%87%E7%A8%8B/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/%E7%BC%96%E8%AF%91/" rel="tag">编译</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/%E8%99%9A%E6%8B%9F%E6%9C%BA/" rel="tag">虚拟机</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-葫芦籽的碎碎念"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-09-21 22:56:40" datetime="2019-09-21T14:56:40.000Z" itemprop="datePublished">2019-09-21</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/%E7%94%9F%E6%B4%BB%E7%90%90%E4%BA%8B/">生活琐事</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/09/21/%E8%91%AB%E8%8A%A6%E7%B1%BD%E7%9A%84%E7%A2%8E%E7%A2%8E%E5%BF%B5/">我的微信公众号开通了~</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
犹豫了很久,终于还是开通了微信公众号,名为「葫芦籽的碎碎念」,前几天刚刚开通的,准备长期运营。
<a href="/2019/09/21/%E8%91%AB%E8%8A%A6%E7%B1%BD%E7%9A%84%E7%A2%8E%E7%A2%8E%E5%BF%B5/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-2019上半年复盘"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-07-11 23:44:42" datetime="2019-07-11T15:44:42.000Z" itemprop="datePublished">2019-07-11</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/%E5%A4%8D%E7%9B%98/">复盘</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/07/11/2019%E4%B8%8A%E5%8D%8A%E5%B9%B4%E5%A4%8D%E7%9B%98/">2019上半年复盘</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
不知不觉2019过去了一半,学生生涯的最后一个学期。
一
上半年的首要任务是毕业,写论文之前最好写一篇专利,这样的话被抽中盲审几率较小。
写专利是件简单的事情,然而在学校专利办老...
<a href="/2019/07/11/2019%E4%B8%8A%E5%8D%8A%E5%B9%B4%E5%A4%8D%E7%9B%98/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/2019/" rel="tag">2019</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/%E6%80%BB%E7%BB%93/" rel="tag">总结</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-Leetcode-507-Perfect-Number"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-07-11 23:44:35" datetime="2019-07-11T15:44:35.000Z" itemprop="datePublished">2019-07-11</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/Leetcode/">Leetcode</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/07/11/Leetcode-507-Perfect-Number/">Leetcode 507 Perfect Number</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
晚上赶在睡觉之前AC的,好久没有刷过题目了。题目描述如下:
We define the Perfect Number is a positive integer that is equal to the sum of all its positive divisors except itself.Now, given an integer n, write a function that ...
<a href="/2019/07/11/Leetcode-507-Perfect-Number/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Brute-Force/" rel="tag">Brute Force</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-Android中的框架模式:MVC-MVP-MVVM"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-05-13 22:48:03" datetime="2019-05-13T14:48:03.000Z" itemprop="datePublished">2019-05-13</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/Android/">Android</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/05/13/Android%E4%B8%AD%E7%9A%84%E6%A1%86%E6%9E%B6%E6%A8%A1%E5%BC%8F%EF%BC%9AMVC-MVP-MVVM/">Android中的框架模式:MVC&MVP&MVVM</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
最近在实验室内部做了一次分享,主要内容是Android开发中常使用的三种软件框架模式,MVC、MVP和MVVM,另外写了一个小Demo来演示这几种模式的实际写法,在此一并发到博客上。
要声明的是,对于软件框架模式,每个人有自己的理解,另外模式也有多种变形,可能会与本文中的不完全一致,因此本文阐述的是我自己对这几个模式的理解。
软件框架模式什么是软件框架模式
软件框架模式是软件架构的设计理念,...
<a href="/2019/05/13/Android%E4%B8%AD%E7%9A%84%E6%A1%86%E6%9E%B6%E6%A8%A1%E5%BC%8F%EF%BC%9AMVC-MVP-MVVM/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Android/" rel="tag">Android</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/MVC/" rel="tag">MVC</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/MVP/" rel="tag">MVP</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/MVVM/" rel="tag">MVVM</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-近况"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-01-23 17:22:13" datetime="2019-01-23T09:22:13.000Z" itemprop="datePublished">2019-01-23</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/%E7%94%9F%E6%B4%BB%E7%90%90%E4%BA%8B/">生活琐事</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/01/23/%E8%BF%91%E5%86%B5/">近况</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
距离上一篇博客更新已经一个月了,聊聊最近做了些什么,也算是个一月总结吧。
如果没有在印象笔记里记录每天的生活,我现在怕是又会觉得自己荒废了这个月。
一
离交论文的时候越来越近,一月份终于下定决心开始写专利。跟老师讨论了大的框架,没想到他的想法和我的有一些类似的地方,都是分成了两个部分。可能他也觉得直接一步到位难度太大,根本没法做出来,因为训练集的数据也不好采集。
花了大概一个礼拜写完,包括...
<a href="/2019/01/23/%E8%BF%91%E5%86%B5/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-2018-这一年"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2018-12-31 10:42:56" datetime="2018-12-31T02:42:56.000Z" itemprop="datePublished">2018-12-31</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/%E5%A4%8D%E7%9B%98/">复盘</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2018/12/31/2018-%E8%BF%99%E4%B8%80%E5%B9%B4/">2018 这一年</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
公历和农历的差别总是让我很困惑。春节这个仪式还没有过去,农历总让我以为还有一阵子才是新的一年。公历却用冷冰冰的数字告诉我2019年的余额已经不足一个礼拜了,忙忙碌碌又一年。
不知...
<a href="/2018/12/31/2018-%E8%BF%99%E4%B8%80%E5%B9%B4/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/2018/" rel="tag">2018</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/%E5%A4%8D%E7%9B%98/" rel="tag">复盘</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/%E6%80%BB%E7%BB%93/" rel="tag">总结</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-Leetcode-962-Maximum-Width-Ramp"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2018-12-23 11:31:52" datetime="2018-12-23T03:31:52.000Z" itemprop="datePublished">2018-12-23</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/Leetcode/">Leetcode</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2018/12/23/Leetcode-962-Maximum-Width-Ramp/">Leetcode 962 Maximum Width Ramp</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
今天有时间参加了一下Leetcode Weekly Contest 116,参加的比较晚,完成两题之后没时间做其他的了,在这里写一下完成的两题中的一题。题目如下:
Given an array A of integers, a ramp is a tuple (i, j) for which i < j and A[i] <= A[j]. The width of ...
<a href="/2018/12/23/Leetcode-962-Maximum-Width-Ramp/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Algorithm/" rel="tag">Algorithm</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-剑指offer-11-数值的整数次方"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2018-12-21 11:34:48" datetime="2018-12-21T03:34:48.000Z" itemprop="datePublished">2018-12-21</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/%E5%89%91%E6%8C%87offer/">剑指offer</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2018/12/21/%E5%89%91%E6%8C%87offer-11-%E6%95%B0%E5%80%BC%E7%9A%84%E6%95%B4%E6%95%B0%E6%AC%A1%E6%96%B9/">剑指offer 11 数值的整数次方</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
题目:
实现函数double power(double base, int exponent),求 base 的 exponent 次方。不得使用库函数,同时不需要考虑大数问题。
这个问题最简单的方法是暴力求解,循环exponent次,每次乘于base,最终结果即为所求。注意负数,代码如下
123456789101112131415161718public class Solution ...
<a href="/2018/12/21/%E5%89%91%E6%8C%87offer-11-%E6%95%B0%E5%80%BC%E7%9A%84%E6%95%B4%E6%95%B0%E6%AC%A1%E6%96%B9/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Algorithm/" rel="tag">Algorithm</a></li></ul>
</div>
</article>
</li>
</ul>
<nav id="page-nav">
<div class="inner">
<span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="page-number" href="/page/3/">3</a><span class="space">…</span><a class="page-number" href="/page/7/">7</a><a class="extend next" rel="next" href="/page/2/">下一页</a>
</div>
</nav>
</div>
<footer class="footer">
<div class="top">
<p>
<span id="busuanzi_container_site_uv" style='display:none'>
站点总访客数:<span id="busuanzi_value_site_uv"></span>
</span>
<span id="busuanzi_container_site_pv" style='display:none'>
站点总访问量:<span id="busuanzi_value_site_pv"></span>
</span>
</p>
<p>
<span><a href="/atom.xml" target="_blank" class="rss" title="rss"><i class="icon icon-lg icon-rss"></i></a></span>
<span>博客内容遵循 <a rel="license noopener" target="_blank" href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh">知识共享 署名 - 非商业性 - 相同方式共享 4.0 国际协议</a></span>
</p>
</div>
<div class="bottom">
<p><span>Fish © 2017 - 2024</span>
<span>
Power by <a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/yscoder/hexo-theme-indigo" target="_blank">indigo</a>
</span>
</p>
</div>
</footer>
</main>
<div class="mask" id="mask"></div>
<a href="javascript:;" id="gotop" class="waves-effect waves-circle waves-light"><span class="icon icon-lg icon-chevron-up"></span></a>
<div class="global-share" id="globalShare">
<ul class="reset share-icons">
<li>
<a class="weibo share-sns" target="_blank" href="http://service.weibo.com/share/share.php?url=https://kingsfish.github.io/&title=葫芦籽的碎碎念&pic=https://KingsFish.github.io/img/logo.jpg" data-title="微博">
<i class="icon icon-weibo"></i>
</a>
</li>
<li>
<a class="weixin share-sns wxFab" href="javascript:;" data-title="微信">
<i class="icon icon-weixin"></i>
</a>
</li>
<li>
<a class="qq share-sns" target="_blank" href="http://connect.qq.com/widget/shareqq/index.html?url=https://kingsfish.github.io/&title=葫芦籽的碎碎念&source=talk is cheap, show me the code" data-title=" QQ">
<i class="icon icon-qq"></i>
</a>
</li>
<li>
<a class="facebook share-sns" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://kingsfish.github.io/" data-title=" Facebook">
<i class="icon icon-facebook"></i>
</a>
</li>
<li>
<a class="twitter share-sns" target="_blank" href="https://twitter.com/intent/tweet?text=葫芦籽的碎碎念&url=https://kingsfish.github.io/&via=https://KingsFish.github.io" data-title=" Twitter">
<i class="icon icon-twitter"></i>
</a>
</li>
<li>
<a class="google share-sns" target="_blank" href="https://plus.google.com/share?url=https://kingsfish.github.io/" data-title=" Google+">
<i class="icon icon-google-plus"></i>
</a>
</li>
</ul>
</div>
<div class="page-modal wx-share" id="wxShare">
<a class="close" href="javascript:;"><i class="icon icon-close"></i></a>
<p>扫一扫,分享到微信</p>
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK4AAACuCAAAAACKZ2kyAAABwklEQVR42u3aQY6EMAwEQP7/6V1pT3MBte0ki0aVE0JACg4W7uS64vHzNz6PP8fd+WRcOwYuLu6Ymzzu7szzc+7uTT7B7Svh4uIe5ObFK8HlVSg34OLivpOblLBkSlxc3G/lPv+I5Pfi4uK+mZs0P8mvT/IhDvVquLi4A24vMF17vD3fxcXFXbQqUQ1PJ2ei2XFxcY9wd0Sf1bKYPH+UueLi4ha5SeuyrAAFM17ND46Li7uSm79AL/7oBaOFEomLi7uBO49E87Cj12I1sxlcXNwBN3lctfnJw5TeQg4uLu5ubhVUDU3Whim4uLjnudXpk5LUa4RuZ8HFxT3CXRWA9lqmfDkWFxf3v7i9RdBRSer1ari4uAe5+dpLdeJe8xPVXVxc3A3cPCStxqD570uzhOHi4h7h9vZu9MKO6qYNXFzck9zqmCy+9l5mhMbFxW3N1YtKk+JVjUqj0omLi3uEO9mokUcez78y+TW4uLgnudXilbdAvbZqtCaMi4u7lFstNAvWcFqhCS4u7tu41QXUXgtU3i2Ci4v7Gm7SFD1f33s9XFzck9xeSDqJS6qxCy4u7knuqBWJy1NvC1eTjouL2+f+Ar6yw0LUj5w5AAAAAElFTkSuQmCC" alt="微信分享二维码">
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/node-waves/0.7.6/waves.min.js"></script>
<script>
var BLOG = { ROOT: '/', SHARE: true, REWARD: false };
</script>
<script src="/js/main.js?v=1.7.2"></script>
<div class="search-panel" id="search-panel">
<ul class="search-result" id="search-result"></ul>
</div>
<template id="search-tpl">
<li class="item">
<a href="{path}" class="waves-block waves-effect">
<div class="title ellipsis" title="{title}">{title}</div>
<div class="flex-row flex-middle">
<div class="tags ellipsis">
{tags}
</div>
<time class="flex-col time">{date}</time>
</div>
</a>
</li>
</template>
<script src="/js/search.js?v=1.7.2" async></script>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<script>
(function() {
var OriginTitile = document.title, titleTime;
document.addEventListener('visibilitychange', function() {
if (document.hidden) {
document.title = '死鬼去哪里了!';
clearTimeout(titleTime);
} else {
document.title = '(つェ⊂)咦!又好了!';
titleTime = setTimeout(function() {
document.title = OriginTitile;
},2000);
}
});
})();
</script>
</body>
</html>