mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
[docs fix]移除jvm垃圾回收的一篇无效参考链接
This commit is contained in:
parent
40f55c6023
commit
6339b160b0
@ -48,14 +48,14 @@ export default hopeTheme({
|
|||||||
notice: [
|
notice: [
|
||||||
{
|
{
|
||||||
path: "/",
|
path: "/",
|
||||||
title: "Java学习路线最新版",
|
title: "2023技术年货汇总",
|
||||||
showOnce: true,
|
showOnce: true,
|
||||||
content:
|
content:
|
||||||
"花了一个月零碎的时间,我根据当下 Java 后端求职和招聘的最新要求,对之前写的 Java 后端学习路线进行了全面的优化和改进。这可能是你所见过的最用心、最全面的 Java 后端学习路线,共 4w+ 字。",
|
"抽空整理了一些优秀的技术团队公众号 2023 年的优质技术文章汇总,质量都挺高的,强烈建议打开这篇文章看看。",
|
||||||
actions: [
|
actions: [
|
||||||
{
|
{
|
||||||
text: "免费获取",
|
text: "开始阅读",
|
||||||
link: "https://mp.weixin.qq.com/s/6nWgi22UT5Y7nJiPfQ_XIw",
|
link: "https://www.yuque.com/snailclimb/dr6cvl/nt5qc467p3t6s13k?singleDoc# 《2023技术年货》",
|
||||||
type: "primary",
|
type: "primary",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -517,7 +517,6 @@ java -XX:+UseZGC -XX:+ZGenerational className
|
|||||||
## 参考
|
## 参考
|
||||||
|
|
||||||
- 《深入理解 Java 虚拟机:JVM 高级特性与最佳实践(第二版》
|
- 《深入理解 Java 虚拟机:JVM 高级特性与最佳实践(第二版》
|
||||||
- <https://my.oschina.net/hosee/blog/644618>
|
- The Java® Virtual Machine Specification - Java SE 8 Edition:<https://docs.oracle.com/javase/specs/jvms/se8/html/index.html>
|
||||||
- <https://docs.oracle.com/javase/specs/jvms/se8/html/index.html>
|
|
||||||
|
|
||||||
<!-- @include: @article-footer.snippet.md -->
|
<!-- @include: @article-footer.snippet.md -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user