docs: 添加 JVM 章节 - 垃圾回收系列(5篇)
Deploy Docs / deploy (push) Successful in 11s

This commit is contained in:
2026-09-03 12:00:06 +08:00
parent 32cdd435b3
commit 329166fdf7
7 changed files with 941 additions and 0 deletions
+7
View File
@@ -120,6 +120,13 @@ nav:
- HeavyKeeper: algorithm/heavykeeper.md
- 二叉树的遍历: algorithm/binary-tree-traversal.md
- 队列: algorithm/queue.md
- JVM:
- jvm/index.md
- 垃圾回收基础: jvm/garbage-collection.md
- 内存碎片与整理: jvm/memory-fragmentation.md
- 分代 GC: jvm/generational-gc.md
- GC 回收器对比: jvm/gc-collectors.md
- GC Roots 与三色标记: jvm/tri-color-marking.md
- 七牛云:
- qiniu-cloud/index.md
- 前后端架构: qiniu-cloud/architecture.md