-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
587 lines (466 loc) · 25.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="Dawnbeam">
<meta name="description" content="在写了在写了">
<title>Dawnbeam‘s Cyberhome</title>
<!-- inject:style -->
<link href="/css/style.css" rel="stylesheet" type="text/css">
<!-- endinject -->
<style>
.cube-loading {
top: 0;
position: fixed;
width: 100%;
height: 100%;
background: url('/images/lg/loading.gif') no-repeat center center;
background-color: rgba(0,0,0,.7);
}
.cube-loading.out {
display: none;
}
.cube-loading:before {
display: block;
content: 'Loading';
position: relative;
width: 100%;
top: 50%;
right: -50%;
color: #fff;
}
@media(max-width: 768px) {
.cube-loading:before {
font-size: 1.2em;
transform: translate(-24px,20px);
-webkit-transform: translate(-24px,20px);
-o-transform: translate(-24px,20px);
-ms-transform: translate(-24px,20px);
}
}
@media(min-width: 768px) {
.cube-loading:before {
}
}
</style>
<meta name="generator" content="Hexo 6.3.0"></head>
<body>
<div class="cube-body">
<nav id="cube-top-memu" class="cube-menu">
<ul class="cube-menu-collapse">
<li>
<i class="cube-icon cube-icon-home" aria-hidden="true"></i>
<a href="/">首页</a>
</li>
<li>
<i class="cube-icon cube-icon-archive" aria-hidden="true"></i>
<a href="/archives">归档</a>
</li>
<li>
<i class="cube-icon cube-icon-categories" aria-hidden="true"></i>
<a href="/categories">分类</a>
</li>
<li>
<i class="cube-icon cube-icon-tags" aria-hidden="true"></i>
<a href="/tags">标签</a>
</li>
<li>
<i class="cube-icon cube-icon-about" aria-hidden="true"></i>
<a target="_blank" rel="noopener" href="https://github.com/XiaoLiang2333">关于我</a>
</li>
</ul>
</nav>
<nav class="cube-side-menu" id="cube-side-menu">
<ul class="cube-menu-list">
<li>
<a class="lrc-control">Open Lyrics</a>
</li>
<li>
<a class="scroll-to-top">Top</a>
</li>
</ul>
</nav>
<header class="cube-header" id="cube-header">
<img src=" images/background.png " alt="头部背景图片">
<div class="cube-type">
<span class="cube-typed-title">Dawnbeam's Blog</span>
<span class="cube-typed-cursor">|</span>
</div>
</header>
<style>
nav.cube-menu:before {
content: '';
visibility: hidden;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 44px;
filter: blur(5px);
-webkit-filter: blur(5px);
z-index: -1;
background-image: url('/images/background.png');
background-repeat: no-repeat;
background-position: center -356px;
background-size: cover;
background-color: transparent;
}
header.cube-background.cube-header-background {
visibility: hidden;
background-image: url('/images/background.png');
background-position: center -400px;
}
</style>
<header class="cube-background cube-header-background">
<div class="cube-type">
<span class="cube-typed-title">Dawnbeam's Blog</span>
<span class="cube-typed-cursor">|</span>
</div>
</header>
<div class="load-header-background"></div>
<script>
(function (window) {
window.headerModule = {}
window.headerModule.image = {
width: '2048',
height: '1008'
}
})(window)
</script>
<div class="cube-content">
<div class="cube-left">
<div class="cube-excerpt" id="cube-excerpt-">
<header class="cube-excerpt-header">
<h1><a href="/post/%E4%B8%8A%E6%B5%B7%E5%BF%85%E6%9C%89%E5%9B%9E%E5%93%8D%E6%99%BA%E8%83%BD%E7%A7%91%E6%8A%80%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8-%E5%9F%BA%E7%A1%80%E8%BF%90%E7%BB%B4%E5%AE%9E%E4%B9%A0%E7%94%9F-%E4%B8%80%E9%9D%A2%E9%9D%A2%E7%BB%8F.html"></a></h1>
<div class="cube-excerpt-header-msg">
<div class="cube-excerpt-date">
<i class="cube-icon cube-icon-date" aria-hidden="true"></i>
2024-08-15
</div>
<div class="cube-excerpt-tags">
<i class="cube-icon cube-icon-tag" aria-hidden="true"></i>
</div>
</div>
</header>
<article class="cube-excerpt-entry cube-markdown">
<h1 id="上海必有回响智能科技有限公司-基础运维实习生-一面面经"><a href="#上海必有回响智能科技有限公司-基础运维实习生-一面面经" class="headerlink" title="上海必有回响智能科技有限公司-基础运维实习生-一面面经"></a>上海必有回响智能科技有限公司-基础运维实习生-一面面经</h1><p>和面试官聊的很开心(目前见到的面试官好像人都很友善),没考算法,难度相比昨天骤降,问的问题也与简历相关性更高</p>
<p>拷打:</p>
<ol>
<li>介绍</li>
<li>为什么想这么早实习</li>
<li>开源经历(这次问的比较深,甚至捉了个虫)</li>
<li>K8S架构,组件</li>
<li>etcd选举,一致性,在K8S集群中的作用</li>
<li>K8S Resource limit</li>
<li>K8S Service</li>
<li>K8S存储(emptyDir,hostPath,PV,PVC,StorageClass,CSI)</li>
<li>K8S网络(Flannel,Calico)</li>
<li>POD调度(亲和 污点 容忍度,nodeSelector,scheduler)</li>
<li>Prometheus 监控(问的好像是Counter和Gauge区别?我没太听清也不了解)</li>
<li>如何排查Linux宿主机CPU,GPU,内存过高问题</li>
</ol>
<p>还有些问题忘了,录像不知道为什么突然退出。。。</p>
<hr>
<p>反问:</p>
<ol>
<li><p>贵司业务</p>
</li>
<li><p>表现如何,有哪些需要提升改进的地方</p>
</li>
</ol>
<hr>
<p>Update:打电话了,周五上午11.HR面</p>
</article>
<footer class="cube-excerpt-footer">
<a class="cube-excerpt-more" href="/post/%E4%B8%8A%E6%B5%B7%E5%BF%85%E6%9C%89%E5%9B%9E%E5%93%8D%E6%99%BA%E8%83%BD%E7%A7%91%E6%8A%80%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8-%E5%9F%BA%E7%A1%80%E8%BF%90%E7%BB%B4%E5%AE%9E%E4%B9%A0%E7%94%9F-%E4%B8%80%E9%9D%A2%E9%9D%A2%E7%BB%8F.html">Read More</a>
</footer>
</div>
<div class="cube-excerpt" id="cube-excerpt-">
<header class="cube-excerpt-header">
<h1><a href="/post/%E6%95%B0%E5%AD%97%E8%BF%9C%E5%85%89%E7%81%AF%E7%A7%91%E6%8A%80-SRE%E5%B2%97-%E4%B8%80%E9%9D%A2%E5%87%89%E7%BB%8F.html"></a></h1>
<div class="cube-excerpt-header-msg">
<div class="cube-excerpt-date">
<i class="cube-icon cube-icon-date" aria-hidden="true"></i>
2024-08-14
</div>
<div class="cube-excerpt-tags">
<i class="cube-icon cube-icon-tag" aria-hidden="true"></i>
</div>
</div>
</header>
<article class="cube-excerpt-entry cube-markdown">
<h1 id="数字远光灯科技-SRE岗-一面凉经"><a href="#数字远光灯科技-SRE岗-一面凉经" class="headerlink" title="数字远光灯科技-SRE岗-一面凉经"></a>数字远光灯科技-SRE岗-一面凉经</h1><p>面试官同样人很好,拷打的很全面。反问环节被面试官评价为基础有待加强,可以肯定凉了</p>
<p>拷打:</p>
<ol>
<li><p>介绍</p>
</li>
<li><p>项目经历</p>
</li>
<li><p>开源经历</p>
</li>
<li><p>K8S部署时的流程</p>
</li>
<li><p>监控</p>
</li>
<li><p>计网:IP,网关,子网掩码</p>
</li>
<li><p>etcd与zookeeper原理,差异</p>
</li>
<li><p>Linux文件系统</p>
</li>
<li><p>Redis数据结构,网络模型,线程模型,持久化方式,是否会OOM?</p>
</li>
<li><p>epoll</p>
</li>
<li><p>B+树</p>
</li>
<li><p>KV数据库的优点</p>
</li>
<li><p>如果让你来设计一款KV数据库,你如何做</p>
</li>
<li><p>Raft协议,投票时可能会出现什么问题?投票有无顺序?</p>
</li>
<li><p>这些web后端工具是怎么了解到的,有做过类似的项目?</p>
</li>
<li><p>Hertz有没有遇到过超时问题</p>
</li>
<li><p>还了解过其他数据库没有,关系型的</p>
</li>
<li><p>算法:</p>
<figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br></pre></td><td class="code"><pre><span class="line">/**Q: 有一组字符串数组,需要将字母异位词组合起来,可以按任意顺序返回结果列表</span><br><span class="line">输入: strs = ["eat", "tea", "tan", "ate", "nat", "bat"]</span><br><span class="line">输出: [ ["bat"], ["nat","tan"], ["ate","eat","tea"] ]</span><br><span class="line">*/</span><br></pre></td></tr></table></figure></li>
</ol>
</article>
<footer class="cube-excerpt-footer">
<a class="cube-excerpt-more" href="/post/%E6%95%B0%E5%AD%97%E8%BF%9C%E5%85%89%E7%81%AF%E7%A7%91%E6%8A%80-SRE%E5%B2%97-%E4%B8%80%E9%9D%A2%E5%87%89%E7%BB%8F.html">Read More</a>
</footer>
</div>
<div class="cube-excerpt" id="cube-excerpt-">
<header class="cube-excerpt-header">
<h1><a href="/post/%E9%9D%A2%E8%AF%95%E7%BB%8F%E5%8E%86-%E5%BD%B1%E7%9F%B3insta360-DevOps%E6%97%A5%E5%B8%B8%E5%AE%9E%E4%B9%A0.html"></a></h1>
<div class="cube-excerpt-header-msg">
<div class="cube-excerpt-date">
<i class="cube-icon cube-icon-date" aria-hidden="true"></i>
2024-08-13
</div>
<div class="cube-excerpt-tags">
<i class="cube-icon cube-icon-tag" aria-hidden="true"></i>
</div>
</div>
</header>
<article class="cube-excerpt-entry cube-markdown">
<h1 id="面试经历-影石insta360-DevOps日常实习"><a href="#面试经历-影石insta360-DevOps日常实习" class="headerlink" title="面试经历-影石insta360-DevOps日常实习"></a>面试经历-影石insta360-DevOps日常实习</h1><p>面试官人很和善,没考八股没考算法,但是开源经历和项目经历都没问,20分钟就把我处理完了,我直接被闪电战打懵</p>
<p>拷打:</p>
<ol>
<li>自我介绍</li>
<li>GMP模型及原理</li>
<li>使用Goroutine并发写100之和</li>
<li>场景题:现有三个服务于K8S集群中,需要做这三个服务的点击量收集,并且根据点击量识别异常以及即时联系方式告警</li>
<li>容器 Dockerfile Pod三个概念的联系与区别</li>
<li>Rust Java Go这三者内存管理上的区别</li>
<li>Git冲突是怎么回事,怎么解决</li>
<li>Redis的持久化方式及优缺点</li>
<li>是否了解Web开发,前端后端都写?用过哪些后端工具?</li>
<li>怎么理解DevOps</li>
</ol>
<p>反问:</p>
<ol>
<li>贵司DevOps业务有哪些?</li>
<li>为什么没问项目和开源经历?</li>
<li>觉得我还有哪些提升的?</li>
</ol>
</article>
<footer class="cube-excerpt-footer">
<a class="cube-excerpt-more" href="/post/%E9%9D%A2%E8%AF%95%E7%BB%8F%E5%8E%86-%E5%BD%B1%E7%9F%B3insta360-DevOps%E6%97%A5%E5%B8%B8%E5%AE%9E%E4%B9%A0.html">Read More</a>
</footer>
</div>
<div class="cube-excerpt" id="cube-excerpt-如何使用Hexo框架搭载并部署一个属于自己的静态博客网站">
<header class="cube-excerpt-header">
<h1><a href="/post/Build%20your%20personal%20Blog%20website.html">如何使用Hexo框架搭载并部署一个属于自己的静态博客网站</a></h1>
<div class="cube-excerpt-header-msg">
<div class="cube-excerpt-date">
<i class="cube-icon cube-icon-date" aria-hidden="true"></i>
2023-05-23
</div>
<div class="cube-excerpt-tags">
<i class="cube-icon cube-icon-tag" aria-hidden="true"></i>
</div>
</div>
</header>
<article class="cube-excerpt-entry cube-markdown">
<h2 id="提前准备:"><a href="#提前准备:" class="headerlink" title="提前准备:"></a>提前准备:</h2><ol>
<li>一个github账号</li>
<li>安装并对<a target="_blank" rel="noopener" href="http://git-scm.com/">git</a> 有一点小了解</li>
<li>安装<a target="_blank" rel="noopener" href="http://nodejs.org/">Node.js</a></li>
<li>学会使用bing自己解决问题</li>
</ol>
<h1 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h1><h2 id="安装Hexo"><a href="#安装Hexo" class="headerlink" title="安装Hexo"></a>安装Hexo</h2><p>使用Powershell/git bash/cmd ···<br>输入:</p>
<figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">npm install -g hexo-cli</span><br></pre></td></tr></table></figure>
<h2 id="初始化Hexo"><a href="#初始化Hexo" class="headerlink" title="初始化Hexo"></a>初始化Hexo</h2><p>安装 Hexo 完成后,请执行下列命令,Hexo 将会在指定文件夹中新建所需要的文件。</p>
<figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br></pre></td><td class="code"><pre><span class="line">hexo init <folder> </span><br><span class="line">cd <folder></span><br><span class="line">npm install</span><br></pre></td></tr></table></figure>
<p><code><folder></code>替换为你想要存储博客文件的文件夹名。 </p>
<p>新建完成后,指定文件夹的目录如下:</p>
<figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br></pre></td><td class="code"><pre><span class="line">.</span><br><span class="line">├── _config.yml</span><br><span class="line">├── package.json</span><br><span class="line">├── scaffolds</span><br><span class="line">├── source</span><br><span class="line">| ├── _drafts</span><br><span class="line">| └── _posts</span><br><span class="line">└── themes</span><br></pre></td></tr></table></figure>
<p>其中<code>_config.yml</code>文件是我们建站、部署博客需要经常用到的,其他文件的请详情参考<a target="_blank" rel="noopener" href="https://hexo.io/zh-cn/docs/">Hexo官方文档</a></p>
<h2 id="配置博客"><a href="#配置博客" class="headerlink" title="配置博客"></a>配置博客</h2><p><code>_config.yml</code>文件中,有关于网站的配置条目如下:</p>
<figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br></pre></td><td class="code"><pre><span class="line">title: 你个人博客的标题</span><br><span class="line">subtitle: 你个人博客的子标题</span><br><span class="line">description: 你个人博客的简述</span><br><span class="line">keywords: 你个人博客的关键词</span><br><span class="line">author: 你的名字</span><br><span class="line">language: 语言</span><br><span class="line">timezone: 时区</span><br></pre></td></tr></table></figure>
<p>简单配置完之后,我们就可以开始将博客部署到github上了。</p>
<h2 id="部署博客"><a href="#部署博客" class="headerlink" title="部署博客"></a>部署博客</h2><ol>
<li>新建一个用于储存你博客网站源代码的仓库,仓库名必须为<code>你的github名</code>.github.io(建议设置为公开)</li>
<li>使用git bash输入命令<code>cd <folder></code>进入到博客文件夹,输入命令<code>npm install hexo-deployer-git --save</code>安装 <a target="_blank" rel="noopener" href="https://github.com/hexojs/hexo-deployer-git">hexo-deployer-git</a></li>
<li>修改博客配置文件<code>_config.yml</code>,最下文deploy行:<figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br></pre></td><td class="code"><pre><span class="line">deploy:</span><br><span class="line"> type: git</span><br><span class="line"> repo: [repository url]刚刚新建的仓库地址</span><br><span class="line"> branch: [branch](通常为main)</span><br><span class="line"> message: [message]</span><br></pre></td></tr></table></figure>
(若没有<code>repo</code>、<code>branch</code>等行请自行添加)</li>
<li>执行 hexo clean && hexo deploy,生成站点文件并推送至远程库。<br>(如果遇到网络问题导致推送失败,请设置git代理,以<code>clash</code>为例,git bash中输入命令:<br> <code>git config --global https.proxy https://127.0.0.1:7890</code> //7890为<code>clash</code>默认端口)</li>
<li>设置github pages:进入刚新建的仓库,-<code>settings</code> -<code>Pages</code>,将默认分支设置为_config.yml配置中的分支名称(通常是main)。<br>稍等片刻,即可以通过<code>你的github名</code>.github.io`访问你的个人博客了!</li>
</ol>
<h2 id="以上,你便成功的在github上部署好了自己的个人博客网站,快去写你自己的第一篇博客吧!"><a href="#以上,你便成功的在github上部署好了自己的个人博客网站,快去写你自己的第一篇博客吧!" class="headerlink" title="以上,你便成功的在github上部署好了自己的个人博客网站,快去写你自己的第一篇博客吧!"></a>以上,你便成功的在github上部署好了自己的个人博客网站,快去写你自己的第一篇博客吧!</h2>
</article>
<footer class="cube-excerpt-footer">
<a class="cube-excerpt-more" href="/post/Build%20your%20personal%20Blog%20website.html">Read More</a>
</footer>
</div>
<ul class="cube-pagination cube-pagination-6">
<li class="cube-pagination-prev disabled">
<span>« Prev</span>
</li>
<li class="cube-pagination-index disabled">
<span>1</span>
</li>
<li class="cube-pagination-next disabled">
<span>Next »</span>
</li>
</ul>
<!--其他组件后续添加-->
</div>
<div class="cube-right">
<div class="cube-search cube-sidebar" id="cube-search">
<div class="search-container">
<input type="text" placeholder="Search" class="cube-search-input" id="cube-search-input">
<i class="cube-icon cube-icon-search cube-search-submit" aria-hidden="true"></i>
</div>
<!-- TODO 通过给window赋一个全局变量,通过脚本赋值 -->
</div>
<script>
(function (window) {
'use strict';
window.searchModule = {}
window.searchModule.JSONUrl = '/content.json'
window.searchModule.rootUrl = '/'
})(window)
</script>
<div class="cube-search-form">
<div class="cube-search-control">
<input type="text" placeholder="Search" class="search-input">
<a class="close-button">
<i class="cube-icon cube-close" aria-hidden="true"></i>
</a>
</div>
<div class="cube-search-result"></div>
</div>
<div class="cube-author cube-sidebar" id="cube-author">
<span>Dawnbeam</span>
<a title="在写了在写了">在写了在写了</a>
<div class="count">
<a class="count articles"><span>4</span>Article</a>
<a class="count tags"><span>0</span>Tags</a>
<a class="count categories"><span>0</span>Categories</a>
</div>
</div>
<div class="cube-music cube-sidebar" id="cube-music">
<div class="cube-player aplayer" id="cube-player"></div>
</div>
<script>
(function (window) {
window.musicModule = {}
window.musicModule.musicConfig = '{"narrow":false,"autoplay":true,"showlrc":3,"theme":"#b7daff","mutex":true,"mode":"circulation","preload":"auto","listmaxheight":"513px","music":[{"title":"夏恋","author":"Otokaze","url":"https://music.163.com/song/media/outer/url?id=493911.mp3","pic":"https://p2.music.126.net/5gNt0nW6l-2hSAtJAnaNCw==/4450823069239492.jpg?param=130y130"},{"title":"Avid","author":"SawanoHiroyuki[nZk] / 瑞葵(mizuki)","url":"https://music.163.com/song/media/outer/url?id=1862822901.mp3","pic":"https://p1.music.126.net/oV0XyFTXoSO_ZViai_KuYg==/109951166198105959.jpg?param=130y130"},{"title":"初音ミク - 妄想感傷代償連盟(六人唱见双声道/ShakingHigh Remix)","author":"ShakingHigh / 熊子 / 晓月亨 / 雪霏岚岚 / 梅洛Mello / 冬名 / Miku","url":"https://music.163.com/song/media/outer/url?id=492190182.mp3","pic":"https://p1.music.126.net/Lqy8E3EdhrsUW1wls-u6RQ==/109951162980401984.jpg?param=130y130"}]}'
window.musicModule.lrcConfig = {
open: 'Open Lyrics',
close: 'Close Lyrics'
}
})(window)
</script>
<div class="cube-recent-posts cube-sidebar" id="cube-recent-posts">
<div class="title">
<a>Recent Posts</a>
</div>
<ul class="list">
<li>
<!-- TODO 如果文章要显示图片,那么在front-matter上添加preview属性(url or path) -->
<div class="normal">
<p class="index first">
<span>1</span>
</p>
<p class="title">
<a href="/post/%E4%B8%8A%E6%B5%B7%E5%BF%85%E6%9C%89%E5%9B%9E%E5%93%8D%E6%99%BA%E8%83%BD%E7%A7%91%E6%8A%80%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8-%E5%9F%BA%E7%A1%80%E8%BF%90%E7%BB%B4%E5%AE%9E%E4%B9%A0%E7%94%9F-%E4%B8%80%E9%9D%A2%E9%9D%A2%E7%BB%8F.html" title=""></a>
</p>
</div>
</li>
<li>
<div class="normal">
<p class="index">
<span>2</span>
</p>
<p class="title">
<a href="/post/%E6%95%B0%E5%AD%97%E8%BF%9C%E5%85%89%E7%81%AF%E7%A7%91%E6%8A%80-SRE%E5%B2%97-%E4%B8%80%E9%9D%A2%E5%87%89%E7%BB%8F.html" title=""></a>
</p>
</div>
</li>
<li>
<div class="normal">
<p class="index">
<span>3</span>
</p>
<p class="title">
<a href="/post/%E9%9D%A2%E8%AF%95%E7%BB%8F%E5%8E%86-%E5%BD%B1%E7%9F%B3insta360-DevOps%E6%97%A5%E5%B8%B8%E5%AE%9E%E4%B9%A0.html" title=""></a>
</p>
</div>
</li>
<li>
<div class="normal">
<p class="index">
<span>4</span>
</p>
<p class="title">
<a href="/post/Build%20your%20personal%20Blog%20website.html" title="如何使用Hexo框架搭载并部署一个属于自己的静态博客网站">如何使用Hexo框架搭载并部署一个属于自己的静态博客网站</a>
</p>
</div>
</li>
</ul>
</div>
<div class="cube-links cube-sidebar" id="cube-links">
<div class="title">
<a>Links</a>
</div>
<ul class="list">
<li>
<img src="https://cube-1252774894.cosgz.myqcloud.com/links/GitHub.png">
<a href="https://github.com/XiaoLiang2333" target="_blank">GitHub</a>
</li>
</ul>
</div>
<div class="cube-friend-links cube-sidebar" id="cube-friend-links">
<div class="title">
<a>Friend Links</a>
</div>
<ul class="list">
<li>
<!-- TODO change avatar.png to friend.png-->
<img src="https://my.minecraft.kim/avatar.png">
<a href="https://www.minecraft.kim/" target="_blank">HikariLan贺兰星辰</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<footer class="cube-footer">
© 2017 Dawnbeam
<br>
Powered by <a href="https://hexo.io/" target="_blank">Hexo</a>. Theme by <a href="https://github.com/ZEROKISEKI" target="_blank">AONOSORA</a>
</footer>
<!-- inject:script -->
<script src="/js/script.js"></script>
<!-- endinject -->
<div class="cube-loading out"></div>
</body>
</html>