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

2524 Commits

Author SHA1 Message Date
guide
a600b8d8ca [docs improve]seo优化&文章标题优化 2022-07-18 09:24:18 +08:00
guide
839aacfc28 [docs add]Java 魔法类 Unsafe 详解 2022-07-17 15:13:30 +08:00
guide
840103c3fc [docs add]单元测试指南 2022-07-16 21:03:16 +08:00
guide
b46f2656fd [docs add] io 三部曲 2022-07-16 18:32:46 +08:00
guide
1330f3fc29 [docs add]RPC基础常见知识点&面试题总结 2022-07-16 11:43:09 +08:00
guide
ed9c7e74b2 [docs add]2021校招我的个人经历和经验 2022-07-15 11:53:57 +08:00
guide
be2dd381a4 [docs update]jvm垃圾回收部分内容精简 2022-07-14 21:08:05 +08:00
guide
80d9e98cb6 [docs improve]java基础部分内容完善 2022-07-14 20:34:38 +08:00
guide
689d00f79f [docs update]部分文章名称修改,利于 seo 2022-07-14 10:57:46 +08:00
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