-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
892 lines (728 loc) · 27.8 KB
/
index.html
File metadata and controls
892 lines (728 loc) · 27.8 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
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2">
<meta name="theme-color" content="#FFF">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/ico" sizes="32x32" href="/images/favicon.ico">
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<link rel="alternate" type="application/rss+xml" title="源夢" href="https://blog.mubai.link/rss.xml" />
<link rel="alternate" type="application/atom+xml" title="源夢" href="https://blog.mubai.link/atom.xml" />
<link rel="alternate" type="application/json" title="源夢" href="https://blog.mubai.link/feed.json" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Mulish:300,300italic,400,400italic,700,700italic%7CFredericka%20the%20Great:300,300italic,400,400italic,700,700italic%7CNoto%20Serif%20JP:300,300italic,400,400italic,700,700italic%7CNoto%20Serif%20SC:300,300italic,400,400italic,700,700italic%7CInconsolata:300,300italic,400,400italic,700,700italic&display=swap&subset=latin,latin-ext">
<link rel="stylesheet" href="/css/app.css?v=0.2.5">
<link rel="canonical" href="https://blog.mubai.link/">
<title>MuBai Boat = 源夢 = 人生如逆旅, 我亦是行人</title>
<meta name="generator" content="Hexo 8.1.1"></head>
<body itemscope itemtype="http://schema.org/WebPage">
<div id="loading">
<div class="cat">
<div class="body"></div>
<div class="head">
<div class="face"></div>
</div>
<div class="foot">
<div class="tummy-end"></div>
<div class="bottom"></div>
<div class="legs left"></div>
<div class="legs right"></div>
</div>
<div class="paw">
<div class="hands left"></div>
<div class="hands right"></div>
</div>
</div>
</div>
<div id="container">
<header id="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="inner">
<div id="brand">
<div class="pjax">
<a href="/" class="logo" rel="start"><p class="artboard">MuBai Boat</p>
<h1 itemprop="name headline" class="title">源夢</h1>
</a>
<p class="meta" itemprop="description">= 人生如逆旅, 我亦是行人 =</p>
</div>
</div>
<nav id="nav">
<div class="inner">
<div class="toggle">
<div class="lines" aria-label="切换导航栏">
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
</div>
</div>
<ul class="menu">
<li class="item title"><a href="/" rel="start">MuBai Boat</a></li>
</ul>
<ul class="right">
<li class="item theme">
<i class="ic i-sun"></i>
</li>
<li class="item search">
<i class="ic i-search"></i>
</li>
</ul>
</div>
</nav>
</div>
<div id="imgs" class="pjax">
<ul>
<li class="item" data-background-image="https://www.loliapi.com/acg/?719285"></li>
<li class="item" data-background-image="https://www.loliapi.com/acg/?96227"></li>
<li class="item" data-background-image="https://www.loliapi.com/acg/?733228"></li>
<li class="item" data-background-image="https://www.loliapi.com/acg/?948229"></li>
<li class="item" data-background-image="https://www.loliapi.com/acg/?708234"></li>
<li class="item" data-background-image="https://www.loliapi.com/acg/?986698"></li>
</ul>
</div>
</header>
<div id="waves">
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
</defs>
<g class="parallax">
<use xlink:href="#gentle-wave" x="48" y="0" />
<use xlink:href="#gentle-wave" x="48" y="3" />
<use xlink:href="#gentle-wave" x="48" y="5" />
<use xlink:href="#gentle-wave" x="48" y="7" />
</g>
</svg>
</div>
<main>
<div class="inner">
<div id="main" class="pjax">
<div class="index wrap">
<h2 class="divider">置顶文章</h2>
<div class="segments sticky">
<article class="item">
<div class="cover">
<a href="/procedure/application/github/GoFilm/" itemprop="url" title="GoFilm 部署"><img data-src="https://www.loliapi.com/acg/?760385"></a>
</div>
<div class="info">
<div class="meta">
<span class="item" title="创建时间:2026-03-18 21:30:25">
<span class="icon">
<i class="ic i-calendar"></i>
</span>
<time itemprop="dateCreated datePublished" datetime="2026-03-18T21:30:25+08:00">2026-03-18</time>
</span>
<span class="item" title="本文字数">
<span class="icon">
<i class="ic i-pen"></i>
</span>
<span>6.5k</span>
<span class="text">字</span>
</span>
<span class="item" title="阅读时长">
<span class="icon">
<i class="ic i-clock"></i>
</span>
<span>6 分钟</span>
</span>
</div>
<h3><a href="/procedure/application/github/GoFilm/" itemprop="url" title="GoFilm 部署">GoFilm 部署</a></h3>
<div class="excerpt">
# GoFilm 部署
# 1. 前置环境准备
linux 服务器
GitHub 下载 GoFilm 项目
修改默认信息 ( 直接使用默认配置则跳过此步骤 )
容器默认启动端口,默认账户密码配置
# 文件路径: GoFilm/film/docker-compose.yml# nginx 容器配置ports:- port:80 # port 为浏览器访问的默认端口# film 容器配置environment: # 环境变量,暂未使用 MYSQL_PORT: 3661 # mysql 服务连接端口 MYSQL_USER: root # mysql 连接用户 MYSQL_PASSWORD:...
</div>
<div class="meta footer">
<span>
<a href="/categories/procedure/GoFilm/" itemprop="url" title="GoFilm"><i class="ic i-flag"></i>GoFilm</a>
</span>
</div>
<a href="/procedure/application/github/GoFilm/" itemprop="url" title="GoFilm 部署" class="btn">more...</a>
</div>
</article>
</div>
<h2 class="divider">精选分类</h2>
<div class="cards">
<section class="item">
<div class="cover" data-background-image="/pdl/cover.jpg">
<h2 class="title">编程</h2>
</div>
<div class="info">
<div class="ribbon"><a href="/categories/pdl/" itemprop="url" title="编程">编程</a></div>
<div class="inner">
<ul class="posts">
<li><a title="GoLang" href="/categories/pdl/GoLang/">GoLang</a></li>
<li><a title="NodeJS" href="/categories/pdl/NodeJS/">NodeJS</a></li>
<li><a title="React" href="/categories/pdl/React/">React</a></li>
<li><a title="Vue" href="/categories/pdl/Vue/">Vue</a></li>
<li><a title="Axios用法及配置" href="/pdl/NodeJs/Vue/Axios/">Axios用法及配置</a></li>
</ul>
<div class="meta footer">
<span>
<i class="ic i-file"></i>4 个子项,11 篇文章
</span>
</div>
<a href="/categories/pdl/" itemprop="url" title="编程" class="btn">more...</a>
</div>
</div>
</section>
<section class="item">
<div class="cover" data-background-image="/vestige/cover.jpg">
<h2 class="title">迹忆</h2>
</div>
<div class="info">
<div class="ribbon"><a href="/categories/vestige/" itemprop="url" title="迹忆">迹忆</a></div>
<div class="inner">
<ul class="posts">
<li><a title="简介" href="/categories/vestige/%E7%AE%80%E4%BB%8B/">简介</a></li>
</ul>
<div class="meta footer">
<span>
<i class="ic i-file"></i>1 个子项,1 篇文章
</span>
</div>
<a href="/categories/vestige/" itemprop="url" title="迹忆" class="btn">more...</a>
</div>
</div>
</section>
<section class="item">
<div class="cover" data-background-image="/resource/cover.jpg">
<h2 class="title">资源</h2>
</div>
<div class="info">
<div class="ribbon"><a href="/categories/resource/" itemprop="url" title="资源">资源</a></div>
<div class="inner">
<ul class="posts">
<li><a title="links" href="/categories/resource/links/">links</a></li>
</ul>
<div class="meta footer">
<span>
<i class="ic i-file"></i>1 个子项,2 篇文章
</span>
</div>
<a href="/categories/resource/" itemprop="url" title="资源" class="btn">more...</a>
</div>
</div>
</section>
<section class="item">
<div class="cover" data-background-image="/procedure/cover.jpg">
<h2 class="title">程序</h2>
</div>
<div class="info">
<div class="ribbon"><a href="/categories/procedure/" itemprop="url" title="程序">程序</a></div>
<div class="inner">
<ul class="posts">
<li><a title="FrontEnd" href="/categories/procedure/FrontEnd/">FrontEnd</a></li>
<li><a title="Git" href="/categories/procedure/Git/">Git</a></li>
<li><a title="GoFilm" href="/categories/procedure/GoFilm/">GoFilm</a></li>
<li><a title="MySQL" href="/categories/procedure/MySQL/">MySQL</a></li>
<li><a title="OS" href="/categories/procedure/OS/">OS</a></li>
<li><a title="hexo" href="/categories/procedure/hexo/">hexo</a></li>
</ul>
<div class="meta footer">
<span>
<i class="ic i-file"></i>8 个子项,13 篇文章
</span>
</div>
<a href="/categories/procedure/" itemprop="url" title="程序" class="btn">more...</a>
</div>
</div>
</section>
</div>
<h2 class="divider">文章列表</h2>
<div class="segments posts">
<article class="item">
<div class="cover">
<a href="/procedure/frames/nginx/BasicConfig/" itemprop="url" title="Nginx 基础配置"><img data-src="https://www.loliapi.com/acg/?429788"></a>
</div>
<div class="info">
<div class="meta">
<span class="item" title="创建时间:2026-04-12 23:55:36">
<span class="icon">
<i class="ic i-calendar"></i>
</span>
<time itemprop="dateCreated datePublished" datetime="2026-04-12T23:55:36+08:00">2026-04-12</time>
</span>
<span class="item" title="本文字数">
<span class="icon">
<i class="ic i-pen"></i>
</span>
<span>7.7k</span>
<span class="text">字</span>
</span>
<span class="item" title="阅读时长">
<span class="icon">
<i class="ic i-clock"></i>
</span>
<span>7 分钟</span>
</span>
</div>
<h3><a href="/procedure/frames/nginx/BasicConfig/" itemprop="url" title="Nginx 基础配置">Nginx 基础配置</a></h3>
<div class="excerpt">
# Nginx 基础配置
# 1. Nginx Docker 启动
# docker run 部署
拉取镜像: docker pull nginx:latest
创建宿主机目录: mkdir -p /opt/nginx/{conf,conf.d,html,logs}
获取 Nginx 默认配置文件
启动临时容器: docker run --name nginx-temp -d nginx:latest
容器内的配置文件和配置目录复制到宿主机
docker cp nginx-temp:/etc/nginx/nginx.conf /opt/nginx/conf/
docker cp...
</div>
<div class="meta footer">
<span>
<a href="/categories/procedure/nginx/" itemprop="url" title="nginx"><i class="ic i-flag"></i>nginx</a>
</span>
</div>
<a href="/procedure/frames/nginx/BasicConfig/" itemprop="url" title="Nginx 基础配置" class="btn">more...</a>
</div>
</article>
<article class="item">
<div class="cover">
<a href="/procedure/application/common/typora/" itemprop="url" title="Typora使用文档"><img data-src="https://www.loliapi.com/acg/?557281"></a>
</div>
<div class="info">
<div class="meta">
<span class="item" title="创建时间:2026-03-25 19:36:00">
<span class="icon">
<i class="ic i-calendar"></i>
</span>
<time itemprop="dateCreated datePublished" datetime="2026-03-25T19:36:00+08:00">2026-03-25</time>
</span>
<span class="item" title="本文字数">
<span class="icon">
<i class="ic i-pen"></i>
</span>
<span>12k</span>
<span class="text">字</span>
</span>
<span class="item" title="阅读时长">
<span class="icon">
<i class="ic i-clock"></i>
</span>
<span>11 分钟</span>
</span>
</div>
<h3><a href="/procedure/application/common/typora/" itemprop="url" title="Typora使用文档">Typora使用文档</a></h3>
<div class="excerpt">
# Typora 文档
# 1.typora 主题
自用主题,基于 typora-purple-theme 主题进行修改
# 1. 主题预览
# 2. 主题文件
将下方内容保存到 xxx.css 文件中
Typora --&gt; 文件 --&gt; 偏好设置 --&gt; 外观 --&gt; 打开主题文件夹,将 xxx.css 移动到文件中
Typora--&gt; 主题,在下拉菜单中选择 xxx 主题
主题背景替换:将文件中的第 123 行 background-image: url('./images/xxx.png');...
</div>
<div class="meta footer">
<span>
<a href="/categories/procedure/typora/" itemprop="url" title="typora"><i class="ic i-flag"></i>typora</a>
</span>
</div>
<a href="/procedure/application/common/typora/" itemprop="url" title="Typora使用文档" class="btn">more...</a>
</div>
</article>
<article class="item">
<div class="cover">
<a href="/vestige/about/Summary/" itemprop="url" title="网站简介"><img data-src="https://www.loliapi.com/acg/?77491"></a>
</div>
<div class="info">
<div class="meta">
<span class="item" title="创建时间:2026-03-18 21:30:25">
<span class="icon">
<i class="ic i-calendar"></i>
</span>
<time itemprop="dateCreated datePublished" datetime="2026-03-18T21:30:25+08:00">2026-03-18</time>
</span>
<span class="item" title="本文字数">
<span class="icon">
<i class="ic i-pen"></i>
</span>
<span>620</span>
<span class="text">字</span>
</span>
<span class="item" title="阅读时长">
<span class="icon">
<i class="ic i-clock"></i>
</span>
<span>1 分钟</span>
</span>
</div>
<h3><a href="/vestige/about/Summary/" itemprop="url" title="网站简介">网站简介</a></h3>
<div class="excerpt">
# ☀️新手小白博主
喜欢有条理和逻辑的行为,对于无法证实的高谈阔论不感冒,不喜画饼行为.
初入职场的新手小白,对 web前端 , javaWeb , Golang 等方向较感兴趣.
喜欢编程,因为网络能接触到很多新的事物,而对网络的深入始于对编程的认知.
不喜欢被认知局限束缚的感觉,好奇想去了解未知,沉迷探索未知,自由地随心而为.
# 🌟博客简介
始于 2022 MuBai Boat 用于记录学习,
于 2026 重构,(吐槽一下三星硬盘,一年多就损坏了导致源数据丢失)
静态生成 Hexo
文档渲染 Markdown-it
主题样式 霜月琉璃开源的 shoka 主题
部署于...
</div>
<div class="meta footer">
<span>
<a href="/categories/vestige/%E7%AE%80%E4%BB%8B/" itemprop="url" title="简介"><i class="ic i-flag"></i>简介</a>
</span>
</div>
<a href="/vestige/about/Summary/" itemprop="url" title="网站简介" class="btn">more...</a>
</div>
</article>
<article class="item">
<div class="cover">
<a href="/resource/links/friends/" itemprop="url" title="友情链接"><img data-src="https://www.loliapi.com/acg/?535514"></a>
</div>
<div class="info">
<div class="meta">
<span class="item" title="创建时间:2026-03-18 21:30:25">
<span class="icon">
<i class="ic i-calendar"></i>
</span>
<time itemprop="dateCreated datePublished" datetime="2026-03-18T21:30:25+08:00">2026-03-18</time>
</span>
<span class="item" title="本文字数">
<span class="icon">
<i class="ic i-pen"></i>
</span>
<span>1.3k</span>
<span class="text">字</span>
</span>
<span class="item" title="阅读时长">
<span class="icon">
<i class="ic i-clock"></i>
</span>
<span>1 分钟</span>
</span>
</div>
<h3><a href="/resource/links/friends/" itemprop="url" title="友情链接">友情链接</a></h3>
<div class="excerpt">
# 本站信息
站名: MuBai Boat
站长: MuBai
地址:点击前往
标志:
简介: 随心笔录 &amp; 知识存档
# 友链申请
添加本站后,在本页留言,格式如下
# 本站链接- site: MuBai Boat owner: MuBai url: https://blog.mubai.link/ desc: 随心笔录 &amp; 知识存档 image: https://mubai-static.oss-cn-shanghai.aliyuncs.com/BackGround/photo01.jpg color: "#0099CC" #...
</div>
<div class="meta footer">
<span>
<a href="/categories/resource/links/" itemprop="url" title="links"><i class="ic i-flag"></i>links</a>
</span>
</div>
<a href="/resource/links/friends/" itemprop="url" title="友情链接" class="btn">more...</a>
</div>
</article>
<article class="item">
<div class="cover">
<a href="/pdl/GoLang/GoLang%E5%9F%BA%E7%A1%80%E6%8B%93%E5%B1%95/" itemprop="url" title="GoLang冷知识"><img data-src="https://www.loliapi.com/acg/?414229"></a>
</div>
<div class="info">
<div class="meta">
<span class="item" title="创建时间:2026-03-18 21:30:25">
<span class="icon">
<i class="ic i-calendar"></i>
</span>
<time itemprop="dateCreated datePublished" datetime="2026-03-18T21:30:25+08:00">2026-03-18</time>
</span>
<span class="item" title="本文字数">
<span class="icon">
<i class="ic i-pen"></i>
</span>
<span>2.2k</span>
<span class="text">字</span>
</span>
<span class="item" title="阅读时长">
<span class="icon">
<i class="ic i-clock"></i>
</span>
<span>2 分钟</span>
</span>
</div>
<h3><a href="/pdl/GoLang/GoLang%E5%9F%BA%E7%A1%80%E6%8B%93%E5%B1%95/" itemprop="url" title="GoLang冷知识">GoLang冷知识</a></h3>
<div class="excerpt">
# GoLang 冷知识
# Go 运算符相关知识
# 1. 运算符优先级
运算符有不同的优先级,优先级就是表达式运算中的运算顺序
如下表格中上方的优先级优先于下方运算符
只有单目运算符,赋值运算符是从右向左运算的
运算符有限顺序大致为:
括号,++, --
单目运算符
算术运算符
移位运算
关系运算符
位运算符
逻辑运算符
赋值运算符
逗号
分类
描述
关联性
后缀
( ) [] -&gt; . ++ --
左到右
单目
+ - !~ (type) * &amp; sizeOf
右到左
乘法
* / %
左到右
加法
+...
</div>
<div class="meta footer">
<span>
<a href="/categories/pdl/GoLang/" itemprop="url" title="GoLang"><i class="ic i-flag"></i>GoLang</a>
</span>
</div>
<a href="/pdl/GoLang/GoLang%E5%9F%BA%E7%A1%80%E6%8B%93%E5%B1%95/" itemprop="url" title="GoLang冷知识" class="btn">more...</a>
</div>
</article>
</div>
</div>
<nav class="pagination">
<div class="inner">
<span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><span class="space">…</span><a class="page-number" href="/page/6/">6</a><a class="extend next" rel="next" href="/page/2/"><i class="ic i-angle-right" aria-label="下一页"></i></a>
</div>
</nav>
</div>
<div id="sidebar">
<div class="inner">
<div class="panels">
<div class="inner">
<div class="contents panel pjax" data-title="文章目录">
</div>
<div class="related panel pjax" data-title="系列文章">
</div>
<div class="overview panel" data-title="站点概览">
<div class="author" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="image" itemprop="image" alt="MuBai"
data-src="/images/avatar.jpg">
<p class="name" itemprop="name">MuBai</p>
<div class="description" itemprop="description">随心笔录 & 知识存档</div>
</div>
<nav class="state">
<div class="item posts">
<a href="/archives/">
<span class="count">27</span>
<span class="name">文章</span>
</a>
</div>
<div class="item categories">
<a href="/categories/">
<span class="count">19</span>
<span class="name">分类</span>
</a>
</div>
<div class="item tags">
<a href="/tags/">
<span class="count">18</span>
<span class="name">标签</span>
</a>
</div>
</nav>
<div class="social">
<span class="exturl item github" data-url="aHR0cHM6Ly9naXRodWIuY29tL1Byb3VkTXVCYWk=" title="https://github.com/ProudMuBai"><i class="ic i-github"></i></span>
<span class="exturl item twitter" data-url="aHR0cHM6Ly94LmNvbS9NdUJhaWVtbQ==" title="https://x.com/MuBaiemm"><i class="ic i-twitter"></i></span>
<span class="exturl item telegram" data-url="aHR0cHM6Ly90Lm1lL011QmFpQ3M=" title="https://t.me/MuBaiCs"><i class="ic i-telegram"></i></span>
</div>
<ul class="menu">
<li class="item">
<a href="/" rel="section"><i class="ic i-home"></i>首页</a>
</li>
<li class="item dropdown">
<a href="javascript:void(0);"><i class="ic i-feather"></i>文章</a>
<ul class="submenu">
<li class="item">
<a href="/archives/" rel="section"><i class="ic i-list-alt"></i>归档</a>
</li>
<li class="item">
<a href="/categories/" rel="section"><i class="ic i-th"></i>分类</a>
</li>
<li class="item">
<a href="/tags/" rel="section"><i class="ic i-tags"></i>标签</a>
</li>
</ul>
<li class="item">
<a href="/vestige/about/Summary/" rel="section"><i class="ic i-user"></i>关于</a>
</li>
<li class="item">
<a href="/resource/links/friends/" rel="section"><i class="ic i-heart"></i>友链</a>
</li>
<li class="item">
<a href="/resource/links/resource-navigation/" rel="section"><i class="ic i-magic"></i>工具</a>
</li>
</ul>
</div>
</div>
</div>
<ul id="quick">
<li class="prev pjax">
</li>
<li class="up"><i class="ic i-arrow-up"></i></li>
<li class="down"><i class="ic i-arrow-down"></i></li>
<li class="next pjax">
<a href="/page/2/" rel="next" title="下一篇"><i class="ic i-chevron-right"></i></a>
</li>
<li class="percent"></li>
</ul>
</div>
</div>
<div class="dimmer"></div>
</div>
</main>
<footer id="footer">
<div class="inner">
<div class="widgets">
<div class="rpost pjax">
<h2>随机文章</h2>
<ul>
<li class="item">
<div class="breadcrumb">
<a href="/categories/procedure/" title="分类于 程序">程序</a>
<i class="ic i-angle-right"></i>
<a href="/categories/procedure/FrontEnd/" title="分类于 FrontEnd">FrontEnd</a>
</div>
<span><a href="/pdl/NodeJs/FrontEnd/webKnowLedge/" title="前端基础知识">前端基础知识</a></span>
</li>
<li class="item">
<div class="breadcrumb">
<a href="/categories/procedure/" title="分类于 程序">程序</a>
<i class="ic i-angle-right"></i>
<a href="/categories/procedure/hexo/" title="分类于 hexo">hexo</a>
</div>
<span><a href="/procedure/application/hexo/hexo-config-doc/" title="Hexo使用手册">Hexo使用手册</a></span>
</li>
<li class="item">
<div class="breadcrumb">
<a href="/categories/pdl/" title="分类于 编程">编程</a>
</div>
<span><a href="/pdl/NodeJs/Vue/Axios/" title="Axios用法及配置">Axios用法及配置</a></span>
</li>
<li class="item">
<div class="breadcrumb">
<a href="/categories/pdl/" title="分类于 编程">编程</a>
<i class="ic i-angle-right"></i>
<a href="/categories/pdl/GoLang/" title="分类于 GoLang">GoLang</a>
</div>
<span><a href="/pdl/GoLang/GoLang%E5%9F%BA%E7%A1%80%E6%8B%93%E5%B1%95/" title="GoLang冷知识">GoLang冷知识</a></span>
</li>
<li class="item">
<div class="breadcrumb">
<a href="/categories/procedure/" title="分类于 程序">程序</a>
<i class="ic i-angle-right"></i>
<a href="/categories/procedure/Git/" title="分类于 Git">Git</a>
</div>
<span><a href="/procedure/frames/git/Git/" title="Git常用指令">Git常用指令</a></span>
</li>
<li class="item">
<div class="breadcrumb">
<a href="/categories/procedure/" title="分类于 程序">程序</a>
<i class="ic i-angle-right"></i>
<a href="/categories/procedure/hexo/" title="分类于 hexo">hexo</a>
<i class="ic i-angle-right"></i>
<a href="/categories/procedure/hexo/Theme-Shoka-Documentation/" title="分类于 Theme Shoka Documentation">Theme Shoka Documentation</a>
</div>
<span><a href="/procedure/application/hexo/shoka/dependents/" title="Step.1 依赖插件">Step.1 依赖插件</a></span>
</li>
<li class="item">
<div class="breadcrumb">
<a href="/categories/procedure/" title="分类于 程序">程序</a>
<i class="ic i-angle-right"></i>
<a href="/categories/procedure/OS/" title="分类于 OS">OS</a>
</div>
<span><a href="/procedure/frames/os/linux/" title="Liux">Liux</a></span>
</li>
<li class="item">
<div class="breadcrumb">
<a href="/categories/pdl/" title="分类于 编程">编程</a>
<i class="ic i-angle-right"></i>
<a href="/categories/pdl/Vue/" title="分类于 Vue">Vue</a>
</div>
<span><a href="/pdl/NodeJs/Vue/vue3/" title="Vue3语法变化">Vue3语法变化</a></span>
</li>
<li class="item">
<div class="breadcrumb">
<a href="/categories/pdl/" title="分类于 编程">编程</a>
<i class="ic i-angle-right"></i>
<a href="/categories/pdl/Vue/" title="分类于 Vue">Vue</a>
</div>
<span><a href="/pdl/NodeJs/Vue/vite/" title="Vite入门">Vite入门</a></span>
</li>
<li class="item">
<div class="breadcrumb">
<a href="/categories/pdl/" title="分类于 编程">编程</a>
<i class="ic i-angle-right"></i>
<a href="/categories/pdl/GoLang/" title="分类于 GoLang">GoLang</a>
</div>
<span><a href="/pdl/GoLang/GoLang%E6%8B%93%E5%B1%95/" title="GoLang入门笔记(下)">GoLang入门笔记(下)</a></span>
</li>
</ul>
</div>
<div>
<h2>最新评论</h2>
<ul id="waline-recent"></ul>
</div>
</div>
<div class="status">
<div class="copyright">
©
<span itemprop="copyrightYear">2026</span>
<span class="with-love">
<i class="ic i-sakura rotate"></i>
</span>
<span class="author" itemprop="copyrightHolder">MuBai @ MuBai Boat</span>
</div>
<div class="count">
<span class="post-meta-item-icon">
<i class="ic i-chart-area"></i>
</span>
<span title="站点总字数">333k 字</span>
<span class="post-meta-item-icon">
<i class="ic i-coffee"></i>
</span>
<span title="站点阅读时长">5:03</span>
</div>
</div>
</div>
</footer>
</div>
<script data-config type="text/javascript">
var LOCAL = {
path: '',
favicon: {
show: "(*^▽^*)",
hide: "o(╥﹏╥)o"
},
search : {
placeholder: "文章搜索",
empty: "关于 「 ${query} 」,什么也没搜到",
stats: "${time} ms 内找到 ${hits} 条结果"
},
waline: true,fancybox: true,
copyright: '复制成功,转载请遵守 <i class="ic i-creative-commons"></i>BY-NC-SA 协议。',
ignores : [
function(uri) {
return uri.includes('#');
},
function(uri) {
return new RegExp(LOCAL.path+"$").test(uri);
}
]
};
</script>
<script src="https://unpkg.com/pace-js@1.0.2/pace.min.js"></script><script src="https://unpkg.com/pjax@0.2.8/pjax.min.js"></script><script src="https://unpkg.com/whatwg-fetch@3.4.0/dist/fetch.umd.min.js"></script><script src="https://unpkg.com/animejs@3.2.0/lib/anime.min.js"></script><script src="https://unpkg.com/algoliasearch@4/dist/algoliasearch-lite.umd.js"></script><script src="https://unpkg.com/instantsearch.js@4/dist/instantsearch.production.min.js"></script><script src="https://unpkg.com/lozad@1/dist/lozad.min.js"></script><script src="https://unpkg.com/quicklink@2/dist/quicklink.umd.js"></script>
<script src="/js/app.js?v=0.2.5"></script>
</body>
</html>