-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
707 lines (457 loc) · 23.4 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
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Hilen Blog">
<title>Hilen Blog</title>
<meta name="author" content="Hilen">
<script type="application/ld+json">{"@context":"http://schema.org","@type":"Website","@id":"http://hilen.github.io","author":{"@type":"Person","name":"Hilen","sameAs":["https://github.com/hilen","mailto:[email protected]"],"image":"https://gw.alicdn.com/imgextra/i2/O1CN014unoRt1tZ7O6n1igu_!!6000000005915-0-tps-564-564.jpg"},"name":"Hilen Blog","description":"Hilen 的博客","url":"http://hilen.github.io"}</script>
<meta name="description" content="Hilen 的博客">
<meta property="og:type" content="blog">
<meta property="og:title" content="Hilen Blog">
<meta property="og:url" content="http://hilen.github.io/index.html">
<meta property="og:site_name" content="Hilen Blog">
<meta property="og:description" content="Hilen 的博客">
<meta property="og:locale" content="zh-cn">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Hilen Blog">
<meta name="twitter:description" content="Hilen 的博客">
<meta property="og:image" content="https://gw.alicdn.com/imgextra/i2/O1CN014unoRt1tZ7O6n1igu_!!6000000005915-0-tps-564-564.jpg"/>
<!--STYLES-->
<link rel="stylesheet" href="/assets/css/style-mhajaau9mrcpkpcfu9rq8rdkzf3tgyxu5tslo8ekowdwbu2g30unzxgzmxwq.min.css">
<!--STYLES END-->
</head>
<body>
<div id="blog">
<!-- Define author's picture -->
<header id="header" data-behavior="2">
<i id="btn-open-sidebar" class="fa fa-lg fa-bars"></i>
<div class="header-title">
<a
class="header-title-link"
href="/"
aria-label=""
>
Hilen Blog
</a>
</div>
<a
class="header-right-picture "
href="#about"
aria-label="打开链接: /#about"
>
<img class="header-picture" src="https://gw.alicdn.com/imgextra/i2/O1CN014unoRt1tZ7O6n1igu_!!6000000005915-0-tps-564-564.jpg" alt="作者的图片"/>
</a>
</header>
<!-- Define author's picture -->
<nav id="sidebar" data-behavior="2">
<div class="sidebar-container">
<div class="sidebar-profile">
<a
href="/#about"
aria-label="阅读有关作者的更多信息"
>
<img class="sidebar-profile-picture" src="https://gw.alicdn.com/imgextra/i2/O1CN014unoRt1tZ7O6n1igu_!!6000000005915-0-tps-564-564.jpg" alt="作者的图片"/>
</a>
<h4 class="sidebar-profile-name">Hilen</h4>
<h5 class="sidebar-profile-bio"><p>author.bio</p>
</h5>
</div>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a
class="sidebar-button-link "
href="/"
rel="noopener"
title="首页"
>
<i class="sidebar-button-icon fa fa-home" aria-hidden="true"></i>
<span class="sidebar-button-desc">首页</span>
</a>
</li>
<li class="sidebar-button">
<a
class="sidebar-button-link "
href="/all-categories"
rel="noopener"
title="分类"
>
<i class="sidebar-button-icon fa fa-bookmark" aria-hidden="true"></i>
<span class="sidebar-button-desc">分类</span>
</a>
</li>
<li class="sidebar-button">
<a
class="sidebar-button-link "
href="/all-tags"
rel="noopener"
title="标签"
>
<i class="sidebar-button-icon fa fa-tags" aria-hidden="true"></i>
<span class="sidebar-button-desc">标签</span>
</a>
</li>
<li class="sidebar-button">
<a
class="sidebar-button-link "
href="/all-archives"
rel="noopener"
title="归档"
>
<i class="sidebar-button-icon fa fa-archive" aria-hidden="true"></i>
<span class="sidebar-button-desc">归档</span>
</a>
</li>
<li class="sidebar-button">
<a
class="sidebar-button-link "
href="/about"
rel="noopener"
title="关于"
>
<i class="sidebar-button-icon fa fa-question" aria-hidden="true"></i>
<span class="sidebar-button-desc">关于</span>
</a>
</li>
</ul>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a
class="sidebar-button-link "
href="https://github.com/hilen"
target="_blank"
rel="noopener"
title="GitHub"
>
<i class="sidebar-button-icon fab fa-github" aria-hidden="true"></i>
<span class="sidebar-button-desc">GitHub</span>
</a>
</li>
<li class="sidebar-button">
<a
class="sidebar-button-link "
href="mailto:[email protected]"
target="_blank"
rel="noopener"
title="邮箱"
>
<i class="sidebar-button-icon fa fa-envelope" aria-hidden="true"></i>
<span class="sidebar-button-desc">邮箱</span>
</a>
</li>
</ul>
</div>
</nav>
<div id="main" data-behavior="2"
class="
hasCoverMetaIn
">
<section class="postShorten-group main-content-wrap">
<article class="postShorten postShorten--thumbnailimg-right">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a
class="link-unstyled"
href="/2020/03/02/python-excel/"
aria-label=": 使用 Python 库来操作 Excel(xlrd 和 xlwt)"
>
使用 Python 库来操作 Excel(xlrd 和 xlwt)
</a>
</h1>
<div class="postShorten-meta">
<time datetime="2020-03-02T11:24:32+08:00">
3月 02, 2020
</time>
<span>发布在 </span>
<a class="category-link" href="/categories/随笔/">随笔</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>前些天,一个朋友咨询我说是否擅长操作 Excel,并且把两个 Excel 的文档发给我了。认真的听了下他的诉求,大致是需要把 A 文档的数据匹配到 B 文档,并且补充到 B 文档里,两个表格加起来共有 5 万多行的记录,这如果人肉操作怎么着也需要好几个小时。于是我开始着手 Google 看下 python 对于 excel 如果进行操作,现学现卖,最后完工。接下来就记录下这愉快的过程。</p>
<a
href="/2020/03/02/python-excel/"
class="postShorten-excerpt_link link"
aria-label=": 使用 Python 库来操作 Excel(xlrd 和 xlwt)"
>
阅读全文
</a>
</div>
</div>
<a
href="/2020/03/02/python-excel/"
aria-label=": 使用 Python 库来操作 Excel(xlrd 和 xlwt)"
>
<div class="postShorten-thumbnailimg">
<img alt="" src="https://is2-ssl.mzstatic.com/image/thumb/Purple123/v4/8f/76/52/8f76520d-6360-d5bb-4191-bc57cee68bfc/XCEL.png/1200x630bb.png"/>
</div>
</a>
</article>
<article class="postShorten postShorten--thumbnailimg-right">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a
class="link-unstyled"
href="/2019/06/30/ruanluyou/"
aria-label=": Mac 下软路由的安装和使用"
>
Mac 下软路由的安装和使用
</a>
</h1>
<div class="postShorten-meta">
<time datetime="2019-06-30T21:39:48+08:00">
6月 30, 2019
</time>
<span>发布在 </span>
<a class="category-link" href="/categories/随笔/">随笔</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>软路由是什么?借助百度百科的解释是:软路由是指利用台式机或服务器配合软件形成路由解决方案,主要靠软件的设置,达成路由器的功能;而硬路由则是以特有的硬设备,包括处理器、电源供应、嵌入式软件,提供设定的路由器功能。直白点说:其实就是使用 X86 系统来实现路由器功能的小电脑。</p>
<a
href="/2019/06/30/ruanluyou/"
class="postShorten-excerpt_link link"
aria-label=": Mac 下软路由的安装和使用"
>
阅读全文
</a>
</div>
</div>
<a
href="/2019/06/30/ruanluyou/"
aria-label=": Mac 下软路由的安装和使用"
>
<div class="postShorten-thumbnailimg">
<img alt="" src="https://gw.alicdn.com/tfs/TB1x81LdL1G3KVjSZFkXXaK4XXa-400-400.jpg"/>
</div>
</a>
</article>
<article class="postShorten postShorten--thumbnailimg-right">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a
class="link-unstyled"
href="/2017/03/15/ios-app-skeleton/"
aria-label=": 开发一个 iOS 应用你所需要做些什么呢?"
>
开发一个 iOS 应用你所需要做些什么呢?
</a>
</h1>
<div class="postShorten-meta">
<time datetime="2017-03-15T14:11:35+08:00">
3月 15, 2017
</time>
<span>发布在 </span>
<a class="category-link" href="/categories/iOS/">iOS</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>从 07 年到现在,iOS 开发也近乎 10 年的时间了,随着 iOS 版本的一步步更新, Xcode 慢慢的稳定,社区的力量也随之变的越来越大,有很多工具可以帮助我们快速去搭建一个 App。<br>
<a
href="/2017/03/15/ios-app-skeleton/"
class="postShorten-excerpt_link link"
aria-label=": 开发一个 iOS 应用你所需要做些什么呢?"
>
阅读全文
</a>
</div>
</div>
<a
href="/2017/03/15/ios-app-skeleton/"
aria-label=": 开发一个 iOS 应用你所需要做些什么呢?"
>
<div class="postShorten-thumbnailimg">
<img alt="" src="https://gw.alicdn.com/tfs/TB1XP1PdSWD3KVjSZSgXXcCxVXa-256-256.png"/>
</div>
</a>
</article>
<article class="postShorten postShorten--thumbnailimg-right">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a
class="link-unstyled"
href="/2016/10/24/ruby-cocoapods/"
aria-label=": macOS Sierra 安装 rbenv 管理器 和 CocoaPods"
>
macOS Sierra 安装 rbenv 管理器 和 CocoaPods
</a>
</h1>
<div class="postShorten-meta">
<time datetime="2016-10-24T17:25:07+08:00">
10月 24, 2016
</time>
<span>发布在 </span>
<a class="category-link" href="/categories/iOS/">iOS</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>CocoaPods 是 iOS 日常开发所使用的包管理器,它把 Rails 里的 Gem 带进了 macOS 中,让 iOS 和 macOS 管理自己的第三方依赖。<br>接下来介绍几个概念:<br><code>rbenv</code>:管理 Ruby 版本的内容<br>
<a
href="/2016/10/24/ruby-cocoapods/"
class="postShorten-excerpt_link link"
aria-label=": macOS Sierra 安装 rbenv 管理器 和 CocoaPods"
>
阅读全文
</a>
</div>
</div>
<a
href="/2016/10/24/ruby-cocoapods/"
aria-label=": macOS Sierra 安装 rbenv 管理器 和 CocoaPods"
>
<div class="postShorten-thumbnailimg">
<img alt="" src="https://cdn.iconscout.com/icon/free/png-256/cocoapods-283067.png"/>
</div>
</a>
</article>
<article class="postShorten postShorten--thumbnailimg-right">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a
class="link-unstyled"
href="/2016/10/12/sublime-config/"
aria-label=": Sublime Text 3 配置"
>
Sublime Text 3 配置
</a>
</h1>
<div class="postShorten-meta">
<time datetime="2016-10-12T10:37:29+08:00">
10月 12, 2016
</time>
<span>发布在 </span>
<a class="category-link" href="/categories/随笔/">随笔</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>Sublime Text 是一个代码编辑器。Sublime Text 是由程序员 Jon Skinner 于 2008 年 1 月份所开发出来,它最初被设计为一个具有丰富扩展功能的 Vim。它具有漂亮的用户界面和强大的功能,例如代码缩略图,Python 的插件,代码段等。还可自定义键绑定,菜单和工具栏等等内容。</p>
<a
href="/2016/10/12/sublime-config/"
class="postShorten-excerpt_link link"
aria-label=": Sublime Text 3 配置"
>
阅读全文
</a>
</div>
</div>
<a
href="/2016/10/12/sublime-config/"
aria-label=": Sublime Text 3 配置"
>
<div class="postShorten-thumbnailimg">
<img alt="" src="https://gw.alicdn.com/tfs/TB1io_Ya2Bj_uVjSZFpXXc0SXXa-400-400.png"/>
</div>
</a>
</article>
<article class="postShorten postShorten--thumbnailimg-right">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a
class="link-unstyled"
href="/2016/05/16/tranquilpeak-theme-tutorial/"
aria-label=": Tranquilpeak 主题的使用方法"
>
Tranquilpeak 主题的使用方法
</a>
</h1>
<div class="postShorten-meta">
<time datetime="2016-05-16T14:11:35+08:00">
5月 16, 2016
</time>
<span>发布在 </span>
<a class="category-link" href="/categories/随笔/">随笔</a>
</div>
</div>
<div class="postShorten-excerpt">
<div class="alert info"><p>上次更新:2019-06-23 01:35:28, Sun</p>
</div>
<!-- toc -->
<p>Hexo 博客的 Tranquilpeak <a href="https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak" target="_blank" rel="noopener">主题</a> 非常的赞,有非常多不错的功能可以让博客更漂亮,内容更丰富。</p>
<a
href="/2016/05/16/tranquilpeak-theme-tutorial/"
class="postShorten-excerpt_link link"
aria-label=": Tranquilpeak 主题的使用方法"
>
阅读全文
</a>
</div>
</div>
</article>
<article class="postShorten postShorten--thumbnailimg-right">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title">
<a
class="link-unstyled"
href="/2015/12/01/reveal-loader-jailbreak/"
aria-label=": Reveal 1.6.3 和 Reveal Loader"
>
Reveal 1.6.3 和 Reveal Loader
</a>
</h1>
<div class="postShorten-meta">
<time datetime="2015-12-01T11:24:32+08:00">
12月 01, 2015
</time>
<span>发布在 </span>
<a class="category-link" href="/categories/iOS/">iOS</a>
</div>
</div>
<div class="postShorten-excerpt">
<p>前几天我在越狱手机上的装 Reveal Loader,手机也越狱了,版本也对了。但是每次重启都是白苹果,那明晃晃的白苹果,就快闪瞎了我的<br>28k 钛合金🐶眼,开始怀疑是手机系统版本和越狱不兼容导致的的问题,于是差点就要重新刷机。但是想<br>想还是没有刷,因为太麻烦,很耽误时间。然后….哈哈,卖个关子,最后成功运行了,在这里记录一下。</p>
<a
href="/2015/12/01/reveal-loader-jailbreak/"
class="postShorten-excerpt_link link"
aria-label=": Reveal 1.6.3 和 Reveal Loader"
>
阅读全文
</a>
</div>
</div>
</article>
<div class="pagination-bar">
<ul class="pagination">
<li class="pagination-number">第 1 页 共 1 页</li>
</ul>
</div>
</section>
<footer id="footer" class="main-content-wrap">
<span class="copyrights">
Copyrights © 2021 Hilen. All Rights Reserved.
</span>
</footer>
</div>
</div>
<div id="about">
<div id="about-card">
<div id="about-btn-close">
<i class="fa fa-times"></i>
</div>
<img id="about-card-picture" src="https://gw.alicdn.com/imgextra/i2/O1CN014unoRt1tZ7O6n1igu_!!6000000005915-0-tps-564-564.jpg" alt="作者的图片"/>
<h4 id="about-card-name">Hilen</h4>
<div id="about-card-bio"><p>author.bio</p>
</div>
<div id="about-card-job">
<i class="fa fa-briefcase"></i>
<br/>
<p>author.job</p>
</div>
<div id="about-card-location">
<i class="fa fa-map-marker-alt"></i>
<br/>
Hangzhou
</div>
</div>
</div>
<div id="cover" style="background-image:url('https://gw.alicdn.com/imgextra/i1/O1CN01OBhUe01W1T7n2zIOc_!!6000000002728-0-tps-2000-1125.jpg');"></div>
<!--SCRIPTS-->
<script src="/assets/js/script-7iimeqy8tedt9p7vxozrafnfybmsfzzhcjkhhn9jijx9cw3xxk4iyge9sp6e.min.js"></script>
<!--SCRIPTS END-->
</body>
</html>