-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchive.html
More file actions
575 lines (323 loc) · 26 KB
/
archive.html
File metadata and controls
575 lines (323 loc) · 26 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
<!doctype html>
<html lang="zh"><head>
<title>文章归档 - HongLiu的小站</title>
<meta charset="UTF-8">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
<link rel="shortcut icon" href="/image/avator_1.jpg" type="image/x-icon" />
<meta name="description" content="HongLiu的赛博自建房">
<meta property="og:type" content="website">
<meta property="og:title" content="文章归档">
<meta property="og:url" content="https://hongliu.icu/archive.html">
<meta property="og:site_name" content="HongLiu的小站">
<meta property="og:description" content="HongLiu的赛博自建房">
<meta property="og:locale" content="zh_CN">
<meta property="article:published_time" content="2025-08-21T16:34:45.997Z">
<meta property="article:modified_time" content="2025-08-21T16:34:45.997Z">
<meta property="article:author" content="HongLiu">
<meta name="twitter:card" content="summary">
<link rel="stylesheet" href="/lib/fancybox/fancybox.css">
<link rel="stylesheet" href="/lib/mdui_043tiny/mdui.css">
<link rel="stylesheet" href="/lib/iconfont/iconfont.css?v=1772633815987">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="/css/style.css?v=1772633815987">
<link rel="stylesheet" href="/custom.css?v=1772633815987">
<script src="/lib/mdui_043tiny/mdui.js" async></script>
<script src="/lib/fancybox/fancybox.umd.js" async></script>
<script src="/lib/lax.min.js" async></script>
<script async src="/js/app.js?v=1772633815988"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?ee747b5c2e5f5223579bf6411c469fb6";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script defer src="https://umami.hongliu.icu/style.css" data-website-id="f89e7e02-e140-4e0b-87bc-99ab9b33505c"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/atom-one-dark.min.css">
<!-- hexo injector head_end start -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/hexo-math@4.0.0/dist/style.css">
<!-- hexo injector head_end end --><meta name="generator" content="Hexo 7.3.0"><link rel="alternate" href="/rss.xml" title="HongLiu的小站" type="application/atom+xml">
</head><body class="nexmoe mdui-drawer-body-left"><div id="nexmoe-background"><div class="nexmoe-bg" style="background-image: url(/image/banner_2.png)"></div><div class="mdui-appbar mdui-shadow-0"><div class="mdui-toolbar"><a class="mdui-btn mdui-btn-icon mdui-ripple" mdui-drawer="{target: '#drawer', swipe: true}" title="menu"><i class="mdui-icon nexmoefont icon-menu"></i></a><div class="mdui-toolbar-spacer"></div><a class="mdui-btn mdui-btn-icon" href="/" title="HongLiu"><img src="/image/avator_1.jpg" alt="HongLiu"></a></div></div></div><div id="nexmoe-header"><div class="nexmoe-drawer mdui-drawer" id="drawer">
<div class="nexmoe-avatar mdui-ripple">
<a href="/" title="HongLiu">
<img src="/image/avator_1.jpg" alt="HongLiu" alt="HongLiu">
</a>
</div>
<div class="nexmoe-count">
<div><span>文章</span>25</div>
<div><span>标签</span>30</div>
<div><span>分类</span>6</div>
</div>
<div class="nexmoe-list mdui-list" mdui-collapse="{accordion: true}">
<a class="nexmoe-list-item mdui-list-item mdui-ripple false" href="/" title="首页">
<i class="mdui-list-item-icon nexmoefont icon-home"></i>
<div class="mdui-list-item-content">
首页
</div>
</a>
<a class="nexmoe-list-item mdui-list-item mdui-ripple true" href="/archive" title="文章归档">
<i class="mdui-list-item-icon nexmoefont icon-container"></i>
<div class="mdui-list-item-content">
文章归档
</div>
</a>
<a class="nexmoe-list-item mdui-list-item mdui-ripple false" href="/PY.html" title="友情链接">
<i class="mdui-list-item-icon nexmoefont icon-unorderedlist"></i>
<div class="mdui-list-item-content">
友情链接
</div>
</a>
<a class="nexmoe-list-item mdui-list-item mdui-ripple false" href="/about" title="关于">
<i class="mdui-list-item-icon nexmoefont icon-info-circle"></i>
<div class="mdui-list-item-content">
关于
</div>
</a>
<a class="nexmoe-list-item mdui-list-item mdui-ripple false" target="_blank" rel="noopener" href="https://www.travellings.cn/plain.html" title="开往">
<i class="mdui-list-item-icon nexmoefont fa-solid fa-train-subway"></i>
<div class="mdui-list-item-content">
开往
</div>
</a>
</div>
<div class="nexmoe-widget-wrap">
<div class="nexmoe-widget nexmoe-search">
<form id="search_form">
<label><input class="st-default-search-input" id="search_value" name="q" type="search" placeholder="搜索" style="
font-size: 15px !important;
height: 56px !important;
background-image: none;
"></label>
</form>
</div>
</div>
<script async src="/js/search.js?v=1772633815988"></script>
<div class="nexmoe-widget-wrap">
<div class="nexmoe-widget nexmoe-social">
<a
class="mdui-ripple"
href="https://qm.qq.com/q/BqxvpkC1fG"
target="_blank"
mdui-tooltip="{content: 'QQ'}"
style="
color: rgb(249, 174, 8);
background-color: rgba(249, 174, 8, .1);
"
>
<i
class="nexmoefont icon-QQ"
></i> </a
><a
class="mdui-ripple"
href="https://space.bilibili.com/412489247"
target="_blank"
mdui-tooltip="{content: '哔哩哔哩'}"
style="
color: rgb(231, 106, 141);
background-color: rgba(231, 106, 141, .1);
"
>
<i
class="nexmoefont icon-bilibili"
></i> </a
><a
class="mdui-ripple"
href="https://github.com/hongliu114"
target="_blank"
mdui-tooltip="{content: 'GitHub'}"
style="
color: rgb(25, 23, 23);
background-color: rgba(25, 23, 23, .1);
"
>
<i
class="nexmoefont icon-github"
></i> </a
><a
class="mdui-ripple"
href="https://www.zhihu.com/people/dai-fu-dian-de-fan-zhi-zi"
target="_blank"
mdui-tooltip="{content: '知乎'}"
style="
color: rgb(30, 136, 229);
background-color: rgba(30, 136, 229, .1);
"
>
<i
class="nexmoefont icon-zhihu"
></i> </a
><a
class="mdui-ripple"
href="/rss.xml"
target="_blank"
mdui-tooltip="{content: 'RSS'}"
style="
color: rgb(247, 132, 34);
background-color: rgba(247, 132, 34, .1);
"
>
<i
class="nexmoefont icon-rss"
></i> </a
>
</div>
</div>
<div class="nexmoe-widget-wrap">
<h3 class="nexmoe-widget-title">文章分类</h3>
<div class="nexmoe-widget">
<ul class="category-list">
<li class="category-list-item">
<a class="category-list-link" href="/categories/其他/">其他</a>
<span class="category-list-count">2</span>
</li>
<li class="category-list-item">
<a class="category-list-link" href="/categories/手工教程/">手工教程</a>
<span class="category-list-count">1</span>
</li>
<li class="category-list-item">
<a class="category-list-link" href="/categories/技术文档/">技术文档</a>
<span class="category-list-count">2</span>
</li>
<li class="category-list-item">
<a class="category-list-link" href="/categories/日常/">日常</a>
<span class="category-list-count">4</span>
</li>
<li class="category-list-item">
<a class="category-list-link" href="/categories/杂谈/">杂谈</a>
<span class="category-list-count">6</span>
</li>
<li class="category-list-item">
<a class="category-list-link" href="/categories/知识笔记/">知识笔记</a>
<span class="category-list-count">10</span>
</li>
</ul>
</div>
</div>
<div class="nexmoe-widget-wrap">
<div id="randomtagcloud" class="nexmoe-widget tagcloud nexmoe-rainbow">
<a href="/tags/HAM/" style="font-size: 10px;">HAM</a> <a href="/tags/RM/" style="font-size: 14px;">RM</a> <a href="/tags/%E4%B9%A6%E7%B1%8D/" style="font-size: 10px;">书籍</a> <a href="/tags/%E5%9B%9E%E5%BF%86/" style="font-size: 10px;">回忆</a> <a href="/tags/%E5%9B%BD%E9%99%85%E8%B1%A1%E6%A3%8B/" style="font-size: 10px;">国际象棋</a> <a href="/tags/%E5%A4%8D%E5%8F%98/" style="font-size: 10px;">复变</a> <a href="/tags/%E5%A4%AA%E7%A9%BA/" style="font-size: 10px;">太空</a> <a href="/tags/%E5%BC%80%E6%BA%90/" style="font-size: 10px;">开源</a> <a href="/tags/%E6%89%8B%E5%B7%A5/" style="font-size: 10px;">手工</a> <a href="/tags/%E6%8E%A7%E5%88%B6/" style="font-size: 10px;">控制</a> <a href="/tags/%E6%95%99%E7%A8%8B/" style="font-size: 10px;">教程</a> <a href="/tags/%E6%95%B0%E5%AD%A6/" style="font-size: 10px;">数学</a> <a href="/tags/%E6%95%B0%E7%94%B5/" style="font-size: 10px;">数电</a> <a href="/tags/%E6%96%B0%E5%B9%B4/" style="font-size: 12px;">新年</a> <a href="/tags/%E6%97%A5%E5%BF%97/" style="font-size: 16px;">日志</a> <a href="/tags/%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F/" style="font-size: 10px;">明日方舟</a> <a href="/tags/%E6%9C%BA%E5%99%A8%E4%BA%BA/" style="font-size: 12px;">机器人</a> <a href="/tags/%E6%9C%BA%E5%99%A8%E4%BA%BA%E5%AD%A6/" style="font-size: 10px;">机器人学</a> <a href="/tags/%E6%9D%82%E8%B0%88/" style="font-size: 14px;">杂谈</a> <a href="/tags/%E6%A8%A1%E7%94%B5/" style="font-size: 10px;">模电</a> <a href="/tags/%E7%94%9F%E6%B4%BB/" style="font-size: 16px;">生活</a> <a href="/tags/%E7%94%B5%E5%AD%90/" style="font-size: 18px;">电子</a> <a href="/tags/%E7%94%B5%E5%BD%B1/" style="font-size: 10px;">电影</a> <a href="/tags/%E7%94%B5%E8%B5%9B/" style="font-size: 10px;">电赛</a> <a href="/tags/%E7%A1%AC%E4%BB%B6/" style="font-size: 14px;">硬件</a> <a href="/tags/%E7%AC%94%E8%AE%B0/" style="font-size: 20px;">笔记</a> <a href="/tags/%E7%BD%91%E7%AB%99/" style="font-size: 10px;">网站</a> <a href="/tags/%E8%A5%BF%E5%AE%89/" style="font-size: 12px;">西安</a> <a href="/tags/%E8%AE%A1%E7%AE%97%E6%9C%BA/" style="font-size: 12px;">计算机</a> <a href="/tags/%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0/" style="font-size: 10px;">读书笔记</a>
</div>
<script>
var maxTagcloud = parseInt(17);
var tags_length = parseInt(30);
var tags_arr = [];
for(var i = 0; i < tags_length; i++){
tags_arr.push(i);
}
tags_arr.sort(function (l, r) {
return Math.random() > 0.5 ? -1 : 1;
});
tags_arr = tags_arr.slice(0, maxTagcloud < tags_length ? tags_length - maxTagcloud : 0);
for(var tag_i = 0; tag_i < tags_arr.length; tag_i++){
document.getElementById("randomtagcloud").children[tags_arr[tag_i]].style.display = 'none';
}
</script>
</div>
<div class="nexmoe-widget-wrap">
<h3 class="nexmoe-widget-title">文章归档</h3>
<div class="nexmoe-widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2026/03/">三月 2026</a><span class="archive-list-count">2</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2026/02/">二月 2026</a><span class="archive-list-count">5</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2026/01/">一月 2026</a><span class="archive-list-count">2</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2025/12/">十二月 2025</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2025/11/">十一月 2025</a><span class="archive-list-count">2</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2025/10/">十月 2025</a><span class="archive-list-count">2</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2025/09/">九月 2025</a><span class="archive-list-count">3</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2025/08/">八月 2025</a><span class="archive-list-count">8</span></li></ul>
</div>
</div>
<div class="nexmoe-copyright">
© 2026 HongLiu
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
& <a href="https://github.com/theme-nexmoe/hexo-theme-nexmoe" target="_blank">Nexmoe</a>
<div id="site-runtime" style="font-size:14px;color:#666;padding:8px;border-radius:6px;">
本站已运行: <span id="runtime-text">计算中...</span>
</div>
<script>
function updateRuntime() {
const siteLaunchDate = new Date('2025-08-15T01:25:00'); // 替换为您的建站时间
const now = new Date();
const diff = now - siteLaunchDate;
const years = Math.floor(diff / (1000 * 60 * 60 * 24 * 365));
const days = Math.floor(diff / (1000 * 60 * 60 * 24) % 365);
const hours = Math.floor(diff / (1000 * 60 * 60) % 24);
const minutes = Math.floor(diff / (1000 * 60) % 60);
const seconds = Math.floor(diff / 1000 % 60);
let text = "";
if (years > 0) text += `${years} 年 `;
text += `${days} 天 ${hours} 小时 ${minutes} 分 ${seconds} 秒`;
document.getElementById('runtime-text').innerText = text;
}
// 初始加载立即执行
updateRuntime();
// 每秒更新一次
setInterval(updateRuntime, 1000);
</script>
</div>
</div><!-- .nexmoe-drawer --></div><div id="nexmoe-content"><div class="nexmoe-primary"><section class="nexmoe-archives">
<div class="tagcloud nexmoe-rainbow">
<a class="mdui-ripple -unordered list-link" href="/tags/HAM/" rel="tag">HAM<span class="mdui-ripple -unordered list-count">1</span></a><a class="mdui-ripple -unordered list-link" href="/tags/RM/" rel="tag">RM<span class="mdui-ripple -unordered list-count">3</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E4%B9%A6%E7%B1%8D/" rel="tag">书籍<span class="mdui-ripple -unordered list-count">1</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E5%9B%9E%E5%BF%86/" rel="tag">回忆<span class="mdui-ripple -unordered list-count">1</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E5%9B%BD%E9%99%85%E8%B1%A1%E6%A3%8B/" rel="tag">国际象棋<span class="mdui-ripple -unordered list-count">1</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E5%A4%8D%E5%8F%98/" rel="tag">复变<span class="mdui-ripple -unordered list-count">1</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E5%A4%AA%E7%A9%BA/" rel="tag">太空<span class="mdui-ripple -unordered list-count">1</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E5%BC%80%E6%BA%90/" rel="tag">开源<span class="mdui-ripple -unordered list-count">1</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E6%89%8B%E5%B7%A5/" rel="tag">手工<span class="mdui-ripple -unordered list-count">1</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E6%8E%A7%E5%88%B6/" rel="tag">控制<span class="mdui-ripple -unordered list-count">1</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E6%95%99%E7%A8%8B/" rel="tag">教程<span class="mdui-ripple -unordered list-count">1</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E6%95%B0%E5%AD%A6/" rel="tag">数学<span class="mdui-ripple -unordered list-count">1</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E6%95%B0%E7%94%B5/" rel="tag">数电<span class="mdui-ripple -unordered list-count">1</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E6%96%B0%E5%B9%B4/" rel="tag">新年<span class="mdui-ripple -unordered list-count">2</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E6%97%A5%E5%BF%97/" rel="tag">日志<span class="mdui-ripple -unordered list-count">4</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F/" rel="tag">明日方舟<span class="mdui-ripple -unordered list-count">1</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E6%9C%BA%E5%99%A8%E4%BA%BA/" rel="tag">机器人<span class="mdui-ripple -unordered list-count">2</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E6%9C%BA%E5%99%A8%E4%BA%BA%E5%AD%A6/" rel="tag">机器人学<span class="mdui-ripple -unordered list-count">1</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E6%9D%82%E8%B0%88/" rel="tag">杂谈<span class="mdui-ripple -unordered list-count">3</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E6%A8%A1%E7%94%B5/" rel="tag">模电<span class="mdui-ripple -unordered list-count">1</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E7%94%9F%E6%B4%BB/" rel="tag">生活<span class="mdui-ripple -unordered list-count">4</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E7%94%B5%E5%AD%90/" rel="tag">电子<span class="mdui-ripple -unordered list-count">5</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E7%94%B5%E5%BD%B1/" rel="tag">电影<span class="mdui-ripple -unordered list-count">1</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E7%94%B5%E8%B5%9B/" rel="tag">电赛<span class="mdui-ripple -unordered list-count">1</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E7%A1%AC%E4%BB%B6/" rel="tag">硬件<span class="mdui-ripple -unordered list-count">3</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E7%AC%94%E8%AE%B0/" rel="tag">笔记<span class="mdui-ripple -unordered list-count">7</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E7%BD%91%E7%AB%99/" rel="tag">网站<span class="mdui-ripple -unordered list-count">1</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E8%A5%BF%E5%AE%89/" rel="tag">西安<span class="mdui-ripple -unordered list-count">2</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E8%AE%A1%E7%AE%97%E6%9C%BA/" rel="tag">计算机<span class="mdui-ripple -unordered list-count">2</span></a><a class="mdui-ripple -unordered list-link" href="/tags/%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0/" rel="tag">读书笔记<span class="mdui-ripple -unordered list-count">1</span></a>
</div>
<div class="categories nexmoe-rainbow-fill">
<a class="mdui-ripple" href="/categories/%E5%85%B6%E4%BB%96/">
<div class="bg" style="background-image:url(/image/banner_18.png)"></div>
<h1>其他</h1>
</a>
<a class="mdui-ripple" href="/categories/%E6%89%8B%E5%B7%A5%E6%95%99%E7%A8%8B/">
<div class="bg" style="background-image:url(/image/post_tongxignzheng/2.jpg)"></div>
<h1>手工教程</h1>
</a>
<a class="mdui-ripple" href="/categories/%E6%8A%80%E6%9C%AF%E6%96%87%E6%A1%A3/">
<div class="bg" style="background-image:url(/image/post_PCBweird/1.png)"></div>
<h1>技术文档</h1>
</a>
<a class="mdui-ripple" href="/categories/%E6%97%A5%E5%B8%B8/">
<div class="bg" style="background-image:url()"></div>
<h1>日常</h1>
</a>
<a class="mdui-ripple" href="/categories/%E6%9D%82%E8%B0%88/">
<div class="bg" style="background-image:url(/image/banner_19.jpg)"></div>
<h1>杂谈</h1>
</a>
<a class="mdui-ripple" href="/categories/%E7%9F%A5%E8%AF%86%E7%AC%94%E8%AE%B0/">
<div class="bg" style="background-image:url(/image/banner_22.png)"></div>
<h1>知识笔记</h1>
</a>
</div>
<article>
<h2>2026</h2>
<ul>
<li><span>03-04</span><a href="/2026/03/Note-ROS/" >【知识笔记】机器人操作系统</a></li>
<li><span>03-03</span><a href="/2026/03/Note-shusuan/" >【知识笔记】数据结构与算法</a></li>
<li><span>02-24</span><a href="/2026/02/Note-shudian/" >【知识笔记】数字电子技术基础</a></li>
<li><span>02-17</span><a href="/2026/02/My-Teachers/" >纪念三位不再见的老师</a></li>
<li><span>02-17</span><a href="/2026/02/Happy-NewYear-2026/" >新年快乐!</a></li>
<li><span>02-06</span><a href="/2026/02/Lichess-Data/" >Lichess实时数据显示</a></li>
<li><span>02-02</span><a href="/2026/02/Note-zikong/" >【知识笔记】自动控制原理</a></li>
<li><span>01-03</span><a href="/2026/01/Note-chuanganqi/" >【知识笔记】传感器与检测技术</a></li>
<li><span>01-02</span><a href="/2026/01/Sce-20260101/" >【日常】元旦游记</a></li>
</ul>
<h2>2025</h2>
<ul>
<li><span>12-26</span><a href="/2025/12/PCB-weird-XD/" >【开源】PCB怪板子分享</a></li>
<li><span>11-17</span><a href="/2025/11/Sce-Daminggong/" >【日常】大明宫遗址公园</a></li>
<li><span>11-08</span><a href="/2025/11/Daily-HAM/" >【HAM】业余无线电入坑实录</a></li>
<li><span>10-27</span><a href="/2025/10/Note-robotics/" >【知识笔记】机器人学基础-运动学</a></li>
<li><span>10-03</span><a href="/2025/10/Book-Zizao/" >读《自造》</a></li>
<li><span>09-20</span><a href="/2025/09/Film-Tiangong/" >看《窗外是蓝星》</a></li>
<li><span>09-19</span><a href="/2025/09/SuperCap-CAN/" >【RM】VGD25超电CAN通信文档</a></li>
<li><span>09-10</span><a href="/2025/09/tongxingzheng/" >【教程】如何把通行证纸盒改装成通行证展示架</a></li>
<li><span>08-20</span><a href="/2025/08/Note-dianlu/" >【知识笔记】电路理论</a></li>
<li><span>08-20</span><a href="/2025/08/Note-jiqishijue/" >【知识笔记】数字图像处理与机器视觉</a></li>
<li><span>08-19</span><a href="/2025/08/Diansai_25/" >【电赛】25电赛电源题(A题)-一次失败的四天三夜比赛寄录</a></li>
<li><span>08-17</span><a href="/2025/08/RM_changsha/" >【RM】长沙行记</a></li>
<li><span>08-17</span><a href="/2025/08/Note_fubian/" >【知识笔记】复变函数与积分变换</a></li>
<li><span>08-17</span><a href="/2025/08/Note_modian/" >【知识笔记】模拟电子技术基础</a></li>
<li><span>08-16</span><a href="/2025/08/RM_team-and-school/" >【RM】队伍是学校体系夹缝中的存在</a></li>
<li><span>08-15</span><a href="/2025/08/Hello-World/" >Hello World !</a></li>
</ul>
</article>
</section></div><div class="nexmoe-post-right"> <div class="nexmoe-fixed">
<div class="nexmoe-tool">
<a href="#nexmoe-content" class="backtop toc-link" aria-label="Back To Top" title="top"><button class="mdui-fab mdui-ripple"><i class="nexmoefont icon-caret-top"></i></button></a>
</div>
</div>
</div></div><div id="nexmoe-footer"><!--!--></div><div id="nexmoe-search-space"><div class="search-container"><div class="search-header"><div class="search-input-container"><input class="search-input" type="text" placeholder="搜索" onInput="sinput();"></div><a class="search-close" onclick="sclose();">×</a></div><div class="search-body"></div></div></div><div><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2058306854838448" crossorigin="anonymous"></script>
</div></body></html>