-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathindex.html
More file actions
789 lines (447 loc) · 23.3 KB
/
Copy pathindex.html
File metadata and controls
789 lines (447 loc) · 23.3 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>LookPHP</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 property="og:type" content="website">
<meta property="og:title" content="LookPHP">
<meta property="og:url" content="https://lookphp.github.io/index.html">
<meta property="og:site_name" content="LookPHP">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="LookPHP">
<link rel="alternate" type="application/atom+xml" title="LookPHP" href="/atom.xml">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="//unpkg.com/hexo-theme-material-indigo@latest/css/style.css">
<script>window.lazyScripts=[]</script>
<!-- custom head -->
</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(/api/public/proxy/github.com/img/brand.jpg)">
<div class="brand">
<a href="/" class="avatar waves-effect waves-circle waves-light">
<img src="/img/avatar.jpg">
</a>
<hgroup class="introduce">
<h5 class="nickname">lookphp</h5>
<a href="mailto:lookphp@163.com" title="lookphp@163.com" class="mail">lookphp@163.com</a>
</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/lookphp" target="_blank" >
<i class="icon icon-lg icon-github"></i>
Github
</a>
</li>
<li class="waves-block waves-effect">
<a href="http://www.weibo.com/lookphp" target="_blank" >
<i class="icon icon-lg icon-weibo"></i>
Weibo
</a>
</li>
<li class="waves-block waves-effect">
<a href="https://www.twitter.com/lookphp" target="_blank" >
<i class="icon icon-lg icon-twitter"></i>
Twitter
</a>
</li>
<li class="waves-block waves-effect">
<a href="/about" >
<i class="icon icon-lg icon-link"></i>
关于
</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">LookPHP</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="Search">
<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">LookPHP</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-如何将-Github-上的仓库导入-CODING"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2018-12-11 23:24:00" datetime="2018-12-11T15:24:00.000Z" itemprop="datePublished">2018-12-11</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2018/12/11/如何将-Github-上的仓库导入-CODING/">如何将 Github 上的仓库导入 CODING</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
在 CODING 中新建项目在 CODING 中新建一个同名项目,不选择 启用 README.md 文件初始化项目,以及任何 License 和 .gitignore 文件。
image
...
<a href="/2018/12/11/如何将-Github-上的仓库导入-CODING/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/git/">git</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-在-Oracle-中实现自增ID"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2018-12-06 23:39:11" datetime="2018-12-06T15:39:11.000Z" itemprop="datePublished">2018-12-06</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2018/12/06/在-Oracle-中实现自增ID/">在 Oracle 中实现自增ID</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
如果你经常使用 MySQL,你肯定对 AUTO_INCREMENT 非常熟悉,因为经常要用到它。
一、什么是自增列?自增列是数据库中值随插入的每个行自动增加的一列。它最常用于主键或 ID 字段,这样每次增加一行时,不用指该字段的值,它就会自动增加,而且是唯一的。
当在 MySQL 中定义列时,我们可以指定一个名为 AUTO_INCREMENT 的参数。然后,每当将新值插入此表中时,放入此列的...
<a href="/2018/12/06/在-Oracle-中实现自增ID/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Oracle/">Oracle</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-Oracle-实现与mysql中find-in-set函数的兼容"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2018-12-06 23:38:49" datetime="2018-12-06T15:38:49.000Z" itemprop="datePublished">2018-12-06</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2018/12/06/Oracle-实现与mysql中find-in-set函数的兼容/">Oracle 实现与mysql中find_in_set函数的兼容</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
find_in_set(str,strList),寻找str在strList中的位置。
sql代码:12-- 返回结果为1,SELECT FIND_IN_SET('1','1,2,3') FROM DUAL;
sql代码:12-- 返回结果为2SELECT FIND_IN_SET('1','2,1,3') FRO...
<a href="/2018/12/06/Oracle-实现与mysql中find-in-set函数的兼容/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Oracle/">Oracle</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/mysql/">mysql</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-php安装oci8扩展"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2018-12-06 23:38:26" datetime="2018-12-06T15:38:26.000Z" itemprop="datePublished">2018-12-06</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2018/12/06/php安装oci8扩展/">php安装oci8扩展</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
适用环境
操作系统:Windows10 64位
PHPstudy集成环境
安装过程安装一,配置文件开启扩展文件在phpstudy集成工具中打开PHP的配置文件php.ini 。找到 ";extension=php_oci8.dll"这句话,将其前面的分号去掉,结果如下:123extension=php_oci8.dll ; Use with Oracle 10...
<a href="/2018/12/06/php安装oci8扩展/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Oracle/">Oracle</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/php/">php</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-阿里云https-nginx服务搭建及配置"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2018-12-06 23:08:44" datetime="2018-12-06T15:08:44.000Z" itemprop="datePublished">2018-12-06</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2018/12/06/阿里云https-nginx服务搭建及配置/">阿里云https+nginx服务搭建及配置</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
本文不会介绍https相关知识,只是把我创建https服务的过程分享出来,供读者参考。并且已经假设你已经购买了服务器和域名。
购买证书
通过控制台进入CA证书服务,点击右上角的购买证书,进入如下图的界面,选择免费1年的Symantec的DV SSL。
...
<a href="/2018/12/06/阿里云https-nginx服务搭建及配置/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/nginx/">nginx</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-Vultr-VPS搭建SS教程"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2018-04-12 22:46:09" datetime="2018-04-12T14:46:09.000Z" itemprop="datePublished">2018-04-12</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2018/04/12/Vultr-VPS搭建SS教程/">Vultr VPS搭建SS教程</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
Vultr VPS搭建SS教程
本系列文章自由转载,注明原文地址即可。
国外服务器的购买这里我选择的是Vultr,对比了很多国外的服务器,这个蛮靠谱的,且搭建成功后看youtube1080p完全无压力。
这里是链接:Vultr The Infrastructure Cloud™
当然,已经有服务器的小伙伴,直接从==快速搭建ShadowSocks==开始看
Vultr服务器价格Vultr服...
<a href="/2018/04/12/Vultr-VPS搭建SS教程/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/ss/">ss</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/vps/">vps</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-ElasticSearch-CURD"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2018-03-30 00:21:50" datetime="2018-03-29T16:21:50.000Z" itemprop="datePublished">2018-03-30</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2018/03/30/ElasticSearch-CURD/">ElasticSearch CURD</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
开始使用接下来,我们看看如何建立索引、创建文档等,就好比在 MySQL 中进行诸如创建数据库,插入数据等操作。
Index:创建与更新索引
在ElasticSearch中,Index这一动作类比于CRUD中的Create与Update,当我们尝试为某个不存在的文档建立索引时,会自动根据其类似于ID创建新的文档,否则就会对原有的文档进行修改。
ElasticSearch使用PUT请求来进行In...
<a href="/2018/03/30/ElasticSearch-CURD/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/ElasticSearch/">ElasticSearch</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-ElasticSearch快速入门"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2018-03-22 23:33:11" datetime="2018-03-22T15:33:11.000Z" itemprop="datePublished">2018-03-22</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2018/03/22/ElasticSearch快速入门/">ElasticSearch快速入门</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
在安装 Elasticsearch 之前,请确保你的计算机已经安装了 Java。目前 Elasticsearch 的最新版是 5.2,需要安装 Java 8,如果你用的是老版本的 Elasticsearch,如 2.x 版,可用 Java 7,但还是推荐使用 Java 8。
安装前检查可以使用如下的命令检查 Java 的版本1$ java -version
接着,我们可以从这里下载最新版本的...
<a href="/2018/03/22/ElasticSearch快速入门/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/ElasticSearch/">ElasticSearch</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-使用hexo搭建博客教程"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2018-03-22 23:17:05" datetime="2018-03-22T15:17:05.000Z" itemprop="datePublished">2018-03-22</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2018/03/22/使用hexo搭建博客教程/">使用hexo搭建博客教程</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
Hexo的安装需要通过npm命令来进行,安装完node.js之后就默认安装了npm包管理工具,而npm的官方仓库位于境外,由于众所周知的原因,我们大陆用户基本是访问不了官方源了,所以推荐大家使用淘宝镜像进行替换。
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo...
<a href="/2018/03/22/使用hexo搭建博客教程/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/blog/">blog</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/hexo/">hexo</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-hello-world"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2018-03-20 23:29:38" datetime="2018-03-20T15:29:38.066Z" itemprop="datePublished">2018-03-20</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2018/03/20/hello-world/">Hello World</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Qu...
<a href="/2018/03/20/hello-world/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
</article>
</li>
</ul>
</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>This blog is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</span>
</p>
</div>
<div class="bottom">
<p><span>lookphp © 2014 - 2018</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://lookphp.github.io/&title=LookPHP&pic=https://lookphp.github.io/img/avatar.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://lookphp.github.io/&title=LookPHP&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://lookphp.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=LookPHP&url=https://lookphp.github.io/&via=https://lookphp.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://lookphp.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,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAAAAAAZai4+AAABVElEQVR42u3aQQ7CMAxE0d7/0mELEm1nJq4Q9s8KiTZ9LEgndo5DHuttuFcqd4UDFqxGrHU5rq9R6Mo8X+iwYI1knf1Dn/t8Y4AFC5Ywtf4wWLBgPcFSHvmDBQIWrBYsJTQr+02FXpzlYcFqwdKrOrVBuay+BQvWn7OWOdx5wqfAgjWM5b6Gs41r1pKBBWsO6zrmKs2Squ7kx8ywYA1j7QRf9zH2xhgWrJGsbAq9/KTcCwvWTJZCUdqc+wWpw117YMFqxMpAWZvTDgSwYA1mua/k7CdJm2FYsEay3AB9UyeuyvKwYA1juVFYKey6AdpIELBgNWJVHThQlgnjW1iwhrGyc3FK2Tdr2IRnA2HBasHSjwi4M2wtELBgjWRtNULMuGxkeViwYNU2S9zUAAsWrP2CrBwCTg2wYI1kZcE329Aq5SdYsKaxsvemvqEtq2bBgtWT9QI2OA00kmnx1AAAAABJRU5ErkJggg==" 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="//unpkg.com/hexo-theme-material-indigo@latest/js/main.min.js"></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="//unpkg.com/hexo-theme-material-indigo@latest/js/search.min.js" async></script>
<script async src="//dn-lbstatics.qbox.me/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>