forked from betgar/betgar.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
828 lines (468 loc) · 27.9 KB
/
index.html
File metadata and controls
828 lines (468 loc) · 27.9 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
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
<!DOCTYPE html>
<html>
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="utf-8">
<title>个人博客 | 一个coder的成长记录</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#3F51B5">
<meta name="keywords" content="javascript, css, html, vue, jQuery, java">
<meta name="description" content="各种技术加身的coder">
<meta name="keywords" content="javascript, css, html, vue, jQuery, java">
<meta property="og:type" content="website">
<meta property="og:title" content="个人博客">
<meta property="og:url" content="https://betgar.github.io/index.html">
<meta property="og:site_name" content="个人博客">
<meta property="og:description" content="各种技术加身的coder">
<meta property="og:locale" content="zh-CN">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="个人博客">
<meta name="twitter:description" content="各种技术加身的coder">
<link rel="alternate" type="application/atom+xml" title="个人博客" 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(/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">俊男</h5>
<a href="mailto:betgar@163.com" title="betgar@163.com" class="mail">betgar@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>
Home
</a>
</li>
<li class="waves-block waves-effect">
<a href="/archives">
<i class="icon icon-lg icon-archives"></i>
Archives
</a>
</li>
<li class="waves-block waves-effect">
<a href="/tags">
<i class="icon icon-lg icon-tags"></i>
Tags
</a>
</li>
<li class="waves-block waves-effect">
<a href="/categories">
<i class="icon icon-lg icon-th-list"></i>
Categories
</a>
</li>
<li class="waves-block waves-effect">
<a href="https://github.com/betgar" target="_blank">
<i class="icon icon-lg icon-github"></i>
Github
</a>
</li>
<li class="waves-block waves-effect">
<a href="https://weibo.com/u/2296734915" target="_blank">
<i class="icon icon-lg icon-weibo"></i>
Weibo
</a>
</li>
<li class="waves-block waves-effect">
<a href="/about">
<i class="icon icon-lg icon-link"></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">
一个coder的成长记录
</h5>
</div>
</header>
<div class="container body-wrap">
<ul class="post-list">
<li class="post-list-item fade">
<article id="post-frontend-little-tangle-vue-project-code-organization-conventional-style-guideline" class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-06-12 18:00:00" datetime="2019-06-12T10:00:00.000Z" itemprop="datePublished">2019-06-12</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/fe/">fe</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/06/12/frontend-little-tangle-vue-project-code-organization-conventional-style-guideline/">前端小纠结--Vue项目代码组织和风格约定</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
前端小纠结–Vue项目代码组织和风格约定
风格约定但不限于代码风格,还有一些其他的默认约定。
代码组织和分层
代码组织是一个仁者见仁,智者见智的话题,没有银弹。不过不管怎么变化,指导思想还是不变的高内聚,低耦合。
强烈推荐两篇文章,能够拓宽你的视野,带你走向新高度。
用 Feature First 的方式管理前端项目复杂度
代码组织的优雅,模块化才能够做好。
分层
按照职能的不同进行不同...
<a href="/2019/06/12/frontend-little-tangle-vue-project-code-organization-conventional-style-guideline/" class="post-more waves-effect waves-button">
阅读全文…
</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/fe/">fe</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-save-the-windows-spotlight" class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-06-12 09:00:00" datetime="2019-06-12T01:00:00.000Z" itemprop="datePublished">2019-06-12</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/windows/">windows</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/06/12/save-the-windows-spotlight/">windows 10 锁屏壁纸保存方法</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
分享必应壁纸windows 10 锁屏壁纸保存方法
windows 锁屏壁纸功能叫做spotlight,其实壁纸都下载在本地电脑上,只需要拷贝出来就行了。
脚本
保存为 spotlight.ps1 ,使用右键powershell运行
在个人文件夹的Pictures下有两个Horizontal和Vertical保存着图片
12345678910111213141516171819add...
<a href="/2019/06/12/save-the-windows-spotlight/" class="post-more waves-effect waves-button">
阅读全文…
</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/windows/">windows</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-nvs-usage-considerations" class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-06-06 00:00:00" datetime="2019-06-05T16:00:00.000Z" itemprop="datePublished">2019-06-06</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/node/">node</a><ul class="article-category-list-child"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/node/nvs/">nvs</a></li></ul></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/06/06/nvs-usage-considerations/">nvs使用的注意事项</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
nvs使用的注意事项
在使用nvs之前一直使用的是nvm windows这款工具,用着也挺爽的,前不久看到科普文,所以也想试试,试了之后在windows上翻车了,所以这里记录一下。先看科普文:使用 nvs 管理本地 Node.js 版本
windows下安装
推荐cmd手动安装步骤
git bash环境配置1234# ~/.bashrc 添加下面的环境配置# 根据你安装的路径选择$Pro...
<a href="/2019/06/06/nvs-usage-considerations/" class="post-more waves-effect waves-button">
阅读全文…
</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/node/">node</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/nvs/">nvs</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-frontend-little-tangle-integrate-git-flow-and-standard-version" class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-05-21 08:00:00" datetime="2019-05-21T00:00:00.000Z" itemprop="datePublished">2019-05-21</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/gitflow/">gitflow</a><ul class="article-category-list-child"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/gitflow/fe/">fe</a></li></ul></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/05/21/frontend-little-tangle-integrate-git-flow-and-standard-version/">前端小纠结--集成gitflow和standard-version使用</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
前端小纠结–集成gitflow和standard-version使用
请看上一篇前端小纠结–约定式提交和自动生成changelog
git flow工作流对比
Git工作流指南
git flow 介绍
git flow源自这篇文章a-successful-git-branching-model,大神!!!。
关于git flow的使用,请看以下链接,非常多的文章,写的非常好。
如何正确...
<a href="/2019/05/21/frontend-little-tangle-integrate-git-flow-and-standard-version/" class="post-more waves-effect waves-button">
阅读全文…
</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/fe/">fe</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/gitflow/">gitflow</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/standard-version/">standard-version</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-frontend-little-tangle-conventional-commit-and-generate-changelog" class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-05-20 08:00:00" datetime="2019-05-20T00:00:00.000Z" itemprop="datePublished">2019-05-20</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/git/">git</a><ul class="article-category-list-child"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/git/fe/">fe</a></li></ul></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/05/20/frontend-little-tangle-conventional-commit-and-generate-changelog/">前端小纠结--约定式提交和自动生成changelog</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
前端小纠结–约定式提交和自动生成changelog约定式提交
约定式提交:每次使用git commit 的时候都需要写commit message,如果message style是按照固定的模版格式书写,对于后期的维护和编写changelog都有巨大的好处。而且现在的很多自动生成changelog的工具,都是建立在约定式提交的基础之上。
约定式提交校验配置
约定式提交不需要任何的配置,只需...
<a href="/2019/05/20/frontend-little-tangle-conventional-commit-and-generate-changelog/" class="post-more waves-effect waves-button">
阅读全文…
</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/conventionalcommit/">conventionalcommit</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/fe/">fe</a></li><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-terminal-prompt-display-what-branch-you-are-currently-on" class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-04-29 00:00:00" datetime="2019-04-28T16:00:00.000Z" itemprop="datePublished">2019-04-29</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/git/">git</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/04/29/terminal-prompt-display-what-branch-you-are-currently-on/">shell上显示当前git分支</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
shell上显示当前git分支
在当前终端上显示当前所在的分支,能够提供极大的便利。
修改bash的配置
~/.bash_profile 或者~/.bashrc
原版123456789function git-branch-name { git symbolic-ref HEAD 2>/dev/null | cut -d"/" -f 3}function gi...
<a href="/2019/04/29/terminal-prompt-display-what-branch-you-are-currently-on/" class="post-more waves-effect waves-button">
阅读全文…
</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-download-binary-file-use-axios" class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-04-14 18:30:00" datetime="2019-04-14T10:30:00.000Z" itemprop="datePublished">2019-04-14</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/axios/">axios</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/04/14/download-binary-file-use-axios/">axios实现文件下载功能</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
axios实现文件下载功能
在开发中遇到了需要实现文件下载的功能,起初以为只用<a>标签就能搞定,<a>标签确实能够搞定常见的场景。但是像导出或者在header里面添加了特殊字段的时候,使用<a>标签就搞不定了,又不想去使用原生XMLHttpRequest,因为又一堆的兼容性需求(技术能力不够ε=ε=ε=┏(゜ロ゜;)┛,有现成的兼容方案为啥要自己造轮子呢...
<a href="/2019/04/14/download-binary-file-use-axios/" class="post-more waves-effect waves-button">
阅读全文…
</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/axios/">axios</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-install-openssh-with-cygwin-on-windows-10" class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-04-05 09:00:00" datetime="2019-04-05T01:00:00.000Z" itemprop="datePublished">2019-04-05</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/openssh/">openssh</a><ul class="article-category-list-child"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/openssh/cygwin/">cygwin</a></li></ul></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/04/05/install-openssh-with-cygwin-on-windows-10/">windows 10使用cygwin安装openssh服务端</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
windows 10使用cygwin安装openssh服务端
install-openssh-with-cygwin-on-windows-10
本来windows10上已经有内置的openssh,我可能爱折腾不愿意使用内置的,所以使用cygwin重新安装了一个ssh服务.
安装步骤总结
安装cygwin
使用管理员权限运行cygwin安装openssh和openssl
ssh-host-...
<a href="/2019/04/05/install-openssh-with-cygwin-on-windows-10/" class="post-more waves-effect waves-button">
阅读全文…
</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/cygwin/">cygwin</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/openssh/">openssh</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-allocation-swap-partition-on-deepin-linux" class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-03-13 07:00:00" datetime="2019-03-12T23:00:00.000Z" itemprop="datePublished">2019-03-13</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/linux/">linux</a><ul class="article-category-list-child"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/linux/deepin/">deepin</a></li></ul></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/03/13/allocation-swap-partition-on-deepin-linux/">deepin安装之后分配swap空间</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
deepin安装之后分配swap空间参考这里的文章做个记录
增加swap文件作为空间,五步:
第一步:成为超级用户;
1sudo su
第二步:在根目录生成swap文件,count设定块数,bs设定块大小,生成4G的swap代码如下
1dd if=/dev/zero of=/swapfile count=4096 bs=1024k
第三步:设置交换分区,注意路径和上面的of=/swap...
<a href="/2019/03/13/allocation-swap-partition-on-deepin-linux/" class="post-more waves-effect waves-button">
阅读全文…
</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/deepin/">deepin</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/linux/">linux</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-deploy-private-npm-registry-verdaccio" class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2019-03-09 11:00:00" datetime="2019-03-09T03:00:00.000Z" itemprop="datePublished">2019-03-09</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/npm/">npm</a><ul class="article-category-list-child"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/npm/verdaccio/">verdaccio</a></li></ul></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2019/03/09/deploy-private-npm-registry-verdaccio/">npm私有仓库verdaccio的部署</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
verdaccio
因为技术变革太快,注意知识的时效性。
verdaccio是基于node开发的一个库,用来搭建私有的npm仓库。因为npm仓库大多数是公有的免费的,私有仓库或者企业版是收费的,在单位内部或者个人一些私有的模块需要托管的时候就需要自己搭建一个私有的仓库,而verdaccio就是选择之一,最便捷的一种。
安装verdaccio
参照官方文档,而且是中文版哟~~~。
注意: n...
<a href="/2019/03/09/deploy-private-npm-registry-verdaccio/" class="post-more waves-effect waves-button">
阅读全文…
</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/npm/">npm</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/verdaccio/">verdaccio</a></li></ul>
</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/6/">6</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" href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh">知识共享 署名 - 非商业性 - 相同方式共享 4.0 国际协议</a></span>
</p>
</div>
<div class="bottom">
<p><span>俊男 © 2017 - 2019</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://betgar.github.io/&title=个人博客&pic=https://betgar.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://betgar.github.io/&title=个人博客&source=各种技术加身的coder" 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://betgar.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://betgar.github.io/&via=https://betgar.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://betgar.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+AAABU0lEQVR42u3ayw6DMAxEUf7/p+kWCWFm7FAJ5mZVpWl6ssjDcbZNLvuhnGvq+uO3iwssWB9i7WU5tjn/qkbXLW/osGBFsq5maM1SBlP3c1kPCxYseZIrfwALFqy1rF5LWLBg6Sx301UOxH86y8OC9QmWfqsz//zI/RYsWC9n7WbRQ9nRv8CCFcbqXenqW2xNvGkPC1YkazL53VSoNAxYsGJYbrDqTvteDSxYyaxVj34mT4hgwUpmuelJPUx1HyvAgpXJ6m3YSrJEH9jlAGDBimQp2637dMCOpHsdwYL1IZa+TKwKd5tPf2DBCmC5aRJjwgtLSTO2hgXr5azJgwP3GlfpBxasTFbvXdzTQSwsWJms3qLgLhnuURsWrEyWfdYeFyPZCQsWrFUHXLcfWLBgCRN4ssEbV7qwYIWx3BSLHtzqiwUsWMks94CrLxm9NCosWGGsH+Anbu74k8FxAAAAAElFTkSuQmCC" 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>
</body>
</html>