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

337 Commits

Author SHA1 Message Date
Guide
b5f8894c70 [docs fix]修正链接错误&基本类型和包装类型的区别 2024-01-11 23:37:21 +08:00
qiaoxingxing
2927fa2587 修改说法,避免歧义 2024-01-05 16:05:16 +08:00
Mr.Hope
f9a11d3399 chore: update deps 2023-12-30 17:14:13 +08:00
Guide
44acf3b8cc
Merge pull request #2226 from simeis147/patch-2
typo: Update java-basic-questions-02.md
2023-12-19 20:08:10 +08:00
Dongcp
ec4898916d
typo: Update java-basic-questions-02.md
对象实例通常存储在Java中的堆内存中,对象引用存储在栈内存中
2023-12-19 19:13:50 +08:00
Dongcp
011c886422
typo: Update java-basic-questions-01.md
符 没有加厚
2023-12-19 18:54:24 +08:00
DMJYY
9c0e7f5a36
Update proxy.md
JDK动态代理代码示例的第三点,重写invoacationHandler的invoke方法,没有加@Override注解
2023-12-03 09:21:32 +08:00
ZeroMarker
660b3e1424
文字更正
Java基础常见面试题总结(上)
2023-11-30 15:12:53 +08:00
Guide
b88e09ce85 [docs update]完善JDK和JRE对比+偏向锁JDK新版本移除说明 2023-11-14 10:58:07 +08:00
Guide
a09632f9be [docs update]经典LeetCode题目推荐+红黑树内容完善 2023-11-07 16:25:02 +08:00
Mr.Hope
7ea99a88d7 style: update linter 2023-10-27 06:44:02 +08:00
Guide
6469d6c097 [docs update]markdown格式规范 2023-10-08 16:33:50 +08:00
Wang Xiaoqing
6b7735f953 添加问题:为什么成员变量有默认值? 2023-10-03 09:55:04 +08:00
cyuewen
0810bdd4e6
Update bigdecimal.md
issue中的链接没有更改
2023-09-29 23:15:53 +08:00
Guide
e3ef7e2852 [docs fix]一些小错误 2023-09-25 16:48:16 +08:00
Guide
0039e726ed [docs update]进一步完善CompletableFuture 详解 2023-09-19 12:03:55 +08:00
Guide
5782cb1851 [docs add]Maven最佳实践 2023-09-15 21:14:19 +08:00
dp0d
1f89e164ba
Update java-basic-questions-01.md
`Integer i1=40` 这一行代码会发生拆箱
2023-09-13 17:38:57 +08:00
galaxylzp
fdfa5c336b
Update reflection.md 2023-09-12 17:12:40 +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
20255f0f05 [docs update]更改部分文章的文末内容 2023-08-07 18:56:33 +08:00
Guide
2004f24c8e [docs update] 更改部分文章的文首内容 2023-08-07 18:15:14 +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
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
Guide
6bc82a7634 [docs fix]403图片修复 2023-07-06 16:44:53 +08:00
Leisiya
67b3b532dc
Update java-basic-questions-02.md
修改关于new String("abc")的错误
2023-06-12 15:49:12 +08:00
paigeman
d71277e823
Update spi.md 2023-06-07 16:39:21 +08:00
Guide
d7dd7410a6
Merge pull request #2040 from paigeman/paigeman-patch-2
fix(unsafe.md): 补充个例子去除割裂感以及修正部分语误
2023-06-07 13:28:31 +08:00
paigeman
8b8436dcb5
fix typos 2023-06-07 12:24:53 +08:00
paigeman
739e2304ec
Update unsafe.md 2023-06-07 09:59:20 +08:00
Well Honey
d030945d25
[docs fix&update] 修改错别字 2023-06-06 10:50:16 +08:00
Guide
42119f5276 [docs update]partial content improvement 2023-05-31 23:38:14 +08:00
cxrwy
5cb170e68a
Update java-basic-questions-02.md
修改错别字
2023-05-23 17:04:28 +08:00
caihj
557935770f
Update why-there-only-value-passing-in-java.md
bad c++ code here
incr(*age)  -->
incr(age);
2023-05-10 13:44:56 +08:00
Guide
ac55f1dfb3 [docs update]完善 Redis常见面试题总结(下) Redis hotkey(热Key) 2023-05-09 21:47:11 +08:00
Mr.Hope
0159cf184d chore: format 2023-05-05 12:39:01 +08:00
Mr.Hope
deddd256f3 Merge branch 'main' into tweaks2 2023-05-05 12:38:11 +08:00
Mr.Hope
1614aaa47f chore: tweaks 2023-05-05 12:33:52 +08:00
Mr.Hope
58d36f460a chore: fix typos 2023-05-05 12:02:24 +08:00
Guide
1e70a902ee [docs update]知识星球加入方式 2023-04-29 12:33:25 +08:00
Erzbir
f3754a92d4 [docs fix]修正 hashCode() 方法的描述错误 2023-04-28 20:44:18 +08:00
Guide
372cb240ca [docs update]exact small-advertisement.snippet.md 2023-04-28 19:27:56 +08:00
Mr.Hope
6bdc809e2f docs: add linter 2023-04-28 17:31:44 +08:00