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

142 Commits

Author SHA1 Message Date
Guide
148ef34874 [docs update]完善操作系统常见面试题总结(上)篇 2023-04-02 22:05:57 +08:00
Nicolas
0e6fa5967e
修改错别字 2023-03-26 17:49:32 +08:00
Guide
3729b6f417 [docs update]完善Redis部分的内容 2023-03-23 18:25:39 +08:00
Guide
1a64bb5225 [docs fix]乐观锁和悲观锁详解中删除适用场景的介绍 2023-03-21 22:02:04 +08:00
ale
60b89a92d4
修正一些句子多余/缺少的词
1、悲观锁通常多用于写多比较多的情况下(多写场景)=》悲观锁通常多用于写比较多的情况下(多写场景)。删除多余字:多
2、乐观锁通常多于写比较少的情况下(多读场景)=》乐观锁通常多用于写比较少的情况下(多读场景)。添加用字
3、对象锁的的拥有者线程才可以执行=》对象锁的拥有者线程才可以执行。删除多余字:的
4、synchronized 修饰方法的的情况=》synchronized 修饰方法的情况。删除多余字:的
2023-03-20 15:22:35 +08:00
Guide
9e476c1af1 [docs update]typo 2023-03-14 22:54:16 +08:00
Guide
91c491d608 [docs update]picture url 2023-03-10 18:40:00 +08:00
Guide
a430800f04 [docs update]picture url 2023-03-10 11:52:00 +08:00
Guide
19936857d8 [docs update]完善类加载过程详解 2023-03-06 15:07:48 +08:00
Guide
3e8b402cc7 [docs update]完善类加载器详解(重点) 2023-02-28 16:18:55 +08:00
Coder994
cd1e5b44f8
Update optimistic-lock-and-pessimistic-lock.md
删除多余的字
2023-02-24 11:26:31 +08:00
Guide
be1b16ffcf [docs update]添加Future相关的3个问题 2023-02-13 18:18:26 +08:00
Guide
5a22a83859 [docs update]完善 Java 线程池最佳实践 2023-02-09 20:19:01 +08:00
Guide
211fc37e1d [docs update] 添加 ReentrantReadWriteLock + StampedLock 常见问题 2023-02-08 10:47:09 +08:00
Guide
acf10f6e03 [docs update]添加ReentrantLock相关内容 2023-02-07 13:18:22 +08:00
Guide
c706bebb0d [docs update]完善线程池相关的内容 2023-02-07 11:03:15 +08:00
Guide
96a46f9b05 [docs add]乐观锁和悲观锁详解 2023-01-31 16:27:36 +08:00
纪卓志
15d6ea12d7
Update jmm.md
According to https://download.oracle.com/otn-pub/jcp/memory_model-1.0-pfd-spec-oth-JSpec/memory_model-1_0-pfd-spec.pdf, giving a formal definition of Java Memory Model.
2023-01-17 23:20:48 +08:00
guide
a06a408f96 [docs update]添加对移位运算符的基本介绍(重要) 2022-12-16 10:38:42 +08:00
guide
9f66ae82de [docs update]完善Java 并发常见面试题总结(下)的内容 2022-12-15 22:42:21 +08:00
guide
696b6d6105 [docs update]精简完善 aqs 的内容 2022-12-15 22:02:20 +08:00
guide
4132cc2bd4 [docs update]数据库并发一致性问题添加配图帮助理解 2022-11-19 11:48:56 +08:00
Guide
317c3ee7d5
Merge pull request #1853 from Blackcat308/patch-1
Update jmm.md
2022-10-27 22:03:26 +08:00
LaoCat
b177fd8457
Update jmm.md
修改语病。
2022-10-27 13:50:01 +08:00
hyl1995
c33082d55a
Update java-thread-pool-summary.md
修正部分错误文字说明
2022-10-27 11:44:04 +08:00
guide
f02150de2a [docs fix]修正对死锁的四个必要条件的描述 2022-10-25 10:13:34 +08:00
guide
c5766c7b51 [docs fix]对 CPU 缓存模型绘图不严谨的地方进行完善 2022-10-23 20:26:02 +08:00
guide
681c5aeef7 [docs update]完善数据库基础书籍推荐 2022-10-08 20:11:00 +08:00
Amos Chu
20d4644d23
删除重复字“开发发者“ 2022-09-22 08:36:40 +08:00
Hexrt
9ea68bc3b4 fix: typo
1. 缓存缓存一致性->缓存一致性
2. 准守->遵守
3. 但有->但又
4. 编译器的当时->编译器重排序的方式
5.`start()`方法->`start()`方法
2022-09-05 17:02:27 +08:00
guide
703c7b4b75 Update java-concurrent-questions-02.md 2022-08-23 16:05:56 +08:00
guide
81f1291ca0 Update java-concurrent-questions-02.md 2022-08-21 21:13:26 +08:00
guide
29741e6bca [docs improve]java部分图片重新绘制 2022-08-21 19:15:56 +08:00
Carbda
d67403e140
Update java-concurrent-questions-02.md
方法大小括号的使用规范
2022-08-18 23:20:21 +08:00
guide
3c9d813a17 [docs update]并发部分不太清晰的图片重新上传 2022-08-15 22:31:03 +08:00
guide
075593b231 [docs update]java并发部分内容重构完善 2022-08-12 19:03:57 +08:00
guide
d2bb3052df [docs update]typo 2022-08-08 07:16:26 +08:00
Guide
7628b6178d
Merge pull request #1782 from Raxcl/patch-4
Update java-concurrent-questions-03.md
2022-08-08 06:50:47 +08:00
Guide
3a306606e9
Merge pull request #1783 from Raxcl/patch-5
Update java-concurrent-questions-01.md
2022-08-08 06:48:26 +08:00
guide
4aa189e03b [docs update]并发部分图片修复 2022-08-04 21:37:03 +08:00
guide
dffc5dd94a [docs update]Java并发部分内容重构完善 2022-08-04 21:00:03 +08:00
Raxcl
e78f45c9f1
Update java-concurrent-questions-01.md 2022-08-03 22:04:50 +08:00
Raxcl
9752436602
Update java-concurrent-questions-03.md 2022-08-03 22:01:30 +08:00
guide
506532cdcf [docs update]并发部分内容完善&拆分成3篇 2022-07-30 18:58:06 +08:00
guide
98ec9ae28a [docs update]并发部分内容修改 2022-07-25 20:46:48 +08:00
guide
a600b8d8ca [docs improve]seo优化&文章标题优化 2022-07-18 09:24:18 +08:00
guide
510273aec8 Update reentrantlock.md 2022-06-30 15:28:01 +08:00
Guide
4fddad66a9
Merge pull request #1760 from samho2008/wrong-pic-content-in-java-thread-pool-best-practices
Add extra explanation for typo in pictures in java-thread-pool-best-p…
2022-06-28 12:53:27 +08:00
sam
d4f5de7a7a Add extra explanation for typo in pictures in java-thread-pool-best-practices.md 2022-06-28 10:27:52 +08:00
Mr.Mi
8e3b9eb705
Update aqs.md
Returns:
a negative value on failure; zero if acquisition in shared mode succeeded but no subsequent shared-mode acquire can succeed; and a positive value if acquisition in shared mode succeeded and subsequent shared-mode acquires might also succeed, in which case a subsequent waiting thread must check availability. (Support for three different return values enables this method to be used in contexts where acquires only sometimes act exclusively.) Upon success, this object has been acquired.
2022-06-27 18:06:56 +08:00