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
guide
8560469ae0
[docs update]线程的生命周期和状态图片更新
2022-05-31 21:08:12 +08:00
guide
4824248610
Update java-concurrent-questions-02.md
2022-05-12 15:17:35 +08:00
marlonDML
4ffe72afc1
原链接错误,已调整
2022-04-28 12:20:36 +08:00
Vingkin
1b6a58aa3c
Update reentrantlock.md
...
Lock是一个顶层接口
2022-04-24 10:23:05 +08:00
guide
d73029153f
[docs feat]vuepress主题版本升级
2022-03-30 09:46:56 +08:00
Guide
ba1034e2d2
Merge pull request #1650 from DayuZhu/patch-2
...
Update aqs.md
2022-03-29 20:32:11 +08:00
Dayu
d9f0683677
Update aqs.md
...
勘误:“ CountDownLatCh” 改为 “ CountDownLatch”
2022-03-29 17:06:28 +08:00
18986293910
bf04a1159e
死锁的四个必要条件
...
必要条件中有时是进程,有时又是线程,将其都改为线程。
2022-03-28 09:19:27 +08:00
Guide
7d34a6c1a9
Merge pull request #1627 from BaoPiao/patch-1
...
AtomicMarkableReference 可以解决ABA问题
2022-03-26 18:05:31 +08:00
李建新
da754ac304
勘误
2022-03-25 10:45:27 +08:00