@@ -67,6 +67,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
67
67
- [ Git] ( #git )
68
68
- [ Go] ( #go )
69
69
- [ 硬件] ( #硬件 )
70
+ - [ Java] ( #java )
70
71
- [ Javascript] ( #javascript )
71
72
- [ K8S] ( #k8s )
72
73
- [ 语言设计] ( #语言设计 )
@@ -75,6 +76,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
75
76
- [ Lua] ( #lua )
76
77
- [ Mac] ( #mac )
77
78
- [ 数学] ( #数学 )
79
+ - [ 机器学习] ( #机器学习 )
78
80
- [ 网络] ( #网络 )
79
81
- [ Nodejs] ( #nodejs )
80
82
- [ 运维] ( #运维 )
@@ -181,11 +183,13 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
181
183
- [ nerdctl 网络] ( docker/nerdctl-network.md )
182
184
- [ nerdctl] ( docker/nerdctl.md )
183
185
- [ ping: Operation not permitted] ( docker/ping-operation-not-permmitted.md )
186
+ - [ Podman netns] ( docker/podman-netns.md )
184
187
- [ Podman] ( docker/podman.md )
185
188
- [ 在后台运行 docker 容器且不会自动退出] ( docker/run-docker-in-background.md )
186
189
- [ docker security_opt] ( docker/security-opt.md )
187
190
- [ Docker 安全] ( docker/security.md )
188
191
- [ volume] ( docker/volume.md )
192
+ - [ 在 rootless podman 获取不到真实远端 ip] ( docker/wrong-remote-ip-in-rootless-podman.md )
189
193
190
194
[ ` ⬆ 返回目录 ` ] ( #toc )
191
195
@@ -277,11 +281,13 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
277
281
278
282
## Go
279
283
284
+ - [ Golang GC] ( go/gc.md )
280
285
- [ GO 汇编] ( go/go-assembler.md )
281
286
- [ go build] ( go/go-build.md )
282
287
- [ go doc] ( go/go-doc.md )
283
288
- [ go generate] ( go/go-generate.md )
284
289
- [ Go Module] ( go/go-module.md )
290
+ - [ go tool] ( go/go-tool.md )
285
291
- [ Golang 学习] ( go/golang-learning.md )
286
292
- [ Gorutine] ( go/gorutine.md )
287
293
- [ 在 MacOS 上使用 gvm install] ( go/gvm-install-in-macos.md )
@@ -303,6 +309,12 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
303
309
304
310
[ ` ⬆ 返回目录 ` ] ( #toc )
305
311
312
+ ## Java
313
+
314
+ - [ Java GC] ( java/gc.md )
315
+
316
+ [ ` ⬆ 返回目录 ` ] ( #toc )
317
+
306
318
## Javascript
307
319
308
320
- [ babel 小技巧] ( javascript/babel-tricks.md )
@@ -353,6 +365,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
353
365
- [ 协程 (Coroutine)] ( language/coroutine.md )
354
366
- [ CSP 并发模型] ( language/csp.md )
355
367
- [ Debuger] ( language/debuger.md )
368
+ - [ 垃圾回收 Garbage Collection (GC)] ( language/gc.md )
356
369
- [ 栈帧] ( language/stack-frame.md )
357
370
358
371
[ ` ⬆ 返回目录 ` ] ( #toc )
@@ -458,6 +471,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
458
471
- [ netns] ( linux/netns.md )
459
472
- [ netstat 与 ss] ( linux/netstat-and-ss.md )
460
473
- [ 网络接口配置 (ifcfg)] ( linux/network-interface-configuration.md )
474
+ - [ 网络配置工具] ( linux/network-manage-tools.md )
461
475
- [ 硬盘空间占满问题] ( linux/no-space-left-on-device.md )
462
476
- [ nsenter] ( linux/nsenter.md )
463
477
- [ NTP 时间同步] ( linux/ntp.md )
@@ -470,6 +484,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
470
484
- [ PostmarketOS] ( linux/postmarketos.md )
471
485
- [ 进程中断] ( linux/proc-interrupts.md )
472
486
- [ 进程内存] ( linux/process-memory.md )
487
+ - [ 进程亲和性 (Processor Affinity)] ( linux/processor-affinity.md )
473
488
- [ 命令行中提示用户 Yes/No] ( linux/read-prompt.md )
474
489
- [ rm 命令] ( linux/rm.md )
475
490
- [ rsync 与 scp] ( linux/rsync-and-scp.md )
@@ -500,6 +515,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
500
515
- [ UFW] ( linux/ufw.md )
501
516
- [ UNIX Domain Socket] ( linux/unix-domain-socket.md )
502
517
- [ unlink 是删除任何文件] ( linux/unlink.md )
518
+ - [ unshare 命令] ( linux/unshare.md )
503
519
- [ /usr/bin/env] ( linux/usr-bin-env.md )
504
520
- [ 虚拟文件系统 (VFS, Virtual File System)] ( linux/virtual-file-system.md )
505
521
- [ 虚拟内存] ( linux/virtual-memory.md )
@@ -555,6 +571,12 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
555
571
556
572
[ ` ⬆ 返回目录 ` ] ( #toc )
557
573
574
+ ## 机器学习
575
+
576
+ - [ Stable Diffusion] ( ml/stable-diffusion.md )
577
+
578
+ [ ` ⬆ 返回目录 ` ] ( #toc )
579
+
558
580
## 网络
559
581
560
582
记录网络相关知识
@@ -564,8 +586,10 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
564
586
- [ 组播地址] ( network/boardcast-ip.md )
565
587
- [ 网桥 (Bridge)] ( network/bridge.md )
566
588
- [ DHCP] ( network/dhcp.md )
589
+ - [ DNS] ( network/dns.md )
567
590
- [ DNS SRV] ( network/dns_srv.md )
568
591
- [ DoH 与 DoT] ( network/doh-and-dot.md )
592
+ - [ Envoy] ( network/envoy.md )
569
593
- [ 网关 gateway] ( network/gateway.md )
570
594
- [ HTTP Request/Response 网络包] ( network/http-request-and-response-package.md )
571
595
- [ NAT] ( network/nat.md )
@@ -575,6 +599,8 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
575
599
- [ SDN] ( network/sdn.md )
576
600
- [ TCP Buffer 大小] ( network/tcp-buffer-size.md )
577
601
- [ TUN/TAP] ( network/tun-tap.md )
602
+ - [ 虚拟网络设备] ( network/virtual-interface.md )
603
+ - [ 虚拟 IP] ( network/virtual-ip.md )
578
604
- [ 虚拟网络设备] ( network/virtual-network-devices.md )
579
605
- [ vlan] ( network/vlan.md )
580
606
- [ vxlan] ( network/vxlan.md )
@@ -589,6 +615,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
589
615
- [ EJS 渲染引擎的空白问题] ( nodejs/ejs-blanks.md )
590
616
- [ Error.captureStackTrace 的 stack 缺少 message 问题] ( nodejs/error-captureStackTrace.md )
591
617
- [ fs 函数抛出的异常没有堆栈信息] ( nodejs/fs-error-has-no-stack.md )
618
+ - [ NodeJS GC] ( nodejs/gc.md )
592
619
- [ node 中发 ICMP 包] ( nodejs/icmp-in-node.md )
593
620
- [ Jest] ( nodejs/jest.md )
594
621
- [ npm publish 不会包含 .gitignore 文件] ( nodejs/missing-gitignore-when-node-publish.md )
@@ -690,6 +717,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
690
717
- [ 为何 Protobuf 3 移除了 required 和 optional] ( others/why-protobuf-3-remove-required-and-optional.md )
691
718
- [ 为什么 Unicode U+F8FF 是苹果 Logo?] ( others/why-unicode-f8ff-is-apple-logo.md )
692
719
- [ zookeeper 健康检查] ( others/zookeeper-health-check.md )
720
+ - [ 零宽字符加密] ( others/zwj-encode.md )
693
721
694
722
[ ` ⬆ 返回目录 ` ] ( #toc )
695
723
@@ -847,6 +875,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
847
875
- [ KVM (Kernel-based Virtual Machine)] ( vm/kvm.md )
848
876
- [ Libvirt 网络] ( vm/libvirt-network.md )
849
877
- [ Libvirt] ( vm/libvirt.md )
878
+ - [ 虚拟 CPU] ( vm/vCPU.md )
850
879
- [ virsh shutdown 命令无效] ( vm/virsh-shutdown-not-work.md )
851
880
- [ virt-install Couldn't find kernel for install tree] ( vm/virt-install-cannot-find-kernel.md )
852
881
- [ Virtualbox] ( vm/virtualbox.md )
@@ -864,6 +893,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
864
893
- [ socket] ( web/socket.md )
865
894
- [ 下划线在 HTTP Header 里是非法字符串] ( web/underscore-is-invalid-in-header.md )
866
895
- [ URI 转义] ( web/uri-encode.md )
896
+ - [ Websocket] ( web/websocket.md )
867
897
868
898
[ ` ⬆ 返回目录 ` ] ( #toc )
869
899
0 commit comments