-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathatom.xml
More file actions
588 lines (281 loc) · 18 KB
/
atom.xml
File metadata and controls
588 lines (281 loc) · 18 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>生命不息 折腾不止</title>
<link href="/atom.xml" rel="self"/>
<link href="http://konata.tech/"/>
<updated>2022-05-26T14:06:05.360Z</updated>
<id>http://konata.tech/</id>
<author>
<name>Konata</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>译:WebGPU — All of the cores, none of the canvas</title>
<link href="http://konata.tech/2022/05/26/webGPU/"/>
<id>http://konata.tech/2022/05/26/webGPU/</id>
<published>2022-05-26T13:01:22.000Z</published>
<updated>2022-05-26T14:06:05.360Z</updated>
<summary type="html">
<blockquote>
<p>原文地址:<a href="https://surma.dev/things/webgpu/">WebGPU — All of the cores, none of the
</summary>
<category term="Browser" scheme="http://konata.tech/categories/Browser/"/>
<category term="JavaScript" scheme="http://konata.tech/tags/JavaScript/"/>
<category term="WebGPU" scheme="http://konata.tech/tags/WebGPU/"/>
<category term="WGSL" scheme="http://konata.tech/tags/WGSL/"/>
</entry>
<entry>
<title>关闭 Spectre 和 Meltdown 漏洞补丁来提升系统性能</title>
<link href="http://konata.tech/2021/11/13/disableMitigations/"/>
<id>http://konata.tech/2021/11/13/disableMitigations/</id>
<published>2021-11-13T07:41:27.000Z</published>
<updated>2021-11-13T09:19:20.679Z</updated>
<summary type="html">
<h2 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h2><p>虽然自臭名昭著的 Spectre 和 Meltdown 漏洞首次公布已经过去将近 4
</summary>
<category term="Ops" scheme="http://konata.tech/categories/Ops/"/>
</entry>
<entry>
<title>CSS 基础总结</title>
<link href="http://konata.tech/2021/10/06/CSSbasic/"/>
<id>http://konata.tech/2021/10/06/CSSbasic/</id>
<published>2021-10-06T10:27:14.000Z</published>
<updated>2021-10-08T08:21:05.954Z</updated>
<summary type="html">
<h2 id="选择器"><a href="#选择器" class="headerlink" title="选择器"></a>选择器</h2><h3 id="基础选择器"><a href="#基础选择器" class="headerlink"
</summary>
<category term="CSS" scheme="http://konata.tech/categories/CSS/"/>
<category term="CSS" scheme="http://konata.tech/tags/CSS/"/>
</entry>
<entry>
<title>JavaScript 中的设计模式</title>
<link href="http://konata.tech/2021/09/06/designPattern/"/>
<id>http://konata.tech/2021/09/06/designPattern/</id>
<published>2021-09-06T02:02:54.000Z</published>
<updated>2021-09-11T15:07:39.587Z</updated>
<summary type="html">
<h2 id="设计模式"><a href="#设计模式" class="headerlink" title="设计模式"></a>设计模式</h2><p><strong>设计模式是对软件设计开发过程中反复出现的某类问题的通用解决方案。</strong>
</summary>
<category term="JavaScript" scheme="http://konata.tech/categories/JavaScript/"/>
<category term="设计模式" scheme="http://konata.tech/tags/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/"/>
</entry>
<entry>
<title>更新日志</title>
<link href="http://konata.tech/2021/09/03/UpdateLog/"/>
<id>http://konata.tech/2021/09/03/UpdateLog/</id>
<published>2021-09-03T13:51:00.000Z</published>
<updated>2022-05-27T07:37:23.995Z</updated>
<summary type="html">
<ul>
<li><p>2022.05.26</p>
<ul>
<li>更新 Copyright 日期</li>
<li>新增:图片 src 为空时只显示 caption,不显示
</summary>
<category term="Miscellaneous" scheme="http://konata.tech/categories/Miscellaneous/"/>
<category term="UpdateLog" scheme="http://konata.tech/tags/UpdateLog/"/>
</entry>
<entry>
<title>Shell 脚本编程</title>
<link href="http://konata.tech/2021/06/20/ShellPrograming/"/>
<id>http://konata.tech/2021/06/20/ShellPrograming/</id>
<published>2021-06-20T13:53:43.000Z</published>
<updated>2021-09-04T07:01:14.632Z</updated>
<summary type="html">
<h2 id="命令"><a href="#命令" class="headerlink" title="命令"></a>命令</h2><h3 id="echo-命令"><a href="#echo-命令" class="headerlink" title="echo
</summary>
<category term="Ops" scheme="http://konata.tech/categories/Ops/"/>
<category term="Linux" scheme="http://konata.tech/tags/Linux/"/>
<category term="shell" scheme="http://konata.tech/tags/shell/"/>
<category term="bash" scheme="http://konata.tech/tags/bash/"/>
</entry>
<entry>
<title>Makefile 详解</title>
<link href="http://konata.tech/2021/06/20/Makefile/"/>
<id>http://konata.tech/2021/06/20/Makefile/</id>
<published>2021-06-20T12:13:02.000Z</published>
<updated>2021-09-04T07:07:20.786Z</updated>
<summary type="html">
<h2 id="Makefile-原理"><a href="#Makefile-原理" class="headerlink" title="Makefile 原理"></a>Makefile 原理</h2><ul>
<li><code>make</code>
</summary>
<category term="Ops" scheme="http://konata.tech/categories/Ops/"/>
<category term="C" scheme="http://konata.tech/tags/C/"/>
<category term="C++" scheme="http://konata.tech/tags/C/"/>
<category term="Makefile" scheme="http://konata.tech/tags/Makefile/"/>
</entry>
<entry>
<title>Linux 驱动</title>
<link href="http://konata.tech/2021/06/03/linuxDriver/"/>
<id>http://konata.tech/2021/06/03/linuxDriver/</id>
<published>2021-06-03T05:00:23.000Z</published>
<updated>2021-06-03T12:08:10.844Z</updated>
<summary type="html">
<h2 id="字符设备驱动框架"><a href="#字符设备驱动框架" class="headerlink" title="字符设备驱动框架"></a>字符设备驱动框架</h2><pre class="language-cpp"
</summary>
<category term="Miscellaneous" scheme="http://konata.tech/categories/Miscellaneous/"/>
<category term="Linux" scheme="http://konata.tech/tags/Linux/"/>
<category term="驱动" scheme="http://konata.tech/tags/%E9%A9%B1%E5%8A%A8/"/>
</entry>
<entry>
<title>ARM Cortex-A9 开发</title>
<link href="http://konata.tech/2021/05/29/armEmbedded/"/>
<id>http://konata.tech/2021/05/29/armEmbedded/</id>
<published>2021-05-29T09:25:47.000Z</published>
<updated>2023-02-11T07:28:58.918Z</updated>
<summary type="html">
<h2 id="嵌入式-ARM-技术概论"><a href="#嵌入式-ARM-技术概论" class="headerlink" title="嵌入式 ARM 技术概论"></a>嵌入式 ARM 技术概论</h2><h3 id="Cortex-A9-八种工作模式"><a
</summary>
<category term="Miscellaneous" scheme="http://konata.tech/categories/Miscellaneous/"/>
<category term="ARM" scheme="http://konata.tech/tags/ARM/"/>
<category term="Cortex-A" scheme="http://konata.tech/tags/Cortex-A/"/>
</entry>
<entry>
<title>CentOS 连接 iSCSI 存储</title>
<link href="http://konata.tech/2021/03/07/linuxConnectiSCSI/"/>
<id>http://konata.tech/2021/03/07/linuxConnectiSCSI/</id>
<published>2021-03-07T04:13:13.000Z</published>
<updated>2021-03-07T05:26:31.377Z</updated>
<summary type="html">
<h2 id="系统环境"><a href="#系统环境" class="headerlink" title="系统环境"></a>系统环境</h2><p><img src="/images/1615090843482.png" alt="系统环境"></p>
<p>这里使用
</summary>
<category term="Ops" scheme="http://konata.tech/categories/Ops/"/>
<category term="Linux" scheme="http://konata.tech/tags/Linux/"/>
<category term="iSCSI" scheme="http://konata.tech/tags/iSCSI/"/>
<category term="CentOS" scheme="http://konata.tech/tags/CentOS/"/>
<category term="RedHat" scheme="http://konata.tech/tags/RedHat/"/>
</entry>
<entry>
<title>Linux 编程</title>
<link href="http://konata.tech/2021/01/01/LinuxProgramming/"/>
<id>http://konata.tech/2021/01/01/LinuxProgramming/</id>
<published>2021-01-01T09:23:35.000Z</published>
<updated>2021-09-04T07:07:44.408Z</updated>
<summary type="html">
<h2 id="Linux-进程存储管理"><a href="#Linux-进程存储管理" class="headerlink" title="Linux 进程存储管理"></a>Linux 进程存储管理</h2><h3 id="存储类型比较"><a
</summary>
<category term="Ops" scheme="http://konata.tech/categories/Ops/"/>
<category term="Linux" scheme="http://konata.tech/tags/Linux/"/>
<category term="C" scheme="http://konata.tech/tags/C/"/>
</entry>
<entry>
<title>KubeEdge 部署记录</title>
<link href="http://konata.tech/2020/12/22/KubeEdgeDeployLog/"/>
<id>http://konata.tech/2020/12/22/KubeEdgeDeployLog/</id>
<published>2020-12-22T08:52:59.000Z</published>
<updated>2021-04-08T07:45:41.171Z</updated>
<summary type="html">
<h2 id="云端-Cloud-Side"><a href="#云端-Cloud-Side" class="headerlink" title="云端 (Cloud Side)"></a>云端 (Cloud Side)</h2><p>此处安装云端的环境是 VMWare 安装
</summary>
<category term="Ops" scheme="http://konata.tech/categories/Ops/"/>
<category term="Kubernetes" scheme="http://konata.tech/tags/Kubernetes/"/>
<category term="KubeEdge" scheme="http://konata.tech/tags/KubeEdge/"/>
<category term="K8S" scheme="http://konata.tech/tags/K8S/"/>
<category term="边缘云" scheme="http://konata.tech/tags/%E8%BE%B9%E7%BC%98%E4%BA%91/"/>
<category term="Docker" scheme="http://konata.tech/tags/Docker/"/>
</entry>
<entry>
<title>ffmpeg 命令及编译</title>
<link href="http://konata.tech/2020/12/22/ffmpeg/"/>
<id>http://konata.tech/2020/12/22/ffmpeg/</id>
<published>2020-12-21T16:17:37.000Z</published>
<updated>2023-04-02T15:11:10.204Z</updated>
<summary type="html">
<h3 id="从-MP4-中提取-M4A"><a href="#从-MP4-中提取-M4A" class="headerlink" title="从 MP4 中提取 M4A"></a>从 MP4 中提取 M4A</h3><pre class="language-bash"
</summary>
<category term="Codec" scheme="http://konata.tech/categories/Codec/"/>
<category term="ffmpeg" scheme="http://konata.tech/tags/ffmpeg/"/>
</entry>
<entry>
<title>Windows 批处理中的变量</title>
<link href="http://konata.tech/2020/12/06/windowsBatchVariable/"/>
<id>http://konata.tech/2020/12/06/windowsBatchVariable/</id>
<published>2020-12-06T08:42:42.000Z</published>
<updated>2020-12-06T09:22:44.508Z</updated>
<summary type="html">
<h2 id="环境变量"><a href="#环境变量" class="headerlink" title="环境变量"></a>环境变量</h2><p><code>%varname%</code> ,例如 <code>%PATH%</code>
</summary>
<category term="Ops" scheme="http://konata.tech/categories/Ops/"/>
<category term="Windows" scheme="http://konata.tech/tags/Windows/"/>
</entry>
<entry>
<title>ARM 汇编笔记</title>
<link href="http://konata.tech/2020/11/18/armAssembly/"/>
<id>http://konata.tech/2020/11/18/armAssembly/</id>
<published>2020-11-18T05:49:56.000Z</published>
<updated>2021-06-03T08:02:09.915Z</updated>
<summary type="html">
<h2 id="GNU-ARM-汇编程序格式"><a href="#GNU-ARM-汇编程序格式" class="headerlink" title="GNU ARM 汇编程序格式"></a>GNU ARM 汇编程序格式</h2><h3 id="整体结构"><a
</summary>
<category term="Miscellaneous" scheme="http://konata.tech/categories/Miscellaneous/"/>
<category term="ARM" scheme="http://konata.tech/tags/ARM/"/>
<category term="Assembly" scheme="http://konata.tech/tags/Assembly/"/>
</entry>
<entry>
<title>Linux 中配置路由</title>
<link href="http://konata.tech/2020/10/25/routeCommand/"/>
<id>http://konata.tech/2020/10/25/routeCommand/</id>
<published>2020-10-25T04:26:36.000Z</published>
<updated>2020-10-25T05:43:15.585Z</updated>
<summary type="html">
<h2 id="查看路由表"><a href="#查看路由表" class="headerlink" title="查看路由表"></a>查看路由表</h2><ul>
<li><code>netstat
</summary>
<category term="Ops" scheme="http://konata.tech/categories/Ops/"/>
<category term="Linux" scheme="http://konata.tech/tags/Linux/"/>
<category term="route" scheme="http://konata.tech/tags/route/"/>
</entry>
<entry>
<title>给 Windows 驱动签名</title>
<link href="http://konata.tech/2020/10/16/signWindowsDriver/"/>
<id>http://konata.tech/2020/10/16/signWindowsDriver/</id>
<published>2020-10-16T09:03:01.000Z</published>
<updated>2021-09-04T07:06:19.343Z</updated>
<summary type="html">
<h1 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h1><p>从 Windows 8
</summary>
<category term="Ops" scheme="http://konata.tech/categories/Ops/"/>
<category term="驱动" scheme="http://konata.tech/tags/%E9%A9%B1%E5%8A%A8/"/>
<category term="证书" scheme="http://konata.tech/tags/%E8%AF%81%E4%B9%A6/"/>
<category term="签名" scheme="http://konata.tech/tags/%E7%AD%BE%E5%90%8D/"/>
<category term="Windows" scheme="http://konata.tech/tags/Windows/"/>
</entry>
<entry>
<title>逻辑位移</title>
<link href="http://konata.tech/2020/10/11/logicalShift/"/>
<id>http://konata.tech/2020/10/11/logicalShift/</id>
<published>2020-10-11T09:18:25.000Z</published>
<updated>2020-10-11T09:22:00.687Z</updated>
<summary type="html">
<h2 id="逻辑左移"><a href="#逻辑左移" class="headerlink" title="逻辑左移"></a>逻辑左移</h2><p>左移运算符 <code>&lt;&lt;</code> 是双目运算符。<strong>左移 <code>n</code>
</summary>
<category term="Algorithm" scheme="http://konata.tech/categories/Algorithm/"/>
<category term="Algorithm" scheme="http://konata.tech/tags/Algorithm/"/>
</entry>
<entry>
<title>JSON Web Token</title>
<link href="http://konata.tech/2020/10/07/JSONWebToken/"/>
<id>http://konata.tech/2020/10/07/JSONWebToken/</id>
<published>2020-10-07T10:51:27.000Z</published>
<updated>2020-10-07T11:21:45.499Z</updated>
<summary type="html">
<p>JWT(JSON Web Token) 是一个基于 JSON 的开放标准,用于通信双方之间传递安全信息的简洁的、URL 安全的表述性声明规范,经常用于身份验证。 </p>
<h2 id="结构"><a href="#结构" class="headerlink"
</summary>
<category term="Tools" scheme="http://konata.tech/categories/Tools/"/>
<category term="Tools" scheme="http://konata.tech/tags/Tools/"/>
</entry>
<entry>
<title>事件冒泡</title>
<link href="http://konata.tech/2020/10/04/eventBubble/"/>
<id>http://konata.tech/2020/10/04/eventBubble/</id>
<published>2020-10-04T07:38:38.000Z</published>
<updated>2020-10-04T07:59:22.609Z</updated>
<summary type="html">
<p>当一个元素接收到事件的时候,会把他接收到的事件传给自己的父级,一直到 <code>window</code>
</summary>
<category term="JavaScript" scheme="http://konata.tech/categories/JavaScript/"/>
<category term="JavaScript" scheme="http://konata.tech/tags/JavaScript/"/>
</entry>
</feed>