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

2515 Commits

Author SHA1 Message Date
guide
ae31c081bf Update java-basic-questions-01.md 2022-07-11 23:37:49 +08:00
daniubi
3e7f7bd7b1
为什么不全部使用AOT呢?
添加一个解释。
2022-07-11 17:25:38 +08:00
guide
f589812b09 Update mysql-questions-01.md 2022-07-11 16:42:40 +08:00
guide
767f40e4f9 [docs fix]typo 2022-07-10 20:11:46 +08:00
guide
522fb8cff4 Update mysql-questions-01.md 2022-07-10 20:06:48 +08:00
guide
7143240437 Update transaction-isolation-level.md 2022-07-10 20:06:43 +08:00
guide
9f626e39c7 Update memory-area.md 2022-07-10 18:49:32 +08:00
guide
4364692b29 Update distributed-system.md 2022-07-08 15:21:16 +08:00
Guide
da619e2384
Merge pull request #1768 from rentianle2022/main
fix typo: 422行中代码段//注释的错误格式
2022-07-08 13:36:22 +08:00
guide
6a19c26732 [docs add]HTTP 常见状态码(应用层) 2022-07-08 08:49:36 +08:00
guide
7debeeb22e Update spring-knowledge-and-questions-summary.md 2022-07-07 22:42:06 +08:00
tylerren
c079032b0f
422行中代码段//注释的错误格式 2022-07-07 12:32:58 +08:00
guide
147fd4f256 Update distributed-system.md 2022-07-06 13:09:39 +08:00
guide
2b29efaff5 [docs add]华为 OD 275 天后,我进了腾讯! 2022-07-04 19:20:20 +08:00
guide
6a759cce22 [docs fix]typo 2022-07-03 20:57:38 +08:00
Guide
aaa09f62e2
Merge pull request #1766 from HasanSANG/patch-1
行锁注意事项补充;
2022-07-03 20:56:56 +08:00
HasanSANG
784e7a611a
行锁注意事项补充;
where 后条件是普通索引仍然会触发锁表,5.7已做本地实验!
2022-07-02 23:32:04 +08:00
kyriefang
58c10b4f65
Update timeout-and-retry.md 2022-07-02 22:38:20 +08:00
guide
540aaa15ae [docs improve]书单完善 2022-07-02 15:06:16 +08:00
guide
8df5507064 [docs update]图片地址更换 2022-07-01 15:46:46 +08:00
guide
ea72739552 Update java-collection-questions-01.md 2022-06-30 16:41:22 +08:00
guide
3a0e1ea377 [docs fix]图片格式规范 2022-06-30 15:47:15 +08:00
guide
510273aec8 Update reentrantlock.md 2022-06-30 15:28:01 +08:00
guide
a90e07892a [docs add]java 16 新特性 2022-06-28 12:57:44 +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
Guide
1e5f27884f
Merge pull request #1759 from samho2008/add-jdk-new-feature-16
Add Java new feature 16
2022-06-28 12:53:10 +08:00
Guide
f3740d1dc4
Merge pull request #1756 from chang-kun/patch-1
Update tryAcquireShared Returns
2022-06-28 12:35:09 +08:00
guide
e9a927ecc5 [docs add]常见面试题自测 2022-06-28 12:05:29 +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
sam
5854b41bc7 Add Java new feature 16 2022-06-28 10:19:19 +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
b1c2dbed63 Merge branch 'main' of github.com:Snailclimb/JavaGuide 2022-06-26 14:09:27 +08:00
guide
36808d7d98 Update readme.md 2022-06-26 14:09:01 +08:00
guide
b352db1d6e Update internet-addiction-teenager.md 2022-06-26 14:08:59 +08:00
Guide
dc44f214cf
Merge pull request #1753 from LaiDeJi/main
Update a-thousand-lines-of-mysql-study-notes.md
2022-06-24 14:59:31 +08:00
LaiDeJi
c529d82ce2
Update a-thousand-lines-of-mysql-study-notes.md 2022-06-23 19:06:32 +08:00
Guide
d8ce1b7180
Merge pull request #1752 from tonels/patch-2
修改用词
2022-06-22 21:43:45 +08:00
guide
5a46cd2a4c Update readme.md 2022-06-22 19:46:09 +08:00
guide
6e3aa6297e Update load-balancing.md 2022-06-22 19:46:06 +08:00
guide
99b9c49e08 [docs update]完善高可用部分内容 2022-06-22 15:27:43 +08:00
liangshuai
94679e3008
Update java-collection-precautions-for-use.md 2022-06-21 11:25:21 +08:00
guide
64ba69d27d [docs add]《Java 必读源码系列》 2022-06-21 09:57:56 +08:00
guide
9f63d103b5 [docs improve]在线网站代码优化 2022-06-20 19:13:41 +08:00
guide
9a7a603022 [docs add]技术文章目录 2022-06-20 10:38:55 +08:00
guide
e543348806 [docs update]完善技术文章系列 2022-06-20 10:18:14 +08:00
guide
6c3b0d081b [docs add]普通人的春招总结(阿里、腾讯offer) 2022-06-19 23:10:45 +08:00
guide
90c3a8d082 Update timeout-and-retry.md 2022-06-18 18:34:44 +08:00
guide
969e7cc398 [docs fix]kafka配图错误 2022-06-17 20:29:28 +08:00
guide
83d06dcee3 Update proxy.md 2022-06-16 14:26:29 +08:00
Guide
2d8ec81e0e
Merge pull request #1745 from tonels/patch-1
Update serialization.md
2022-06-16 14:13:43 +08:00