-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
699 lines (391 loc) · 21.9 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>皇姑区第一亚索的博客</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#9ACD32">
<meta name="keywords" content="">
<meta name="description" content="什么都写">
<meta property="og:type" content="website">
<meta property="og:title" content="皇姑区第一亚索的博客">
<meta property="og:url" content="https://yiyayamaya.github.io/index.html">
<meta property="og:site_name" content="皇姑区第一亚索的博客">
<meta property="og:description" content="什么都写">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="皇姑区第一亚索">
<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 4.2.1"></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="/" class="avatar waves-effect waves-circle waves-light">
<img src="/img/avatar1.jpg">
</a>
<hgroup class="introduce">
<h5 class="nickname">皇姑区第一亚索</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="https://github.com/yiyayamaya" 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"></i>
About
</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-570zyBook笔记"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2022-04-23 16:04:19" datetime="2022-04-23T20:04:19.000Z" itemprop="datePublished">2022-04-23</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2022/04/23/570zyBook%E7%AC%94%E8%AE%B0/">570zyBook笔记</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
2022年4月23日 第一章
Using the above approach, an executable can only run on a particular processor type (like an x86 processor); to run a program on multiple processor types, the programmer must have th...
<a href="/2022/04/23/570zyBook%E7%AC%94%E8%AE%B0/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</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="2022-04-15 21:40:56" datetime="2022-04-16T01:40:56.000Z" itemprop="datePublished">2022-04-15</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2022/04/15/%E5%A5%87%E6%95%B0%E5%81%B6%E6%95%B0%E5%88%86%E7%B1%BB%E8%AE%A8%E8%AE%BA/">奇数偶数分类讨论</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
判断字符串回文时需要从中间向两头扩散判断是否都一样(当然也有别的方法)我总是纠结奇数偶数分类讨论可以用for(int i=0;i<length/2;i++) (i,length-i)会涵盖奇数偶数两种情况
但我还记得有一种更巧妙地方法 暂时想不到了(size-1)/2 奇数是.5
奇数 0 1 2 mid=1 mid±0.9=0.1和1.9 近似为0和2偶数 0 1 2 3 m...
<a href="/2022/04/15/%E5%A5%87%E6%95%B0%E5%81%B6%E6%95%B0%E5%88%86%E7%B1%BB%E8%AE%A8%E8%AE%BA/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-112路径总和-一道不错的递归题"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2022-04-08 01:47:49" datetime="2022-04-08T05:47:49.000Z" itemprop="datePublished">2022-04-08</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2022/04/08/112%E8%B7%AF%E5%BE%84%E6%80%BB%E5%92%8C-%E4%B8%80%E9%81%93%E4%B8%8D%E9%94%99%E7%9A%84%E9%80%92%E5%BD%92%E9%A2%98/">112路径总和 一道不错的递归题</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
1234567891011121314151617181920212223242526272829303132333435class Solution { //从当前节点开始能否找到一条和为sum的路线 public boolean digui(TreeNode node,int cumulativeDistance,int sum) { ...
<a href="/2022/04/08/112%E8%B7%AF%E5%BE%84%E6%80%BB%E5%92%8C-%E4%B8%80%E9%81%93%E4%B8%8D%E9%94%99%E7%9A%84%E9%80%92%E5%BD%92%E9%A2%98/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-hashMap-treeMap-linkedHashMap"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2022-04-01 17:09:24" datetime="2022-04-01T21:09:24.000Z" itemprop="datePublished">2022-04-01</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2022/04/01/hashMap-treeMap-linkedHashMap/">hashMap treeMap linkedHashMap</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
HashMap、LinkedHashMap、TreeMap区别使用场景 HashMap中k的值没有顺序,常用来做统计。 LinkedHashMap吧。它内部有一个链表,保持Key插入的顺序。迭代的时候,也是按照插入顺序迭代 TreeMap的顺序是Key的自然顺序(如整数从小到大),也可以指定比较函数。但不是插入的顺序
<a href="/2022/04/01/hashMap-treeMap-linkedHashMap/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-cs-570-迷宫作业的思考"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2022-03-26 15:12:38" datetime="2022-03-26T19:12:38.000Z" itemprop="datePublished">2022-03-26</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2022/03/26/cs-570-%E8%BF%B7%E5%AE%AB%E4%BD%9C%E4%B8%9A%E7%9A%84%E6%80%9D%E8%80%83/">cs 570 迷宫作业的思考</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
迷宫作业要求https://drive.google.com/file/d/1PX44v9dnboodE5qrMB0PsvmVGwTDOXjB/view?usp=sharing
从给定起点是否能够走到终点
如果这个点不是红色可走 不能(为什么需要这么标记?)如果界外 不能出口之终极出口 如果已经是终点 加入path 返回能如果递归能找到任何一个方向的一个 其他也有可能的方向是否被加入了?我认...
<a href="/2022/03/26/cs-570-%E8%BF%B7%E5%AE%AB%E4%BD%9C%E4%B8%9A%E7%9A%84%E6%80%9D%E8%80%83/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-mysql-group-by-时候空值的问题"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2022-03-25 15:03:04" datetime="2022-03-25T19:03:04.000Z" itemprop="datePublished">2022-03-25</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2022/03/25/mysql-group-by-%E6%97%B6%E5%80%99%E7%A9%BA%E5%80%BC%E7%9A%84%E9%97%AE%E9%A2%98/">mysql group by 时候空值的问题</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
使用group by子句如何显示count()等于0的结果https://blog.csdn.net/qq_24309787/article/details/84976762
#TODO 子查询里的counthttps://blog.csdn.net/qq_35456045/article/details/105180611561 lecture4里面第一次出现 lecture5 lectu...
<a href="/2022/03/25/mysql-group-by-%E6%97%B6%E5%80%99%E7%A9%BA%E5%80%BC%E7%9A%84%E9%97%AE%E9%A2%98/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-HTTP-request-和response"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2022-01-24 14:24:30" datetime="2022-01-24T19:24:30.000Z" itemprop="datePublished">2022-01-24</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2022/01/24/HTTP-request-%E5%92%8Cresponse/">HTTP request 和response</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
http消息结构两种命名体系
场景:想要post下载文件,因为get下载文件参数只能 通过url传递,长度受限制。
ps.jQuery get() 和 post() 方法用于通过 HTTP GET 或 POST 请求从服务器请求数据。
从上面的解释中可以知道:ajax是一种技术方案,但并不是一种新技术。它依赖的是现有的CSS/HTML/Javascript,而其中最核心的依赖是浏览器提...
<a href="/2022/01/24/HTTP-request-%E5%92%8Cresponse/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="psot-创建List或者Map的时候指定类型与不指定类型有什么区别"
class="article-card article-type-psot" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2022-01-04 10:40:44" datetime="2022-01-04T15:40:44.000Z" itemprop="datePublished">2022-01-04</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2022/01/04/%E5%88%9B%E5%BB%BAList%E6%88%96%E8%80%85Map%E7%9A%84%E6%97%B6%E5%80%99%E6%8C%87%E5%AE%9A%E7%B1%BB%E5%9E%8B%E4%B8%8E%E4%B8%8D%E6%8C%87%E5%AE%9A%E7%B1%BB%E5%9E%8B%E6%9C%89%E4%BB%80%E4%B9%88%E5%8C%BA%E5%88%AB/">创建List或者Map的时候指定类型与不指定类型有什么区别</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
https://bbs.csdn.net/topics/390949113
如:创建一个ListList list = new ArrayList();List list = new ArrayList();创建一个MapMap map = new HashMap();Map<String,String> map = HashMap<String,String>();...
<a href="/2022/01/04/%E5%88%9B%E5%BB%BAList%E6%88%96%E8%80%85Map%E7%9A%84%E6%97%B6%E5%80%99%E6%8C%87%E5%AE%9A%E7%B1%BB%E5%9E%8B%E4%B8%8E%E4%B8%8D%E6%8C%87%E5%AE%9A%E7%B1%BB%E5%9E%8B%E6%9C%89%E4%BB%80%E4%B9%88%E5%8C%BA%E5%88%AB/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="psot-动态添加dom再绑定事件再解绑事件"
class="article-card article-type-psot" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2021-12-31 14:30:58" datetime="2021-12-31T19:30:58.000Z" itemprop="datePublished">2021-12-31</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2021/12/31/%E5%8A%A8%E6%80%81%E6%B7%BB%E5%8A%A0dom%E5%86%8D%E7%BB%91%E5%AE%9A%E4%BA%8B%E4%BB%B6%E5%86%8D%E8%A7%A3%E7%BB%91%E4%BA%8B%E4%BB%B6/">动态添加dom再绑定事件再解绑事件</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
需求:动态添加的多个dom对,需要分别绑定事件。而且要往事件里面传参。
遇到的几个问题:1.动态添加dom,因为是动态添加的dom,不能使用 $(‘#dom的id’).on(‘click’, function () {}); 这种方式 必须用$(document).on
$(document).on的原型有两种
2.$(document).on的selector用class还是id?如果...
<a href="/2021/12/31/%E5%8A%A8%E6%80%81%E6%B7%BB%E5%8A%A0dom%E5%86%8D%E7%BB%91%E5%AE%9A%E4%BA%8B%E4%BB%B6%E5%86%8D%E8%A7%A3%E7%BB%91%E4%BA%8B%E4%BB%B6/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-css-display-inline-display-block"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2021-12-21 19:50:12" datetime="2021-12-22T00:50:12.000Z" itemprop="datePublished">2021-12-21</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2021/12/21/css-display-inline-display-block/">css display:inline display:block</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
在<p></p> 标签里面嵌套 div 等 原生块级元素 会在渲染页面时候出错,div 标签会出现在p标签的下方并且和p标签同级。
没有达到 div 是 p 标签的子元素的预期。
这是因为p标签里面不能嵌套原生块级元素。
只需要把 原生块级元素 换为 span 等行内元素就可以实现效果了。并且加上 display : block; 样式也不会出错。
displ...
<a href="/2021/12/21/css-display-inline-display-block/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</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" href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh" target="_blank">知识共享 署名 - 非商业性 - 相同方式共享 4.0 国际协议</a></span>
</p>
</div>
<div class="bottom">
<p><span>皇姑区第一亚索 © 2021 - 2023</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://yiyayamaya.github.io/&title=皇姑区第一亚索的博客&pic=https://yiyayamaya.github.io/img/avatar1.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://yiyayamaya.github.io/&title=皇姑区第一亚索的博客&source=什么都写" 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://yiyayamaya.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://yiyayamaya.github.io/&via=https://yiyayamaya.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://yiyayamaya.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,iVBORw0KGgoAAAANSUhEUgAAAK4AAACuCAAAAACKZ2kyAAABvklEQVR42u3aQW4DIQwF0Nz/0ukB0s78bwJJpceqqsjwvLGwzeMRr+flet2Tf/OxY+Hi4i5zW8pfx6x8J/ktLi7uee51onnd89eR63/f2HBxcb+SO0t2eXi4uLj/kZuXOkkAuLi438xNipZZgyP55pZaDRcXd4HbNjd3Fzxv6+/i4uKOuM9yzQJ418LFxT3DzRNKPkppGyv5ubi4uCe51we06ex6T/7/KCRcXNxt3Hbscb0nD6+tcXBxcT/FbUeh608r6kELLi7uEW7bq2zHMG3Psx3l4uLinuTmD7Da8ma9BYOLi7ub2x48i37lYccvNzJcXNxt3PVhxqyF2l53cHFxT3JXqqJ2iJKkwqL4wcXFPcidXW7aS09yrbnZiYuLu5nbNi/atulsxHJTq+Hi4h7h5g8m8mPyYIriBxcX9yB3B2hWXN3swcXF3cydpZX8+LydOnxggYuLu4G7/QVHSW8HObi4uPu4s3ZG0uzIU2FxYcLFxT3InZU6+ZA1b84ORym4uLgf5ea/mhVd0RUHFxf3y7iz4ejbCidcXNyD3KT4WSmH2sRXzIRxcXE3cNtU0obXPuR6W38XFxd3wv0BeJYz0lA8KrsAAAAASUVORK5CYII=" alt="微信分享二维码">
</div>
<script src="//cdn.bootcss.com/node-waves/0.7.4/waves.min.js"></script>
<script>
var BLOG = { ROOT: '/', SHARE: true, REWARD: false };
</script>
<script src="/js/main.min.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.min.js?v=1.7.2" async></script>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
</body>
</html>