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

1450 Commits

Author SHA1 Message Date
Guide
0e974419b5 [docs update]缓存开源项目模块添加 OHC 2023-08-28 15:49:18 +08:00
Guide
36f59d4dbf [docs update]完善 ConcurrentHashMap 相关的问题 2023-08-27 10:27:42 +08:00
Guide
16b49ef029 [docs fix]修正一些笔误 2023-08-24 10:20:58 +08:00
zouzanyan
6461c75c19
Update unsafe.md
private修饰的构造函数也可以通过反射创建对象,避免歧义
2023-08-23 13:50:03 +08:00
Guide
abf59e9fc2 [docs update] BigDecimal 和 Spring 事务自调用完善 2023-08-14 10:54:51 +08:00
Guide
895bf6ee2a [docs update]picture url -> cdn 2023-08-14 09:05:59 +08:00
Guide
c288ded935 [docs update]typo 2023-08-09 12:08:20 +08:00
viosay
4b3d0368e9
修改keepAliveTime参数详解
销毁并不只针对核心线程,会对核心线程和非核心线程一视同仁。 参见《Java 性能调优实战》
2023-08-07 20:52:37 +08:00
Guide
20255f0f05 [docs update]更改部分文章的文末内容 2023-08-07 18:56:33 +08:00
Guide
2004f24c8e [docs update] 更改部分文章的文首内容 2023-08-07 18:15:14 +08:00
Guide
ae8766c479 [docs update]Java8 新特性实战 2023-08-05 15:55:16 +08:00
jun
832d5cb7e0 update java8-common-new-features.md 2023-08-05 15:38:27 +08:00
jun
9fbbdc679e Merge branch 'main' of github.com:JacketFu/JavaGuide into main 2023-08-05 15:34:28 +08:00
jun
dc82ce4fb2 update java8-common-new-features.md 2023-08-05 15:33:21 +08:00
fu
784e7f3a7b
Update class-file-structure.md 2023-08-04 15:04:31 +08:00
fu
17c93b7ec1
Update jvm-garbage-collection.md 2023-08-04 14:23:00 +08:00
fu
cdd0550eec
Update jvm-garbage-collection.md 2023-08-04 12:40:52 +08:00
Guide
d8301476f8
Merge pull request #2111 from JacketFu/main
update java-concurrent-questions-03.md
2023-08-03 12:09:01 +08:00
jun
3f39ad902b update java-concurrent-questions-03.md 2023-08-03 10:34:42 +08:00
Guide
6559ceccbb
Merge pull request #2108 from JacketFu/main
update linkedhashmap-source-code.md
2023-08-02 21:03:20 +08:00
jun
82f4a75267 update java-concurrent-questions-03.md 2023-08-02 16:46:44 +08:00
jun
045cef80d3 update linkedhashmap-source-code.md 2023-08-02 10:51:23 +08:00
fu
11e30decfe
Merge branch 'Snailclimb:main' into main 2023-08-02 10:42:30 +08:00
jun
7efbe3a468 update linkedhashmap-source-code.md 2023-08-02 10:39:56 +08:00
yuanrui
11c75cc9a2
Update java16.md
文字修正
2023-08-02 00:33:55 +08:00
Guide
d737d39256
Merge pull request #2104 from Simon-Ace/patch-1
Update jmm.md  i++ 误写为 1++
2023-08-01 18:13:04 +08:00
Guide
132bf5c65f
Merge pull request #2102 from liuxiaocs7/liuxiaocs7-patch-2
Update java-concurrent-questions-02.md
2023-08-01 18:11:28 +08:00
Guide
9ac4e6c1af
Merge pull request #2105 from JacketFu/main
update hashmap-source-code.md
2023-08-01 18:10:52 +08:00
jun
07a085285b update hashmap-source-code.md 2023-08-01 17:08:33 +08:00
Simon Ace
f4b65f50fc
Update jmm.md i++ 误写为 1++ 2023-08-01 11:55:13 +08:00
Liu Xiao
8efc9a54f1
Update java-concurrent-questions-02.md 2023-07-31 23:05:29 +08:00
Guide
d9dcedbd64
Merge pull request #2100 from JacketFu/main
Update unsafe.md
2023-07-31 22:39:17 +08:00
Guide
62721ec58a
Merge pull request #2101 from Conquers/main
Update proxy.md
2023-07-31 22:38:06 +08:00
wtt
84737ecc55 Update proxy.md 2023-07-31 22:10:22 +08:00
fu
9d802717c2
Update unsafe.md 2023-07-31 17:17:03 +08:00
Franz Li
b16f557c1a
fix:Update classloader.md
修改拼写错误
2023-07-29 19:36:36 +08:00
Guide
f08bfff130 [docs update]添加一些星球引流入口 2023-07-27 23:41:50 +08:00
Guide
7f074a5255 [docs add]Spring Boot核心源码解读 2023-07-27 09:08:19 +08:00
Guide
9b98d1b70f [docs update]新增一个开源12306售票系统 2023-07-26 22:28:03 +08:00
andyoung
1458e0aefd
Update hashmap-source-code.md
添加HashMap示例,加深对HashMap理解
2023-07-26 14:52:22 +08:00
Guide
f28b7a72ec [docs update]typo 2023-07-25 23:21:54 +08:00
SnailClimb
9e566a516a
!24 update docs/java/basis/java-basic-questions-02.md.
Merge pull request !24 from 格致诚正,修齐治平/N/A
2023-07-24 10:18:30 +00:00
wtt
fdd9f76bce 修改错别字 2023-07-24 16:31:58 +08:00
Guide
bfc4e45d5d [docs update]完善 MySQL时间类型数据存储建议 2023-07-22 15:25:20 +08:00
Guide
1cca70a215 [docs update]添加NULL 和 '' 的区别是什么? 2023-07-20 23:11:57 +08:00
Guide
79dd9f8992 [docs fix]图片问题修复 2023-07-17 16:19:46 +08:00
OSrange
7fc5004c9f
Update java-concurrent-questions-03.md
前面都说了await()是阻塞了,线程不是cas自旋等待state为0,而是阻塞依赖任务线程调用releaseShared()来唤醒,只有当最后一个线程releaseShared()使state为0,再唤醒主线程,主线程检测到state为0,才会从await()返回。以下为测试源码:
运行案例与源码分析:https://blog.csdn.net/m0_56602092/article/details/131740816
2023-07-15 17:28:24 +08:00
Guide
e842996bf1 2023-07-14 2023-07-14 11:26:02 +08:00
Guide
5e3c9b8d4c [docs update]sql面试题同步到网站 2023-07-13 23:48:53 +08:00
Davin-Lee
1a7249d493
Update hashmap-source-code.md
改动行数265
将put流程图更新,地址是用的阿里云oss
2023-07-13 22:52:08 +08:00