-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
721 lines (404 loc) · 23.2 KB
/
index.html
File metadata and controls
721 lines (404 loc) · 23.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sevge's Blog</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="My Blog">
<meta property="og:type" content="website">
<meta property="og:title" content="Sevge's Blog">
<meta property="og:url" content="https://sevge.github.io/about/index.html">
<meta property="og:site_name" content="Sevge's Blog">
<meta property="og:description" content="My Blog">
<meta property="og:locale" content="zh-CN">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Sevge's Blog">
<meta name="twitter:description" content="My Blog">
<link rel="alternate" type="application/atom+xml" title="Sevge's Blog" 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 -->
</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/avatar.jpg">
</a>
<hgroup class="introduce">
<h5 class="nickname">Sevge</h5>
<a href="mailto:sevge6582@gmail.com" title="sevge6582@gmail.com" class="mail">sevge6582@gmail.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="/categories" >
<i class="icon icon-lg icon-th-list"></i>
分类
</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">Sevge's Blog</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">Sevge's Blog</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-baidu-work"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2020-04-17 04:24:18" datetime="2020-04-16T20:24:18.000Z" itemprop="datePublished">2020-04-17</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/随笔/">随笔</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2020/04/17/baidu-work/">值班心情</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
记于第一次值周
深夜思绪万千,却发现根本找不到人倾诉,这就是北漂么?
大厂能镀金?以后好跳槽?朋友和亲人的一致称赞?这种外界的认可可能是我唯一在这里坚持的原因了……
真正的工作感受只有自己知道。
扫地打杂般的工作,平日工作压榨了我极大部分的时间,周一到周五从醒来脑子里就围绕着工作在转,晚上十点多到家洗洗也该睡了,要命的是值周时周末也不能好好放松。
以前的一些爱好,现在对我来说都是奢侈品,每天...
<a href="/2020/04/17/baidu-work/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-hobby-and-persistence"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2020-04-05 21:22:26" datetime="2020-04-05T13:22:26.000Z" itemprop="datePublished">2020-04-05</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/随笔/">随笔</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2020/04/05/hobby-and-persistence/">喜欢和坚持</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
今天是2020年4月5日,周日,清明节假期,距离2019年7月10日已经过去270天,经历了漫长的疫情封闭,孤独、迷茫与焦虑环绕在我的心间。
为什么突然又特地把以前博客内容copy回来呢?偶然翻到了以前的博客,18年、19年,看着github上的提交历史,最远可以追溯到两年前……从博客的措辞来看,以前的我心态乐观,还带一丝丝幽默,这就是无忧无虑环境中孕育出的特质吧。最初写博客,主要是希望找工...
<a href="/2020/04/05/hobby-and-persistence/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-sz_index"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2020-04-05 21:22:26" datetime="2020-04-05T13:22:26.000Z" itemprop="datePublished">2020-04-05</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/投资/">投资</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2020/04/05/sz_index/">线性回归上证指数</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
背景巴菲特曾经这样描述过价值投资,他说价值投资就好像一个人牵着一条小狗去散步一般。有时候这条小狗会跑到人的前面,而有的时候这条小狗会跑到人的后面,但是最终这条小狗始终会回到人的身边。大道至简,用最基本的线性回归预测一下上证指数2020年的走势。
数据支撑从网易财经下载得到上证指数历史数据,仅使用每日收盘价。
无干预预测第7200个交易日的预测价格:3454.41
...
<a href="/2020/04/05/sz_index/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-multi-data_test"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-06-07 20:16:27" datetime="2019-06-07T12:16:27.000Z" itemprop="datePublished">2019-06-07</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/收藏/">收藏</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/06/07/multi-data_test/">海量数据面试题</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
十道面试题与十个海量数据处理方法总结
面试题海量日志数据,提取出某日访问百度次数最多的那个IP。 首先是这一天,并且是访问百度的日志中的IP取出来,逐个写入到一个大文件中。注意到IP是32位的,最多有个2^32个IP。同样可以采用映射的方法,比如模1000,把整个大文件映射为1000个小文件,再找出每个小文中出现频率最大的IP(可以采用hash_map进行频率统计,然后再找出频率最大的几个...
<a href="/2019/06/07/multi-data_test/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-frp"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-03-17 17:35:30" datetime="2019-03-17T09:35:30.000Z" itemprop="datePublished">2019-03-17</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/网络/">网络</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/03/17/frp/">利用frp实现内网穿透</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
简介 人在学校外,想要查学分?想要查成绩?想要上知网?很多时候不想麻烦别人,这个时候就需要自己折腾折腾了。。。 之前有了解过内网穿透的方式,可以使用ngrok、natapp、autossh,但是我想要的是外网机器最终达到如在内网一样的环境,最终选定了frp。
关于frp 引一段官网的话:
frp是一个高性能的反向代理应用,可以帮助您轻松地进行内网穿透,对外网提供服务,支持 tcp, ...
<a href="/2019/03/17/frp/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-Linux-performance-analysis-tools"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-03-03 17:17:41" datetime="2019-03-03T09:17:41.000Z" itemprop="datePublished">2019-03-03</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/Linux/">Linux</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/03/03/Linux-performance-analysis-tools/">常用Linux性能分析工具</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
背景 具备背景知识是分析性能问题时需要了解的。比如硬件 cache;再比如操作系统内核。应用程序的行为细节往往是和这些东西互相牵扯的,这些底层的东西会以意想不到的方式影响应用程序的性能,比如某些程序无法充分利用 cache,从而导致性能下降。比如不必要地调用过多的系统调用,造成频繁的内核 / 用户切换等。这里只是为本文的后续内容做一些铺垫,关于调优还有很多东西,我所不知道的比知道的要多的多...
<a href="/2019/03/03/Linux-performance-analysis-tools/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-buffer-and-cache"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2018-12-23 13:41:27" datetime="2018-12-23T05:41:27.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/Linux/">Linux</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2018/12/23/buffer-and-cache/">缓冲(buffer)与缓存(cache)</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
关于缓冲(buffer)什么是缓冲区 缓冲区(buffer),它是内存空间的一部分。也就是说,在内存空间中预留了一定的存储空间,这些存储空间用来缓冲输入或输出的数据,这部分预留的空间就叫做缓冲区,显然缓冲区是具有一定大小的。
缓冲区根据其对应的是输入设备还是输出设备,分为输入缓冲区和输出缓冲区。
为什么要引入缓冲区我们为什么要引入缓冲区呢?
高速设备与低速设备的不匹配,势必会让高速...
<a href="/2018/12/23/buffer-and-cache/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-WIFI-Sentry"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2018-10-06 16:06:57" datetime="2018-10-06T08:06:57.000Z" itemprop="datePublished">2018-10-06</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/网络/">网络</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2018/10/06/WIFI-Sentry/">Wi-FireMan的总结与传承</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
作品简介 该作品主体是运行在无线网络环境下用于侦测自身WIFI并分析安全状况的一套系统。 它可以监测收集周围无线环境内无线路由设备的SSID、MAC地址、信道、频率、信号强度等信息。根据收集到的这些信息进行统计和分析,判断所在Wi-Fi的安全程度。对于有威胁的事件配置警告措施若检测到某种攻击时,能发出滴滴警报声,并同时发送攻击项目数据报告邮件给用户。配合日志管理系统,通过WEB端,利用图...
<a href="/2018/10/06/WIFI-Sentry/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-cdn"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2018-10-04 17:00:27" datetime="2018-10-04T09:00:27.000Z" itemprop="datePublished">2018-10-04</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/收藏/">收藏</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2018/10/04/cdn/">图说CDN</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
什么是CDN? 618电商节、双11购物狂欢节,到底是什么在支撑数以万计的秒杀活动?这就不得不提一直隐姓埋名的 CDN 了,其全称是 Content Delivery Network,即内容分发网络。 那到底 CDN 是什么鬼,我们还得从西天取经说起……
...
<a href="/2018/10/04/cdn/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-my-cmdb"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2018-09-16 11:00:27" datetime="2018-09-16T03:00:27.000Z" itemprop="datePublished">2018-09-16</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/Python/">Python</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2018/09/16/my-cmdb/">简易资产管理平台</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
已实现的功能资产数据收集接口在/assets/report下提供一个接受post请求的开放接口能接收任意来源的数据。
仪表盘页面从数据库调出已有资产的设备状态和数量统计,发送给前端页面展示:
dashboard...
<a href="/2018/09/16/my-cmdb/" 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><a class="extend next" rel="next" href="/page/2/">下一页</a>
</div>
</nav>
</div>
<footer class="footer">
<div class="top">
<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" href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh">知识共享 署名 - 非商业性 - 相同方式共享 4.0 国际协议</a></span>
</p>
</div>
<div class="bottom">
<p><span>Sevge © 2017 - 2020</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://sevge.github.io/about/&title=Sevge's Blog&pic=https://sevge.github.io/about/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://sevge.github.io/about/&title=Sevge's Blog&source=My Blog" 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://sevge.github.io/about/" 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=Sevge's Blog&url=https://sevge.github.io/about/&via=https://sevge.github.io/about" 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://sevge.github.io/about/" 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,iVBORw0KGgoAAAANSUhEUgAAAK4AAACuCAAAAACKZ2kyAAAB0ElEQVR42u3awY7DIAxF0f7/T7fSaBYjtdD7MDgZ6bKq0oQcsrCMzeOBx/Nn/P39PuZPpf+Whly5csvc53SMpp4TR8/O50cfQq5cuY1cHrx4hJkvdX7P8LpcuXJvxiXhrx7s5MqV+7+45Er9Wbly5d6HSzY/JIkhxY6mvZpcuXIL3LWC6d7fx+u7cuXK3dSV4EGNl07W3vs7p1y5clu4a22SSqjiSx0uW65cuRdxeWGUHL/gn2O+JLly5XZyeThLW61r19Hy5MqVe4xb2dKk6Usa+L5se+TKlXuMm7ZUedN07XMEoVOuXLnHuHsPXvCsKkUfOSciV65cnCfwVms6Dy+dyJUr91ouD2GdRy5K31uuXLmbuPVWByl21DdOcuXK7eHyUkXaAuH3B+mRXLlyW7i7iiNp4kI+xDDMyZUr9zA3PXSVJig8eUIGuXLlNnLjow9hCZVvq76USOTKldvI5SNtilQOXsRZkly5cjdx04DC2y288MqPa8iVK7eTmwYvvlYyTxr+5MqV28mtHMXgC043VB/ulytX7s24pMyRJj3x2+XKlXtj7lr6sta82RDI5MqVu8StTLRWYE2LL3Llyu3kphORqMKbJYQoV67cRu4LNuYGHL9c3IsAAAAASUVORK5CYII=" 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>
(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>