-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
437 lines (308 loc) · 14.3 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>haffner2010's Blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="keywords" content="My Hexo Blog" />
<meta name="description" content="网站描述">
<meta name="keywords" content="nothing">
<meta property="og:type" content="website">
<meta property="og:title" content="haffner2010's Blog">
<meta property="og:url" content="https://allbluelai.github.io/index.html">
<meta property="og:site_name" content="haffner2010's Blog">
<meta property="og:description" content="网站描述">
<meta property="og:locale" content="zh-CN">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="haffner2010's Blog">
<meta name="twitter:description" content="网站描述">
<link rel="icon" href="/favicon.ico">
<link href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/css/style.css">
<script src="/js/pace.min.js"></script>
</head>
<body>
<div id="container">
<header id="header">
<div id="banner"></div>
<div id="header-outer">
<div id="header-menu" class="header-menu-pos animated">
<div class="header-menu-container">
<a href="/" class="left">
<span class="site-title">Mr.Peanutbutter</span>
</a>
<nav id="header-menu-nav" class="right">
<a href="/">
<i class="fa fa-home"></i>
<span>Home</span>
</a>
<a href="/archives">
<i class="fa fa-archive"></i>
<span>Archives</span>
</a>
<a href="/about">
<i class="fa fa-user"></i>
<span>About</span>
</a>
</nav>
<a class="mobile-header-menu-button">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
<div id="header-row">
<div id="logo">
<a href="/">
<img src="/images/logo.png" alt="logo">
</a>
</div>
<div class="header-info">
<div id="header-title">
<h2>
Mr.Peanutbutter
</h2>
</div>
<div id="header-description">
<h3 style="color:#FFFFFF">
A Boy from SCNU
</h3>
</div>
</div>
<nav class="header-nav">
<div class="social">
<a title="haffner2010" target="_blank" href="//allbluelai.github.io">
<i class="fa fa-home fa-2x" style="color:#FFFFFF;"></i></a>
<a title="Github" target="_blank" href="//github.com/allbluelai">
<i class="fa fa-github fa-2x" style="color:#FFFFFF;"></i></a>
<a title="Jianshu" target="_blank" href="https://www.jianshu.com/u/e031670b216b">
<i class="fa fa-book fa-2x" style="color:#FFFFFF;"></i></a>
<a title="Email" target="_blank" href="mailto://[email protected]">
<i class="fa fa-envelope-o fa-2x" style="color:#FFFFFF;"></i></a>
</div>
</nav>
</div>
</div>
</header>
<div class="outer">
<section id="main" class="body-wrap">
<article id="post-installation-configuration" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2018/09/09/installation-configuration/" target="_blank" >Github+Hexo+MiHo-个人Blog配置详情</a>
</h1>
<span class="header-cate">
<i class="fa fa-map-marker"></i>
<a href="/categories/开源项目/">开源项目</a>
</span>
</header>
<div class="article-entry " itemprop="articleBody">
<div class="article-img">
<a href="/2018/09/09/installation-configuration/" target="_blank" >
<img src="https://camo.githubusercontent.com/a6a4a6ad4fe4af6bfd1c30608f0cae760f59a8be/687474703a2f2f636c6f75642e6d696e686f772e636f6d2f696d616765732f6d69686f2f7468656d652f6769746875622e6a7067" alt="Github+Hexo+MiHo-个人Blog配置详情" title="Github+Hexo+MiHo-个人Blog配置详情">
</a>
</div>
<div class="article-feed">
<p>
1 准备工作最近看了一篇blog自建博客系列(一)在Windows平台下进行博客平台搭建与GitHubPages+Hexo搭建免费个人博客(windows平台),因此,我也尝试着按照作者的思路,建立个人blog。首先来张思维导图:
1.1 在GitHub Pages上建立blog首先打开GitHub Pages上建立一个自己的专属blog:
blog的域名为user...
</p>
</div>
</div>
<footer class="article-footer">
<ul class="article-footer-menu">
<li><i class="fa fa-calendar"></i>2018-09-09</li>
<li class="article-footer-tags">
<i class="fa fa-tags"></i>
<a href="/tags/博客/" class="color3">博客</a>
<a href="/tags/开源项目/" class="color5">开源项目</a>
</li>
</ul>
<a href="/2018/09/09/installation-configuration/#more" class="article-more-link" target="_blank" >more>></a>
</footer>
</div>
</article>
<article id="post-hello-world" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2021/04/18/hello-world/" target="_blank" >Hello World</a>
</h1>
</header>
<div class="article-entry " itemprop="articleBody">
<div class="article-img">
<a href="/2021/04/18/hello-world/" target="_blank" >
<img src="https://allbluelai.github.io/images/banner.jpg" alt="Hello World" title="Hello World">
</a>
</div>
<div class="article-feed">
<p>
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 ...
</p>
</div>
</div>
<footer class="article-footer">
<ul class="article-footer-menu">
<li><i class="fa fa-calendar"></i>2021-04-18</li>
</ul>
<a href="/2021/04/18/hello-world/#more" class="article-more-link" target="_blank" >more>></a>
</footer>
</div>
</article>
<article id="post-wx-delete-friend" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2018/09/12/wx-delete-friend/" target="_blank" >Python帮你找出/清理无效的微信好友</a>
</h1>
<span class="header-cate">
<i class="fa fa-map-marker"></i>
<a href="/categories/python/">python</a>
</span>
</header>
<div class="article-entry " itemprop="articleBody">
<div class="article-img">
<a href="/2018/09/12/wx-delete-friend/" target="_blank" >
<img src="https://th.bing.com/th/id/R483c595f5fd5945e87fe051df26f62c4?rik=pwYmWpi50EhSBg&riu=http%3a%2f%2fpic250.nipic.com%2ffile%2f20191107%2f24726290_154144642000_2.jpg" alt="Python帮你找出/清理无效的微信好友" title="Python帮你找出/清理无效的微信好友">
</a>
</div>
<div class="article-feed">
<p>
今天,在豆瓣看到一篇文章,受到该文章的启发,我知道一个简单的方法来清理微信中无效的好友,
日记标题是小语种字符,微信发送这个字符,程序会发生字符渲染失败,发得出去,但对方收不到。
从这段话可以看出,我们可以利用标题中的小语种字符来检测微信好友的状态,闲话少说,直接上python。
12345678910111213141516171819202122232425262...
</p>
</div>
</div>
<footer class="article-footer">
<ul class="article-footer-menu">
<li><i class="fa fa-calendar"></i>2018-09-12</li>
<li class="article-footer-tags">
<i class="fa fa-tags"></i>
<a href="/tags/微信/" class="color3">微信</a>
<a href="/tags/python/" class="color2">python</a>
</li>
</ul>
<a href="/2018/09/12/wx-delete-friend/#more" class="article-more-link" target="_blank" >more>></a>
</footer>
</div>
</article>
</section>
</div>
<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
<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>
Powered by <a href="https://hexo.io/" target="_blank">Hexo</a>
Theme <a href="https://github.com/wongminho/hexo-theme-miho" target="_blank">MiHo</a>
© 2021 <a href=https://allbluelai.github.io target="_blank">haffner2010</a>
</p>
</div>
</div>
</footer>
<script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<script src="//cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>
<script>
var mihoConfig = {
root: "https://allbluelai.github.io",
animate: true,
isHome: true,
share: true,
reward: 2
}
</script>
<div class="sidebar">
<div id="sidebar-search" title="Search">
<i class="fa fa-search"></i>
</div>
<div id="sidebar-category" title="Categories">
<i class="fa fa-book"></i>
</div>
<div id="sidebar-tag" title="Tags">
<i class="fa fa-tags"></i>
</div>
<div id="sidebar-top">
<span class="sidebar-top-icon"><i class="fa fa-angle-up"></i></span>
</div>
</div>
<div class="sidebar-menu-box" id="sidebar-menu-box">
<div class="sidebar-menu-box-container">
<div id="sidebar-menu-box-categories">
<a class="category-link" href="/categories/python/">python</a><a class="category-link" href="/categories/开源项目/">开源项目</a>
</div>
<div id="sidebar-menu-box-tags">
<a href="/tags/python/" style="font-size: 10px;">python</a> <a href="/tags/博客/" style="font-size: 10px;">博客</a> <a href="/tags/开源项目/" style="font-size: 10px;">开源项目</a> <a href="/tags/微信/" style="font-size: 10px;">微信</a>
</div>
</div>
<a href="javascript:;" class="sidebar-menu-box-close">×</a>
</div>
<div class="mobile-header-menu-nav" id="mobile-header-menu-nav">
<div class="mobile-header-menu-container">
<span class="title">Menus</span>
<ul class="mobile-header-menu-navbar">
<li>
<a href="/">
<i class="fa fa-home"></i><span>Home</span>
</a>
</li>
<li>
<a href="/archives">
<i class="fa fa-archive"></i><span>Archives</span>
</a>
</li>
<li>
<a href="/about">
<i class="fa fa-user"></i><span>About</span>
</a>
</li>
</ul>
</div>
<div class="mobile-header-tag-container">
<span class="title">Tags</span>
<div id="mobile-header-container-tags">
<a href="/tags/python/" style="font-size: 10px;">python</a> <a href="/tags/博客/" style="font-size: 10px;">博客</a> <a href="/tags/开源项目/" style="font-size: 10px;">开源项目</a> <a href="/tags/微信/" style="font-size: 10px;">微信</a>
</div>
</div>
</div>
<div class="search-wrap">
<span class="search-close">×</span>
<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 class="search-field" placeholder="Search..." id="keywords">
<a id="search-submit" href="javascript:;">
<i class="fa fa-search"></i>
</a>
<div class="search-container" id="search-container">
<ul class="search-result" id="search-result">
</ul>
</div>
</div>
<div id="search-tpl">
<li class="search-result-item">
<a href="{url}" class="search-item-li">
<span class="search-item-li-title" title="{title}">{title}</span>
</a>
</li>
</div>
<script src="/js/search.js"></script>
<script src="/js/main.js"></script>
<script src="//cdn.bootcss.com/particles.js/2.0.0/particles.min.js"></script>
<div id="particles"></div>
<script src="/js/particles.js"></script>
<link rel="stylesheet" href="//cdn.bootcss.com/animate.css/3.5.0/animate.min.css">
<script src="//cdn.bootcss.com/scrollReveal.js/3.0.5/scrollreveal.js"></script>
<script src="/js/animate.js"></script>
</div>
</body>
</html>