-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
678 lines (314 loc) · 22.7 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
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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>CYH的技术博客</title>
<subtitle> </subtitle>
<link href="http://clistery.github.io/atom.xml" rel="self"/>
<link href="http://clistery.github.io/"/>
<updated>2025-01-20T08:45:06.211Z</updated>
<id>http://clistery.github.io/</id>
<author>
<name>CListery</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>ubuntu20.04 桌面版转换为服务器版</title>
<link href="http://clistery.github.io/2025/01/01/ubuntu/desktop-convert-server/"/>
<id>http://clistery.github.io/2025/01/01/ubuntu/desktop-convert-server/</id>
<published>2025-01-01T03:06:26.000Z</published>
<updated>2025-01-20T08:45:06.211Z</updated>
<summary type="html"><blockquote>
<p>闲来无事瞅了一眼平时拿来做服务器的主机,发现硬盘灯一直常亮,看了一下占用,发现是 <code>/usr/bin/gnome-shell</code> 占用了大量的内存,同时还有 20MB/s</summary>
<category term="ubuntu" scheme="http://clistery.github.io/categories/ubuntu/"/>
<category term="linux" scheme="http://clistery.github.io/tags/linux/"/>
<category term="ubuntu server" scheme="http://clistery.github.io/tags/ubuntu-server/"/>
<category term="ubuntu desktop" scheme="http://clistery.github.io/tags/ubuntu-desktop/"/>
</entry>
<entry>
<title>修补 Honor Note10 内核</title>
<link href="http://clistery.github.io/2024/12/31/android/honor-note10-kirin970-fix-kernel/"/>
<id>http://clistery.github.io/2024/12/31/android/honor-note10-kirin970-fix-kernel/</id>
<published>2024-12-31T08:39:24.000Z</published>
<updated>2025-01-20T08:45:06.208Z</updated>
<summary type="html"><blockquote>
<p>本文将以 Honor Note10 作为测试平台,介绍如何修改内核配置,以及如何在 docker 环境下编译内核,最后启用 SELinux 的 permissive 模式。</p>
</blockquote>
<h2 id="环境描述"><a</summary>
<category term="android" scheme="http://clistery.github.io/categories/android/"/>
<category term="huawei" scheme="http://clistery.github.io/tags/huawei/"/>
<category term="kernel" scheme="http://clistery.github.io/tags/kernel/"/>
<category term="make" scheme="http://clistery.github.io/tags/make/"/>
<category term="magisk" scheme="http://clistery.github.io/tags/magisk/"/>
<category term="root" scheme="http://clistery.github.io/tags/root/"/>
<category term="frida" scheme="http://clistery.github.io/tags/frida/"/>
<category term="lsposed" scheme="http://clistery.github.io/tags/lsposed/"/>
<category term="hook" scheme="http://clistery.github.io/tags/hook/"/>
<category term="docker" scheme="http://clistery.github.io/tags/docker/"/>
<category term="ubuntu" scheme="http://clistery.github.io/tags/ubuntu/"/>
</entry>
<entry>
<title>修复 Gitlab-CE 仓库检查错误</title>
<link href="http://clistery.github.io/2024/10/30/gitlab-ce/fix-repository-checks-error/"/>
<id>http://clistery.github.io/2024/10/30/gitlab-ce/fix-repository-checks-error/</id>
<published>2024-10-30T08:29:16.000Z</published>
<updated>2025-01-20T08:45:06.210Z</updated>
<summary type="html"><blockquote>
<p>某一天在 gitlab 管理员邮箱中收到了 ‘GitLab Admin | One project failed its last repository check’</summary>
<category term="gitlab" scheme="http://clistery.github.io/categories/gitlab/"/>
<category term="git" scheme="http://clistery.github.io/tags/git/"/>
<category term="gitlab" scheme="http://clistery.github.io/tags/gitlab/"/>
</entry>
<entry>
<title>Ubuntu 添加硬盘并分区</title>
<link href="http://clistery.github.io/2024/09/23/ubuntu/new-disk-partition-gpt-ext4/"/>
<id>http://clistery.github.io/2024/09/23/ubuntu/new-disk-partition-gpt-ext4/</id>
<published>2024-09-23T06:59:29.000Z</published>
<updated>2025-01-20T08:45:06.211Z</updated>
<summary type="html"><blockquote>
<p>本教程将教会你如何在 Ubuntu 下如何对新加硬盘分区并挂载<br>我使用了一块 1T 的东芝机械硬盘,所以本文将使用 GPT 分区表 + EXT4 文件系统的方式操作新硬盘</p>
</blockquote>
<h2 id="知识扩展"><a</summary>
<category term="tools" scheme="http://clistery.github.io/categories/tools/"/>
<category term="ubuntu" scheme="http://clistery.github.io/tags/ubuntu/"/>
<category term="shell" scheme="http://clistery.github.io/tags/shell/"/>
<category term="tools" scheme="http://clistery.github.io/tags/tools/"/>
</entry>
<entry>
<title>自制 USBasp</title>
<link href="http://clistery.github.io/2024/07/18/mcu/make-a-usbasp-for-atmel-avr-mcu/"/>
<id>http://clistery.github.io/2024/07/18/mcu/make-a-usbasp-for-atmel-avr-mcu/</id>
<published>2024-07-18T09:04:41.000Z</published>
<updated>2025-01-20T08:45:06.210Z</updated>
<summary type="html"><blockquote>
<p>本文将 <code>STEP BY STEP</code> 介绍如何制作一个 USBAsp 烧录器,如果在制作过程中遇到问题,请先检查焊接是否有问题,再检查是否与本教程的操作是否有出入</p>
</blockquote>
<h2</summary>
<category term="Programmer" scheme="http://clistery.github.io/categories/Programmer/"/>
<category term="MCU" scheme="http://clistery.github.io/tags/MCU/"/>
<category term="Atmel" scheme="http://clistery.github.io/tags/Atmel/"/>
<category term="Arduino" scheme="http://clistery.github.io/tags/Arduino/"/>
<category term="Programmer" scheme="http://clistery.github.io/tags/Programmer/"/>
<category term="AVR" scheme="http://clistery.github.io/tags/AVR/"/>
</entry>
<entry>
<title>在 win10 上安装基于 embedded 包的 python 环境</title>
<link href="http://clistery.github.io/2024/01/11/python/setup-python-with-embedded-pkg-on-win10/"/>
<id>http://clistery.github.io/2024/01/11/python/setup-python-with-embedded-pkg-on-win10/</id>
<published>2024-01-11T03:02:48.000Z</published>
<updated>2025-01-20T08:45:06.210Z</updated>
<summary type="html"><blockquote>
<p>便携可移植,啥也不说了,干就完了</p>
</blockquote>
<h2 id="安装-embedded-package"><a href="#安装-embedded-package" class="headerlink" title="安装</summary>
<category term="python" scheme="http://clistery.github.io/categories/python/"/>
<category term="python" scheme="http://clistery.github.io/tags/python/"/>
<category term="embedded package" scheme="http://clistery.github.io/tags/embedded-package/"/>
<category term="win10" scheme="http://clistery.github.io/tags/win10/"/>
<category term="environment" scheme="http://clistery.github.io/tags/environment/"/>
</entry>
<entry>
<title>在 Linux 环境下为 DSM 安装软件</title>
<link href="http://clistery.github.io/2023/12/06/dsm/install-pkg-with-entware/"/>
<id>http://clistery.github.io/2023/12/06/dsm/install-pkg-with-entware/</id>
<published>2023-12-06T09:01:58.000Z</published>
<updated>2025-01-20T08:45:06.209Z</updated>
<summary type="html"><blockquote>
<p>之前介绍了如何通过 ssh 连接到 DSM,现在我们需要在 DSM 中安装一些软件,本文将介绍如何在 DSM 中安装软件。</p>
</blockquote>
<p>首先需要将 ssh 连接到 DSM 中,具体可以参考 <a</summary>
<category term="dsm" scheme="http://clistery.github.io/categories/dsm/"/>
<category term="docker" scheme="http://clistery.github.io/tags/docker/"/>
<category term="dsm" scheme="http://clistery.github.io/tags/dsm/"/>
<category term="virtual dsm" scheme="http://clistery.github.io/tags/virtual-dsm/"/>
<category term="synology dsm" scheme="http://clistery.github.io/tags/synology-dsm/"/>
<category term="Linux DSM" scheme="http://clistery.github.io/tags/Linux-DSM/"/>
</entry>
<entry>
<title>修复 virtual DSM 无法访问网络</title>
<link href="http://clistery.github.io/2023/12/06/dsm/fix-dsm-network-issue/"/>
<id>http://clistery.github.io/2023/12/06/dsm/fix-dsm-network-issue/</id>
<published>2023-12-06T08:35:42.000Z</published>
<updated>2025-01-20T08:45:06.209Z</updated>
<summary type="html"><blockquote>
<p>之前我们在 <a href="https://clistery.github.io/2023/12/07/dsm/install-with-docker/">在 docker 中安装 DSM</a> 时,我们在 docker 中安装了一个虚拟的</summary>
<category term="dsm" scheme="http://clistery.github.io/categories/dsm/"/>
<category term="docker" scheme="http://clistery.github.io/tags/docker/"/>
<category term="dsm" scheme="http://clistery.github.io/tags/dsm/"/>
<category term="virtual dsm" scheme="http://clistery.github.io/tags/virtual-dsm/"/>
<category term="synology dsm" scheme="http://clistery.github.io/tags/synology-dsm/"/>
<category term="network error" scheme="http://clistery.github.io/tags/network-error/"/>
</entry>
<entry>
<title>通过 ssh 连接 docker 中的 dsm</title>
<link href="http://clistery.github.io/2023/12/06/dsm/access-dsm-ssh/"/>
<id>http://clistery.github.io/2023/12/06/dsm/access-dsm-ssh/</id>
<published>2023-12-06T07:41:41.000Z</published>
<updated>2025-01-20T08:45:06.209Z</updated>
<summary type="html"><blockquote>
<p>之前我们在 <a href="https://clistery.github.io/2023/12/07/dsm/install-with-docker/">在 docker 中安装 DSM</a> 安装了 DSM,现在我们需要通过 ssh</summary>
<category term="dsm" scheme="http://clistery.github.io/categories/dsm/"/>
<category term="docker" scheme="http://clistery.github.io/tags/docker/"/>
<category term="dsm" scheme="http://clistery.github.io/tags/dsm/"/>
<category term="virtual dsm" scheme="http://clistery.github.io/tags/virtual-dsm/"/>
<category term="synology dsm" scheme="http://clistery.github.io/tags/synology-dsm/"/>
<category term="ssh jump server" scheme="http://clistery.github.io/tags/ssh-jump-server/"/>
</entry>
<entry>
<title>在 docker 中安装 DSM</title>
<link href="http://clistery.github.io/2023/12/06/dsm/install-with-docker/"/>
<id>http://clistery.github.io/2023/12/06/dsm/install-with-docker/</id>
<published>2023-12-06T07:40:04.000Z</published>
<updated>2025-01-20T08:45:06.210Z</updated>
<summary type="html"><blockquote>
<p>是的,你没有看错,这篇文章的标题是在 docker 中安装 DSM,而不是在 docker 中安装 DSM,这里的 DSM 是指 Synology DSM,也就是群晖的操作系统,这里我们将在 docker 中安装一个虚拟的</summary>
<category term="dsm" scheme="http://clistery.github.io/categories/dsm/"/>
<category term="docker" scheme="http://clistery.github.io/tags/docker/"/>
<category term="dsm" scheme="http://clistery.github.io/tags/dsm/"/>
<category term="virtual dsm" scheme="http://clistery.github.io/tags/virtual-dsm/"/>
<category term="synology dsm" scheme="http://clistery.github.io/tags/synology-dsm/"/>
</entry>
<entry>
<title>优化 docker 镜像构建时需要重复下载 apk</title>
<link href="http://clistery.github.io/2023/10/07/docker/apline-apk-locally/"/>
<id>http://clistery.github.io/2023/10/07/docker/apline-apk-locally/</id>
<published>2023-10-07T02:14:18.000Z</published>
<updated>2025-01-20T08:45:06.209Z</updated>
<summary type="html"><blockquote>
<p>众所周知,如果我们需要在 docker 镜像构建时通过包管理器下载一些软件,那么每次我们在修改 DockerFile</summary>
<category term="docker" scheme="http://clistery.github.io/categories/docker/"/>
<category term="docker" scheme="http://clistery.github.io/tags/docker/"/>
<category term="alpine" scheme="http://clistery.github.io/tags/alpine/"/>
<category term="dockerfile" scheme="http://clistery.github.io/tags/dockerfile/"/>
<category term="docker image" scheme="http://clistery.github.io/tags/docker-image/"/>
</entry>
<entry>
<title>避免 SVN 每次都需要输入密码</title>
<link href="http://clistery.github.io/2023/09/26/svn/svn-save-password/"/>
<id>http://clistery.github.io/2023/09/26/svn/svn-save-password/</id>
<published>2023-09-26T03:34:54.000Z</published>
<updated>2025-01-20T08:45:06.210Z</updated>
<summary type="html"><blockquote>
<p>由于每次 svn 操作都要求输入账号密码,为了<i class="hover-effect" data-hover-text="偷懒">优雅</i>的使用 svn,在搜索引擎上找了一圈,全都是让你去改 config、server</summary>
<category term="svn" scheme="http://clistery.github.io/categories/svn/"/>
<category term="svn" scheme="http://clistery.github.io/tags/svn/"/>
</entry>
<entry>
<title>Ubuntu Server 2204配置无线网卡</title>
<link href="http://clistery.github.io/2023/09/15/ubuntu/usb-net/"/>
<id>http://clistery.github.io/2023/09/15/ubuntu/usb-net/</id>
<published>2023-09-15T13:39:17.000Z</published>
<updated>2025-01-20T08:45:06.211Z</updated>
<summary type="html"><blockquote>
<p>本文主要介绍如何在 Ubuntu Server 2204 上配置无线网卡,以及如何安装驱动。</p>
</blockquote>
<h2 id="环境描述"><a href="#环境描述" class="headerlink"</summary>
<category term="ubuntu" scheme="http://clistery.github.io/categories/ubuntu/"/>
<category term="ubuntu" scheme="http://clistery.github.io/tags/ubuntu/"/>
<category term="RTL8192EU" scheme="http://clistery.github.io/tags/RTL8192EU/"/>
<category term="wlan adapter" scheme="http://clistery.github.io/tags/wlan-adapter/"/>
<category term="network" scheme="http://clistery.github.io/tags/network/"/>
</entry>
<entry>
<title>禁用 PC 版微信的图片文字识别功能</title>
<link href="http://clistery.github.io/2023/08/02/other/disable-wechat-ocr/"/>
<id>http://clistery.github.io/2023/08/02/other/disable-wechat-ocr/</id>
<published>2023-08-02T03:33:46.000Z</published>
<updated>2025-01-20T08:45:06.210Z</updated>
<summary type="html"><blockquote>
<p>自从微信增加了自动识别图片文字功能后,确实带来了一些便利,可以不用再对着截图一个字一个字敲了,但是同时也带来了不方便的地方,有些图片需要放大或拖拽时便显得不那么友好了,说到底还是制杖产品经理搞出来的反人类交互体验。</p>
</blockquote</summary>
<category term="other" scheme="http://clistery.github.io/categories/other/"/>
<category term="diss wechat" scheme="http://clistery.github.io/tags/diss-wechat/"/>
<category term="tencent" scheme="http://clistery.github.io/tags/tencent/"/>
<category term="制杖产品" scheme="http://clistery.github.io/tags/%E5%88%B6%E6%9D%96%E4%BA%A7%E5%93%81/"/>
</entry>
<entry>
<title>在 Docker 中为 Nginx:alpine 安装模块</title>
<link href="http://clistery.github.io/2023/07/27/docker/apline-nginx-install-module/"/>
<id>http://clistery.github.io/2023/07/27/docker/apline-nginx-install-module/</id>
<published>2023-07-27T00:37:26.000Z</published>
<updated>2025-01-20T08:45:06.209Z</updated>
<summary type="html"><blockquote>
<p>通过 DockerFile 给基于 nginx:apline 构建的镜像安装 HTTP Echo 模块</p>
</blockquote>
<h2 id="环境"><a href="#环境" class="headerlink"</summary>
<category term="docker" scheme="http://clistery.github.io/categories/docker/"/>
<category term="docker" scheme="http://clistery.github.io/tags/docker/"/>
<category term="linux" scheme="http://clistery.github.io/tags/linux/"/>
<category term="alpine" scheme="http://clistery.github.io/tags/alpine/"/>
<category term="nginx" scheme="http://clistery.github.io/tags/nginx/"/>
<category term="nginx-module" scheme="http://clistery.github.io/tags/nginx-module/"/>
</entry>
<entry>
<title>用户与用户组</title>
<link href="http://clistery.github.io/2023/07/20/ubuntu/user-group/"/>
<id>http://clistery.github.io/2023/07/20/ubuntu/user-group/</id>
<published>2023-07-20T02:10:05.000Z</published>
<updated>2025-01-20T08:45:06.211Z</updated>
<summary type="html"><blockquote>
<p>对 Linux 用户及用户组进行管理与修改</p>
</blockquote>
<h2 id="Tools"><a href="#Tools" class="headerlink"</summary>
<category term="tools" scheme="http://clistery.github.io/categories/tools/"/>
<category term="ubuntu" scheme="http://clistery.github.io/tags/ubuntu/"/>
<category term="shell" scheme="http://clistery.github.io/tags/shell/"/>
<category term="tools" scheme="http://clistery.github.io/tags/tools/"/>
</entry>
<entry>
<title>如何优雅地让特定应用程序绕过用户帐户控制通知弹窗</title>
<link href="http://clistery.github.io/2023/05/06/windows/bypass-user-account-control-notifications/"/>
<id>http://clistery.github.io/2023/05/06/windows/bypass-user-account-control-notifications/</id>
<published>2023-05-06T00:39:54.000Z</published>
<updated>2025-01-20T08:45:06.212Z</updated>
<summary type="html"><blockquote>
<p>我们在使用 Windows 系统时,在打开一些应用程序时,经常会看到 “用户账户控制”</summary>
<category term="windows" scheme="http://clistery.github.io/categories/windows/"/>
<category term="User Account Control Notifications" scheme="http://clistery.github.io/tags/User-Account-Control-Notifications/"/>
<category term="Windows 小技巧" scheme="http://clistery.github.io/tags/Windows-%E5%B0%8F%E6%8A%80%E5%B7%A7/"/>
</entry>
<entry>
<title>安装及配置 v2ray</title>
<link href="http://clistery.github.io/2023/04/21/tools/v2ray-install-setup/"/>
<id>http://clistery.github.io/2023/04/21/tools/v2ray-install-setup/</id>
<published>2023-04-21T07:25:02.000Z</published>
<updated>2025-01-20T08:45:06.211Z</updated>
<summary type="html"><blockquote>
<p>基于 ubuntu 22.04 搭建 Nginx + TLS + VMess + WebSocket + HTTP/2</p>
</blockquote>
<h2 id="前提"><a href="#前提" class="headerlink"</summary>
<category term="tools" scheme="http://clistery.github.io/categories/tools/"/>
<category term="v2ray" scheme="http://clistery.github.io/tags/v2ray/"/>
<category term="clash" scheme="http://clistery.github.io/tags/clash/"/>
<category term="vpn" scheme="http://clistery.github.io/tags/vpn/"/>
</entry>
<entry>
<title>AMD VMware Workstation 15.1 安装 MacOS Catalina 10.15.5</title>
<link href="http://clistery.github.io/2023/04/13/vmware/amd-vmware15.1-install-macos-10.15.x/"/>
<id>http://clistery.github.io/2023/04/13/vmware/amd-vmware15.1-install-macos-10.15.x/</id>
<published>2023-04-13T03:34:38.000Z</published>
<updated>2025-01-20T08:45:06.211Z</updated>
<summary type="html"><blockquote>
<p>辣鸡 MacBook,配置低不说,还卖得贼拉贵,所以我等穷鬼只能走歪门邪道。。。真香</p>
</blockquote>
<h2 id="前提条件"><a href="#前提条件" class="headerlink"</summary>
<category term="vmware" scheme="http://clistery.github.io/categories/vmware/"/>
<category term="vmware" scheme="http://clistery.github.io/tags/vmware/"/>
<category term="MacOS Catalina 10.15.x" scheme="http://clistery.github.io/tags/MacOS-Catalina-10-15-x/"/>
<category term="黑苹果" scheme="http://clistery.github.io/tags/%E9%BB%91%E8%8B%B9%E6%9E%9C/"/>
<category term="真香系列" scheme="http://clistery.github.io/tags/%E7%9C%9F%E9%A6%99%E7%B3%BB%E5%88%97/"/>
<category term="AMD yyds" scheme="http://clistery.github.io/tags/AMD-yyds/"/>
</entry>
<entry>
<title>Android strings.xml 中支持的特殊字符</title>
<link href="http://clistery.github.io/2023/03/13/android/strings/"/>
<id>http://clistery.github.io/2023/03/13/android/strings/</id>
<published>2023-03-13T05:58:01.000Z</published>
<updated>2025-01-20T08:45:06.208Z</updated>
<summary type="html"><blockquote>
<p>要在 string.xml 中显示特殊符号、如@号冒号等、直接写会显示乱码,必须要改为 ASCII 十进制交换编码书写</p>
</blockquote>
<h2 id="编码对照表"><a href="#编码对照表"</summary>
<category term="android" scheme="http://clistery.github.io/categories/android/"/>
<category term="android" scheme="http://clistery.github.io/tags/android/"/>
<category term="strings" scheme="http://clistery.github.io/tags/strings/"/>
</entry>
</feed>