-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
578 lines (250 loc) · 20 KB
/
atom.xml
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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>木叶禅</title>
<subtitle>你的问题主要是读书不多而想得太多</subtitle>
<link href="https://kibazen.cn/atom.xml" rel="self"/>
<link href="https://kibazen.cn/"/>
<updated>2025-03-21T15:56:17.371Z</updated>
<id>https://kibazen.cn/</id>
<author>
<name>Kiba Amor</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>《DDD思想解读及优秀实践》学习笔记</title>
<link href="https://kibazen.cn/ddd-si-xiang-jie-du-ji-you-xiu-shi-jian-xue-xi-bi-ji/"/>
<id>https://kibazen.cn/ddd-si-xiang-jie-du-ji-you-xiu-shi-jian-xue-xi-bi-ji/</id>
<published>2025-02-05T14:46:00.000Z</published>
<updated>2025-03-21T15:56:17.371Z</updated>
<summary type="html"><p>相关代码:</p>
<ul>
<li><a</summary>
<category term="学习笔记" scheme="https://kibazen.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="领域驱动设计" scheme="https://kibazen.cn/tags/%E9%A2%86%E5%9F%9F%E9%A9%B1%E5%8A%A8%E8%AE%BE%E8%AE%A1/"/>
<category term="极客时间" scheme="https://kibazen.cn/tags/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4/"/>
</entry>
<entry>
<title>《透视HTTP协议》学习笔记</title>
<link href="https://kibazen.cn/tou-shi-http-xie-yi-xue-xi-bi-ji/"/>
<id>https://kibazen.cn/tou-shi-http-xie-yi-xue-xi-bi-ji/</id>
<published>2024-08-26T04:00:00.000Z</published>
<updated>2025-03-21T15:56:17.403Z</updated>
<summary type="html"><h2 id="准备"><a href="#准备" class="headerlink" title="准备"></a>准备</h2><pre class="line-numbers language-bash" data-language="bash"><code</summary>
<category term="学习笔记" scheme="https://kibazen.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="HTTP" scheme="https://kibazen.cn/tags/HTTP/"/>
<category term="极客时间" scheme="https://kibazen.cn/tags/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4/"/>
</entry>
<entry>
<title>《Service Mesh实战》学习笔记</title>
<link href="https://kibazen.cn/service-mesh-shi-zhan-xue-xi-bi-ji/"/>
<id>https://kibazen.cn/service-mesh-shi-zhan-xue-xi-bi-ji/</id>
<published>2024-08-09T04:00:00.000Z</published>
<updated>2025-03-21T15:56:17.376Z</updated>
<summary type="html"><h2 id="最小化可实行产品"><a href="#最小化可实行产品" class="headerlink" title="最小化可实行产品"></a>最小化可实行产品</h2><p>最小化可实行产品(MVP,Minimum Viable</summary>
<category term="学习笔记" scheme="https://kibazen.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="极客时间" scheme="https://kibazen.cn/tags/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4/"/>
<category term="ServiceMesh" scheme="https://kibazen.cn/tags/ServiceMesh/"/>
</entry>
<entry>
<title>《云原生训练营》学习笔记</title>
<link href="https://kibazen.cn/yun-yuan-sheng-xun-lian-ying-xue-xi-bi-ji/"/>
<id>https://kibazen.cn/yun-yuan-sheng-xun-lian-ying-xue-xi-bi-ji/</id>
<published>2024-03-16T01:00:00.000Z</published>
<updated>2025-03-21T15:56:17.381Z</updated>
<summary type="html"><p>课程资源: <a href="https://github.com/kibaamor/101">https://github.com/kibaamor/101</a></p>
<p>代码走读:<a</summary>
<category term="学习笔记" scheme="https://kibazen.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="极客时间" scheme="https://kibazen.cn/tags/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4/"/>
<category term="kubernetes" scheme="https://kibazen.cn/tags/kubernetes/"/>
</entry>
<entry>
<title>领域驱动设计相关的软件架构</title>
<link href="https://kibazen.cn/ling-yu-qu-dong-she-ji-xiang-guan-de-ruan-jian-jia-gou/"/>
<id>https://kibazen.cn/ling-yu-qu-dong-she-ji-xiang-guan-de-ruan-jian-jia-gou/</id>
<published>2023-11-01T04:00:00.000Z</published>
<updated>2025-03-21T15:56:17.405Z</updated>
<summary type="html"><h2 id="架构风格和架构模式"><a href="#架构风格和架构模式" class="headerlink" title="架构风格和架构模式"></a>架构风格和架构模式</h2><h3 id="架构风格(Architectural-Styles)"><a</summary>
<category term="软件工程" scheme="https://kibazen.cn/categories/%E8%BD%AF%E4%BB%B6%E5%B7%A5%E7%A8%8B/"/>
<category term="领域驱动设计" scheme="https://kibazen.cn/tags/%E9%A2%86%E5%9F%9F%E9%A9%B1%E5%8A%A8%E8%AE%BE%E8%AE%A1/"/>
<category term="软件架构" scheme="https://kibazen.cn/tags/%E8%BD%AF%E4%BB%B6%E6%9E%B6%E6%9E%84/"/>
</entry>
<entry>
<title>《DDD实战课》学习笔记</title>
<link href="https://kibazen.cn/ddd-shi-zhan-ke-xue-xi-bi-ji/"/>
<id>https://kibazen.cn/ddd-shi-zhan-ke-xue-xi-bi-ji/</id>
<published>2023-09-08T10:30:00.000Z</published>
<updated>2025-03-21T15:56:17.371Z</updated>
<summary type="html"><h2 id="基础篇"><a href="#基础篇" class="headerlink" title="基础篇"></a>基础篇</h2><h3 id="01-领域驱动设计:微服务设计为什么要选择DDD?"><a</summary>
<category term="学习笔记" scheme="https://kibazen.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="领域驱动设计" scheme="https://kibazen.cn/tags/%E9%A2%86%E5%9F%9F%E9%A9%B1%E5%8A%A8%E8%AE%BE%E8%AE%A1/"/>
<category term="极客时间" scheme="https://kibazen.cn/tags/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4/"/>
</entry>
<entry>
<title>《周志明的软件架构课》学习笔记</title>
<link href="https://kibazen.cn/zhou-zhi-ming-de-ruan-jian-jia-gou-ke-xue-xi-bi-ji/"/>
<id>https://kibazen.cn/zhou-zhi-ming-de-ruan-jian-jia-gou-ke-xue-xi-bi-ji/</id>
<published>2023-03-06T01:00:00.000Z</published>
<updated>2025-03-21T15:56:17.387Z</updated>
<summary type="html"><h2 id="开篇词"><a href="#开篇词" class="headerlink" title="开篇词"></a>开篇词</h2><h3 id="如何构建一个可靠的分布式系统?"><a href="#如何构建一个可靠的分布式系统?"</summary>
<category term="学习笔记" scheme="https://kibazen.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="极客时间" scheme="https://kibazen.cn/tags/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4/"/>
<category term="软件架构" scheme="https://kibazen.cn/tags/%E8%BD%AF%E4%BB%B6%E6%9E%B6%E6%9E%84/"/>
</entry>
<entry>
<title>《容器实战高手课》学习笔记</title>
<link href="https://kibazen.cn/rong-qi-shi-zhan-gao-shou-ke-xue-xi-bi-ji/"/>
<id>https://kibazen.cn/rong-qi-shi-zhan-gao-shou-ke-xue-xi-bi-ji/</id>
<published>2022-09-02T13:47:00.000Z</published>
<updated>2025-03-21T15:56:17.388Z</updated>
<summary type="html"><blockquote>
<p>课程代码: <a href="https://github.com/chengyli/training">https://github.com/chengyli/training</a></p>
</blockquote>
<h2</summary>
<category term="学习笔记" scheme="https://kibazen.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="极客时间" scheme="https://kibazen.cn/tags/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4/"/>
<category term="docker" scheme="https://kibazen.cn/tags/docker/"/>
</entry>
<entry>
<title>《深入剖析Kubernetes》学习笔记</title>
<link href="https://kibazen.cn/shen-ru-pou-xi-kubernetes-xue-xi-bi-ji/"/>
<id>https://kibazen.cn/shen-ru-pou-xi-kubernetes-xue-xi-bi-ji/</id>
<published>2022-07-15T04:00:00.000Z</published>
<updated>2025-03-21T15:56:17.392Z</updated>
<summary type="html"><blockquote>
<p>对应的代码: <a</summary>
<category term="学习笔记" scheme="https://kibazen.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="极客时间" scheme="https://kibazen.cn/tags/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4/"/>
<category term="kubernetes" scheme="https://kibazen.cn/tags/kubernetes/"/>
</entry>
<entry>
<title>根据IP所属的国家地区限制对Linux的访问</title>
<link href="https://kibazen.cn/gen-ju-ip-suo-shu-de-guo-jia-di-qu-xian-zhi-dui-linux-de-fang-wen/"/>
<id>https://kibazen.cn/gen-ju-ip-suo-shu-de-guo-jia-di-qu-xian-zhi-dui-linux-de-fang-wen/</id>
<published>2022-02-11T06:48:00.000Z</published>
<updated>2025-03-21T15:56:17.404Z</updated>
<summary type="html"><blockquote>
<p>环境:Ubuntu 20.04 LTS</p>
</blockquote>
<h2 id="一、安装必备软件"><a href="#一、安装必备软件" class="headerlink"</summary>
<category term="Linux" scheme="https://kibazen.cn/categories/Linux/"/>
<category term="netfilter" scheme="https://kibazen.cn/tags/netfilter/"/>
<category term="iptables" scheme="https://kibazen.cn/tags/iptables/"/>
<category term="ufw" scheme="https://kibazen.cn/tags/ufw/"/>
<category term="ssh" scheme="https://kibazen.cn/tags/ssh/"/>
</entry>
<entry>
<title>《趣谈网络协议》学习笔记</title>
<link href="https://kibazen.cn/qu-tan-wang-luo-xie-yi-xue-xi-bi-ji/"/>
<id>https://kibazen.cn/qu-tan-wang-luo-xie-yi-xue-xi-bi-ji/</id>
<published>2022-02-06T02:19:00.000Z</published>
<updated>2025-03-21T15:56:17.402Z</updated>
<summary type="html"><p><img src="/images/《趣谈网络协议》学习笔记/数据中心内部是如何相互调用的.webp" alt="数据中心内部是如何相互调用的"></p>
<h2 id="通信协议综述"><a href="#通信协议综述" class="headerlink"</summary>
<category term="学习笔记" scheme="https://kibazen.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="极客时间" scheme="https://kibazen.cn/tags/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4/"/>
<category term="网络协议" scheme="https://kibazen.cn/tags/%E7%BD%91%E7%BB%9C%E5%8D%8F%E8%AE%AE/"/>
</entry>
<entry>
<title>《现代C++实战30讲》学习笔记</title>
<link href="https://kibazen.cn/xian-dai-c-shi-zhan-30-jiang-xue-xi-bi-ji/"/>
<id>https://kibazen.cn/xian-dai-c-shi-zhan-30-jiang-xue-xi-bi-ji/</id>
<published>2022-01-26T03:35:00.000Z</published>
<updated>2025-03-21T15:56:17.394Z</updated>
<summary type="html"><p>C++11 之后,C++</summary>
<category term="学习笔记" scheme="https://kibazen.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="CPP" scheme="https://kibazen.cn/tags/CPP/"/>
<category term="极客时间" scheme="https://kibazen.cn/tags/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4/"/>
</entry>
<entry>
<title>《Vim实用技巧必知必会》学习笔记</title>
<link href="https://kibazen.cn/vim-shi-yong-ji-qiao-bi-zhi-bi-hui-xue-xi-bi-ji/"/>
<id>https://kibazen.cn/vim-shi-yong-ji-qiao-bi-zhi-bi-hui-xue-xi-bi-ji/</id>
<published>2022-01-23T07:07:00.000Z</published>
<updated>2025-03-21T15:56:17.378Z</updated>
<summary type="html"><p><a</summary>
<category term="学习笔记" scheme="https://kibazen.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="极客时间" scheme="https://kibazen.cn/tags/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4/"/>
</entry>
<entry>
<title>《程序员进阶攻略》学习笔记</title>
<link href="https://kibazen.cn/cheng-xu-yuan-jin-jie-gong-lue-xue-xi-bi-ji/"/>
<id>https://kibazen.cn/cheng-xu-yuan-jin-jie-gong-lue-xue-xi-bi-ji/</id>
<published>2022-01-11T11:34:00.000Z</published>
<updated>2025-03-21T15:56:17.395Z</updated>
<summary type="html"><h2 id="一、开篇词"><a href="#一、开篇词" class="headerlink" title="一、开篇词"></a>一、开篇词</h2><h3 id="开篇词-程序行知:走在同样的路上,遇见自己的风景"><a</summary>
<category term="学习笔记" scheme="https://kibazen.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="极客时间" scheme="https://kibazen.cn/tags/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4/"/>
<category term="职业规划" scheme="https://kibazen.cn/tags/%E8%81%8C%E4%B8%9A%E8%A7%84%E5%88%92/"/>
</entry>
<entry>
<title>《系统性能调优必知必会》学习笔记</title>
<link href="https://kibazen.cn/xi-tong-xing-neng-diao-you-bi-zhi-bi-hui-xue-xi-bi-ji/"/>
<id>https://kibazen.cn/xi-tong-xing-neng-diao-you-bi-zhi-bi-hui-xue-xi-bi-ji/</id>
<published>2022-01-10T05:13:00.000Z</published>
<updated>2025-03-21T15:56:17.395Z</updated>
<summary type="html"><blockquote>
<p>课程对应GitHub仓库:<a</summary>
<category term="学习笔记" scheme="https://kibazen.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="极客时间" scheme="https://kibazen.cn/tags/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4/"/>
<category term="性能优化" scheme="https://kibazen.cn/tags/%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96/"/>
</entry>
<entry>
<title>《Linux内核技术实战课》学习笔记</title>
<link href="https://kibazen.cn/linux-nei-he-ji-zhu-shi-zhan-ke-xue-xi-bi-ji/"/>
<id>https://kibazen.cn/linux-nei-he-ji-zhu-shi-zhan-ke-xue-xi-bi-ji/</id>
<published>2022-01-07T07:17:00.000Z</published>
<updated>2025-03-21T15:56:17.373Z</updated>
<summary type="html"><h2 id="一、Page-Cache管理问题"><a href="#一、Page-Cache管理问题" class="headerlink" title="一、Page Cache管理问题"></a>一、Page Cache管理问题</h2><h3</summary>
<category term="学习笔记" scheme="https://kibazen.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="极客时间" scheme="https://kibazen.cn/tags/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4/"/>
<category term="操作系统" scheme="https://kibazen.cn/tags/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F/"/>
<category term="性能优化" scheme="https://kibazen.cn/tags/%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96/"/>
</entry>
<entry>
<title>与方向相关的计算代码备忘</title>
<link href="https://kibazen.cn/yu-fang-xiang-xiang-guan-de-ji-suan-dai-ma-bei-wang/"/>
<id>https://kibazen.cn/yu-fang-xiang-xiang-guan-de-ji-suan-dai-ma-bei-wang/</id>
<published>2021-12-27T04:37:00.000Z</published>
<updated>2025-03-21T15:56:17.403Z</updated>
<summary type="html"><h2 id="1-计算两个3D方向之间的四元数"><a href="#1-计算两个3D方向之间的四元数" class="headerlink" title="1. 计算两个3D方向之间的四元数"></a>1.</summary>
<category term="算法" scheme="https://kibazen.cn/categories/%E7%AE%97%E6%B3%95/"/>
<category term="四元数" scheme="https://kibazen.cn/tags/%E5%9B%9B%E5%85%83%E6%95%B0/"/>
</entry>
<entry>
<title>《趣谈Linux操作系统》学习笔记(下)</title>
<link href="https://kibazen.cn/qu-tan-linux-cao-zuo-xi-tong-xue-xi-bi-ji-xia/"/>
<id>https://kibazen.cn/qu-tan-linux-cao-zuo-xi-tong-xue-xi-bi-ji-xia/</id>
<published>2021-11-25T03:25:00.000Z</published>
<updated>2025-03-21T15:56:17.400Z</updated>
<summary type="html"><h2 id="七、网络系统"><a href="#七、网络系统" class="headerlink" title="七、网络系统"></a>七、网络系统</h2><h3 id="38-Socket通信之网络协议基本原理"><a</summary>
<category term="学习笔记" scheme="https://kibazen.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="极客时间" scheme="https://kibazen.cn/tags/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4/"/>
<category term="操作系统" scheme="https://kibazen.cn/tags/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F/"/>
</entry>
<entry>
<title>《趣谈Linux操作系统》学习笔记(上)</title>
<link href="https://kibazen.cn/qu-tan-linux-cao-zuo-xi-tong-xue-xi-bi-ji-shang/"/>
<id>https://kibazen.cn/qu-tan-linux-cao-zuo-xi-tong-xue-xi-bi-ji-shang/</id>
<published>2021-11-25T03:25:00.000Z</published>
<updated>2025-03-21T15:56:17.397Z</updated>
<summary type="html"><blockquote>
<p>内核源码版本:4.x</p>
</blockquote>
<h2 id="一、系统初始化"><a href="#一、系统初始化" class="headerlink" title="一、系统初始化"></a>一、系统初始化</h2><h3</summary>
<category term="学习笔记" scheme="https://kibazen.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="极客时间" scheme="https://kibazen.cn/tags/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4/"/>
<category term="操作系统" scheme="https://kibazen.cn/tags/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F/"/>
</entry>
<entry>
<title>《Linux性能优化实战》学习笔记</title>
<link href="https://kibazen.cn/linux-xing-neng-you-hua-shi-zhan-xue-xi-bi-ji/"/>
<id>https://kibazen.cn/linux-xing-neng-you-hua-shi-zhan-xue-xi-bi-ji/</id>
<published>2021-11-04T04:30:00.000Z</published>
<updated>2025-03-21T15:56:17.376Z</updated>
<summary type="html"><h2 id="01-开篇词"><a href="#01-开篇词" class="headerlink" title="01-开篇词"></a><strong>01-开篇词</strong></h2><h3 id="01-如何学习Linux性能优化?"><a</summary>
<category term="学习笔记" scheme="https://kibazen.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="性能分析" scheme="https://kibazen.cn/tags/%E6%80%A7%E8%83%BD%E5%88%86%E6%9E%90/"/>
<category term="极客时间" scheme="https://kibazen.cn/tags/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4/"/>
<category term="性能优化" scheme="https://kibazen.cn/tags/%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96/"/>
</entry>
</feed>