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

1606 Commits

Author SHA1 Message Date
shark-chili
de9e1e8c50 [docs update] 线程池拒绝策略面试题 2024-04-14 13:37:35 +08:00
ddouddle
645d387e92
[docs update]部分描述完善 2024-04-13 22:14:25 +08:00
Guide
4327b601fb [docs update]typo 2024-04-11 21:27:43 +08:00
王希知
695a3a0f2c
Update spi.md
修改错别字
2024-04-08 11:19:24 +08:00
Guide
d02465ae34 [docs update]完善Java并发常见面试题总结(上)的内容 2024-04-06 11:50:14 +08:00
Guide
00f612ee12 [docs update]部分描述完善 2024-04-04 16:11:39 +08:00
TymGitHub
1aa88848a2
LinkedHashMap勘误
fix:修改了LRU部分测试代码中for循环起点,如果从0开始和下面代码对不上,同时多加一条数据,且修改了下方描述部分,改为【从输出结果来看,由于缓存容量为 3 ,因此,添加第 4 个元素时,第 1 个元素会被删除。添加第 5 个元素时,第 2 个元素会被删除。
】。
2024-04-01 22:21:25 +08:00
Guide
8d80bad083 [docs update]完善 MySQL索引下推 & Memcached vs Redis 2024-03-31 07:52:30 +08:00
Guide
8e054e6c65 [docs update]格式修正&部分表述完善 2024-03-28 11:23:38 +08:00
Guide
fd06ce38cf
Merge pull request #2340 from xd502djj/main
应该是改善解释型语音的效率
2024-03-24 12:12:33 +08:00
Guide
5cc5c9aff1 [docs update]举了个例子来解释消息队列解耦 2024-03-24 11:53:53 +08:00
dongjunjie005
5ef880c970 应该是改善解释型语音的效率 2024-03-23 19:05:50 +08:00
Guide
5d86986064 [docs update]修正内容格式 2024-03-23 15:51:13 +08:00
Zhao Xu Kun
0e843450d5
Update java-collection-questions-02.md
解释实现 NavigableMap 接口让 TreeMap 具备元素搜索能力原理
2024-03-23 15:15:01 +08:00
Guide
0c0efe5c3c [docs update]部分描述修正完善 2024-03-21 17:56:12 +08:00
smy1999
bba45311ef Optimize expression. 2024-03-21 16:11:01 +08:00
Guide
f0b56eddc0
Merge pull request #2323 from liangyi9812/typo-class-loading-process
typo: change Class.forname to Class.forName
2024-03-15 11:53:13 +08:00
Guide
086ea73dca [docs update]润色部分内容表达 2024-03-14 15:46:49 +08:00
liangyi
cbc10a618c typo: change Class.forname to Class.forName 2024-03-13 11:15:17 +08:00
Guide
74ef4685e0
Merge pull request #2319 from FengHaoJ/main
语句不连贯
2024-03-11 12:35:17 +08:00
Feng
c3c19ea8ea
Update java-concurrent-questions-01.md 2024-03-10 17:33:45 +08:00
Feng
aae6016f7e
Update java-concurrent-questions-01.md 2024-03-10 17:32:27 +08:00
Feng Wei
2eae558109
Update arrayblockingqueue-source-code.md
offfer ——> offer
2024-03-09 13:52:21 +08:00
Guide
2954d17e5f [docs fix]一些小错误 2024-03-08 17:06:57 +08:00
李懿
4ce81218f6 [docs update]修改词语不当:易用性 -> 易用性较差 2024-03-08 06:19:06 +08:00
smy1999
8a28d7905a Fix issues with optimistic locking. 2024-03-07 09:31:02 +08:00
Guide
b3d59c1886
Merge pull request #2311 from smy1999/feat-03
Fix a typo & A little thinking.
2024-03-06 22:53:14 +08:00
Guide
2f70b64549
Merge pull request #2309 from FengHaoJ/main
疑似错别字
2024-03-06 22:48:47 +08:00
smy1999
6e97ee1095 Fix a typo. 2024-03-06 21:11:25 +08:00
Feng
f11390f330
Update java-concurrent-questions-01.md 2024-03-06 18:48:41 +08:00
Guide
c1634a6967
Merge pull request #2306 from ShermanQ/main
Fix URL error
2024-03-06 12:18:50 +08:00
Sherman
2812310b69 Fix URL error, there is an issue with the original link format. 2024-03-06 11:23:52 +08:00
Guide
392632a739 [docs update]完善对分库分表的介绍 2024-03-06 11:17:23 +08:00
zcx-666
674d5332d7
Update java-concurrent-questions-03.md 2024-03-03 20:12:51 +08:00
Guide
c1db361434
Merge pull request #2297 from scwlkq/issue-2283
[ISSUE #2283] Add JIT article quote
2024-03-03 08:14:31 +08:00
scwlkq
4e52d41e18 add quote article link 2024-03-02 22:41:39 +08:00
gemaxis
313a696e2d Fix code error 2024-03-02 16:46:26 +08:00
Feng
b91315052e
Update java-collection-questions-01.md 2024-03-01 16:17:02 +08:00
Feng Wei
76ae23e3f9
Update nio-basis.md
响应 ——> 相应
2024-02-29 15:44:35 +08:00
liangyi
036445495d fix: 修改VolatileAtomicityDemo中的笔误 2024-02-28 14:58:34 +08:00
cxhello
aecb6e442a
Update java-basic-questions-03.md 2024-02-27 15:57:47 +08:00
Guide
3131d095c2 [docs update]zookeeper内容完善&部分markdown格式规范 2024-02-23 16:44:05 +08:00
Jiageng
5017d62219
Update syntactic-sugar.md for trasient method 2024-02-18 16:47:36 +08:00
Guide
6339b160b0 [docs fix]移除jvm垃圾回收的一篇无效参考链接 2024-02-18 16:34:32 +08:00
Guide
4da0cc7525
Merge pull request #2265 from MrXionGe/patch-1
标记CMS收集器在JDK9之后被弃用
2024-02-18 16:30:45 +08:00
大熊同学
ff95ba7a07
更新了一些ZGC的描述 2024-02-18 15:55:45 +08:00
大熊同学
6f101ddd54
标记CMS收集器在JDK9之后被弃用 2024-02-18 15:06:00 +08:00
首席复制粘贴委员会技术专家
52af79d407
Update linkedlist-source-code.md
修改了一处拼写错误, 将 'fals' 改正为 'false'.
2024-02-13 07:58:51 +08:00
Mr.Hope
e194254116 style: fix linter 2024-02-06 11:56:31 +08:00
Guide
af606816a2 [docs update]添加问题: 如何创建线程? 2024-02-02 08:51:42 +08:00