1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

[docs fix]移除jvm垃圾回收的一篇无效参考链接

This commit is contained in:
Guide 2024-02-18 16:34:32 +08:00
parent 40f55c6023
commit 6339b160b0
2 changed files with 5 additions and 6 deletions

View File

@ -48,14 +48,14 @@ export default hopeTheme({
notice: [
{
path: "/",
title: "Java学习路线最新版",
title: "2023技术年货汇总",
showOnce: true,
content:
"花了一个月零碎的时间,我根据当下 Java 后端求职和招聘的最新要求,对之前写的 Java 后端学习路线进行了全面的优化和改进。这可能是你所见过的最用心、最全面的 Java 后端学习路线,共 4w+ 字。",
"抽空整理了一些优秀的技术团队公众号 2023 年的优质技术文章汇总,质量都挺高的,强烈建议打开这篇文章看看。",
actions: [
{
text: "免费获取",
link: "https://mp.weixin.qq.com/s/6nWgi22UT5Y7nJiPfQ_XIw",
text: "开始阅读",
link: "https://www.yuque.com/snailclimb/dr6cvl/nt5qc467p3t6s13k?singleDoc# 《2023技术年货》",
type: "primary",
},
],

View File

@ -517,7 +517,6 @@ java -XX:+UseZGC -XX:+ZGenerational className
## 参考
- 《深入理解 Java 虚拟机JVM 高级特性与最佳实践(第二版》
- <https://my.oschina.net/hosee/blog/644618>
- <https://docs.oracle.com/javase/specs/jvms/se8/html/index.html>
- The Java® Virtual Machine Specification - Java SE 8 Edition<https://docs.oracle.com/javase/specs/jvms/se8/html/index.html>
<!-- @include: @article-footer.snippet.md -->