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

5710 Commits

Author SHA1 Message Date
Guide
2aad0b550b [docs fix]修正系统调用的过程描述和图解 2025-02-14 11:03:11 +08:00
Guide
1a54147c50
Merge pull request #2598 from HaiBooLang/patch-2
fix:补充说明四种引用的概念
2025-02-14 10:44:43 +08:00
HaiBooLang
c96739f6fa
fix:补充说明四种引用的概念 2025-02-13 18:52:10 +08:00
Guide
3865282503
Merge pull request #2595 from CoteNite/patch-2
fix:简化原文逻辑以便于理解
2025-02-07 23:02:23 +08:00
CoteNite
9cb0bf6aff
fix:简化原文逻辑以便于理解
将原文中的
“如果栈的内存大小可以动态扩展, **如果**虚拟机在动态扩展栈时无法申请到足够的内存空间”
修改为
“如果栈的内存大小可以动态扩展, **那么当**虚拟机在动态扩展栈时无法申请到足够的内存空间”
2025-02-07 19:14:36 +08:00
Guide
dcc302dcc8
Merge pull request #2589 from Listen-to-the-mountains-and-seas/main
修正ThreadLocal造成内存泄漏的描述
2025-01-26 21:39:39 +08:00
Guide
026ebaf5cf
Merge pull request #2590 from flying-pig-z/main
fix:修改语句中词语重复
2025-01-26 21:38:11 +08:00
Guide
b98ef11521
Merge pull request #2591 from pykeeee/patch-1
bigDecimal篇修正
2025-01-26 21:37:10 +08:00
pykeeee
98fb76bc59
Update bigdecimal.md
浮点数和小数是不同的概念,这里有些混淆。浮点数是计算机常用的表示小数的方式,而bigDecimal是用来解决二进制浮点数无法精确表示十进制小数的问题。本质上,bigDecimal也是浮点数,只不过是十进制浮点数。
2025-01-26 10:40:43 +08:00
flying pig
80c5cc433d
fix:修改语句中词语重复 2025-01-26 10:09:33 +08:00
26684
a952018fff 修正ThreadLocal造成内存泄漏的描述
- 将"机会造成内存泄漏"修正为"即会造成内存泄漏"
2025-01-25 19:46:18 +08:00
Guide
c40ec4c457 [docs update]一些内容的简单完善 2025-01-25 15:37:04 +08:00
Guide
743d9c0877
Merge pull request #2588 from vernon-w/main
Update README.md
2025-01-21 21:13:16 +08:00
Vernon Wei
511ab1109b
Update README.md
修改网站首页错别字
2025-01-21 18:16:06 +08:00
Guide
65a56ab31a
Merge pull request #2587 from Listen-to-the-mountains-and-seas/main
修正缓存击穿描述中的错别字
2025-01-20 20:14:18 +08:00
26684
24cf144def 修正缓存击穿描述中的错别字
- 将"不存在与缓存中"修正为"不存在于缓存中"
2025-01-20 17:13:36 +08:00
Guide
5580b863ae
Merge pull request #2584 from imlee2021/main
Update spring-knowledge-and-questions-summary.md
2025-01-17 20:18:30 +08:00
Lee
12e14c5868
Update spring-knowledge-and-questions-summary.md 2025-01-16 12:54:05 +08:00
Guide
e48eb637ac
Merge pull request #2583 from Mister-Hope/main
build: bump deps
2025-01-14 19:48:25 +08:00
Mister-Hope
17ed881ebe build: bump deps 2025-01-14 03:36:34 +08:00
Guide
db40b886a5 [docs update]jvm 类初始化内容完善 2025-01-13 11:42:54 +08:00
Guide
bb824b6d9c
Merge pull request #2581 from wenzhuo4657/main
修正ThreadLocal 内存泄露问题是怎么导致的?
2025-01-13 11:02:33 +08:00
wenzhuo4657
f5020958d6 fix:ThreadLocal 内存泄露问题是怎么导致的? 2025-01-11 16:59:26 +08:00
wenzhuo4657
661226ab4e no message 2025-01-11 16:55:30 +08:00
Guide
4187aebf8b [docs update]补充包装类型缓存范围是否可以修改 2025-01-04 13:55:52 +08:00
Guide
7e3887acb4 Update classloader.md 2025-01-02 16:39:49 +08:00
Guide
8a47f66748 [docs update]完善双亲委派模型的好处 2025-01-02 16:14:42 +08:00
Guide
fddf33a02a
Merge pull request #2576 from suaxi/main
fix:补充《Java并发常见面试题总结(下)》中缺失的文字描述
2025-01-01 20:25:30 +08:00
Guide
c5be500745 [docs update]完善 Spring AOP 和 AspectJ AOP 的区别 2025-01-01 18:23:40 +08:00
Guide
5533692b77
Merge pull request #2575 from Kisa-Dong/main
Update java-concurrent-questions-02.md
2025-01-01 17:21:54 +08:00
Guide
df113b8fe9 [docs fix]图片地址修正 2025-01-01 17:19:19 +08:00
Suaxi
f5ffecd541 [docs update]补充缺失内容 2025-01-01 12:29:12 +08:00
Kisa-Dong
d63f546e6b
Update java-concurrent-questions-02.md
删除多余字符
2024-12-31 16:59:38 +08:00
Guide
9276ac2736
Merge pull request #2574 from 1020325258/12-29
核心线程空闲时处于什么状态
2024-12-30 20:12:07 +08:00
11来了
e457037f43 [docs update]完善文字描述 2024-12-29 22:11:58 +08:00
11来了
01c961b9a1 [docs update]完善文字描述 2024-12-29 22:02:01 +08:00
11来了
330d1dc596 [docs update]增加状态 2024-12-29 22:01:17 +08:00
11来了
d6eca60aad [docs update]核心线程空闲时状态 2024-12-29 21:00:31 +08:00
11来了
4d833d31bd [docs update]核心线程空闲时状态 2024-12-29 19:45:43 +08:00
Guide
d11cfa5387 [docs update]完善补充HashMap、并发集合相关的内容 2024-12-29 13:24:22 +08:00
Guide
edbea013d9 [docs update]完善@Async注解源码注释 2024-12-27 15:09:44 +08:00
Guide
143d9c5abd
Merge pull request #2572 from 1020325258/12-26
添加@Async原理分析
2024-12-27 10:40:37 +08:00
11来了
29e40c09e8 [docs update]删除一级标题 2024-12-27 01:03:38 +08:00
11来了
3b81052f53 [docs update]更新目录 2024-12-27 00:33:08 +08:00
11来了
1d68b14cdb [docs update]完善线程池获取描述 2024-12-26 23:14:08 +08:00
11来了
d803817f9e [docs update]修改图片地址 2024-12-26 23:09:39 +08:00
11来了
8b308323ff [docs update]更改图片地址 2024-12-26 22:18:24 +08:00
11来了
3c76a691fd [docs update]@Async原理分析 2024-12-26 22:09:00 +08:00
Guide
00f5ee850a
Merge pull request #2569 from 1020325258/12-21
[docs update]AQS增加共享模式获取、释放资源源码分析
2024-12-23 22:02:49 +08:00
Guide
de23581229
Merge pull request #2568 from Seeker32/fix
fix: Redis keyspace notifications
2024-12-23 21:58:50 +08:00