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

5125 Commits

Author SHA1 Message Date
Mr.Hope
f9a11d3399 chore: update deps 2023-12-30 17:14:13 +08:00
Guide
face018817 [docs update]增加一个GC调优案例 2023-12-28 13:55:34 +08:00
Guide
1ff917b1d1 [docs update]负载均衡算法完善 2023-12-28 13:55:15 +08:00
Guide
8b546b185c [docs update]分布式缓存方案完善 2023-12-28 13:54:48 +08:00
Guide
576442dbb6 [docs update]限流对象&真实ip获取 2023-12-28 12:13:48 +08:00
Guide
8bfc294b6f
Merge pull request #2228 from skeetyu/main
[docs update&fix]update zookeeper-plus & fix typo
2023-12-25 20:57:23 +08:00
skeetyu
f21d432a49 [docs update&fix]update zookeeper-plus & fix typo 2023-12-25 20:04:07 +08:00
Guide
f5478e47cb [docs update]完善限流的介绍 2023-12-23 15:25:59 +08:00
Guide
294fe56b60 [docs update]完善认证授权相关的开源项目 2023-12-22 13:25:10 +08:00
Guide
8c20a9b3e9 [docs update&fix]开源项目推荐完善&修复RocketMQ面试题图片问题 2023-12-21 14:15:20 +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
Guide
643f24fa6e
Merge pull request #2222 from Roiocam/give-a-clarity-example
[docs update] 增加缓存类比和更清晰的说明
2023-12-19 20:07:31 +08:00
Guide
80ca6f5ad2
Merge pull request #2225 from simeis147/patch-1
typo: Update java-basic-questions-01.md
2023-12-19 20:06:58 +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
Guide
2a69e57c1a [docs update]完善Redis的客户端开源项目推荐 2023-12-17 15:38:08 +08:00
Guide
3f5cfca1ac [docs add&fix]新增一篇练级攻略tag的文章&修正部分描述问题 2023-12-17 15:37:37 +08:00
JingZhang Chen
d36a1c922e [docs update] 重新组织语言 2023-12-15 14:21:45 +08:00
JingZhang Chen
52a19c4af8 [docs update] 增加缓存类比和更清晰的说明 2023-12-15 14:15:45 +08:00
Guide
99f8d310b2 Delete pnpm-lock.yaml 2023-12-12 13:07:06 +08:00
Guide
4c3196d76c Merge branch 'main' of github.com:Snailclimb/JavaGuide 2023-12-12 13:03:29 +08:00
Guide
cb4ede0507
Merge pull request #2218 from hunao0221/patch-2
fix a possible issue in threadlocal.md
2023-12-12 12:59:32 +08:00
Guide
974e54ef6d [docs update]添加对 Redis 模块和 RediSearch 的介绍 2023-12-12 12:58:28 +08:00
胡闹
338805f266
Update threadlocal.md 2023-12-12 10:26:47 +08:00
Guide
9dad19c7c9
Merge pull request #2214 from PL-Joe/hotfix/RocketMQ事务消息补充
Hotfix/rocket mq事务消息补充
2023-12-06 10:31:03 +08:00
xiexiongchao
17df394804 1.定时消息补充说明
2.事务消息概念
3.事务消息可行性代码实践
2023-12-05 02:54:51 +08:00
Guide
172546bf24
Merge pull request #2212 from DMJYY/patch-1
Update proxy.md
2023-12-03 21:35:27 +08:00
DMJYY
9c0e7f5a36
Update proxy.md
JDK动态代理代码示例的第三点,重写invoacationHandler的invoke方法,没有加@Override注解
2023-12-03 09:21:32 +08:00
Guide
7b0d616dcb [docs update]网络部分添加Websocket的介绍 2023-12-01 12:42:42 +08:00
xiexiongchao
a746513c63 保证本地事务与发送消息是原子性的操作 2023-12-01 01:03:24 +08:00
Guide
f19b6b151d
Merge pull request #2211 from ZeroMarker/main
文字更正
2023-11-30 17:17:46 +08:00
ZeroMarker
660b3e1424
文字更正
Java基础常见面试题总结(上)
2023-11-30 15:12:53 +08:00
Guide
94d4caa3ef [docs update]新增问题排查和性能优化开源项目 2023-11-29 23:28:10 +08:00
Guide
100e30a8f7 [docs update]分布式锁总结完善 2023-11-29 23:27:36 +08:00
Guide
5b7c40bdd6 [docs update]Redis Stream 消息队列内容完善+部分笔误完善 2023-11-29 23:27:15 +08:00
Guide
a46f5a9383
Merge pull request #2210 from Mister-Hope/deps
chore: update deps
2023-11-29 13:14:27 +08:00
Mr.Hope
5fb624b890 chore: update deps 2023-11-28 17:45:00 +08:00
Guide
dd804bbbe8
Merge pull request #2208 from hunao0221/main
Update schedule-task.md
2023-11-27 21:02:32 +08:00
胡闹
b1833bf292
Update schedule-task.md
Elastic-Job 对比表格优化
2023-11-27 14:56:18 +08:00
Guide
1e84bb53ff
Merge pull request #2207 from zoy0/main
Fix typo of State Machine
2023-11-24 19:46:02 +08:00
zoy0
318ef0f8e2
fix typo 2023-11-24 10:55:08 +08:00
zoy0
6ae7f4f20d
Fix typo of State Machine 2023-11-24 10:26:52 +08:00
Guide
6b51159329 [docs update]java21新特性整理完毕 2023-11-21 10:37:39 +08:00
Guide
b88e09ce85 [docs update]完善JDK和JRE对比+偏向锁JDK新版本移除说明 2023-11-14 10:58:07 +08:00
Guide
7a18ac2ebf [docs update]分布式id解决方案增加IdGenerator(开源框架) 2023-11-11 20:48:46 +08:00
Guide
f0a75ccbd4 [docs add]MySQL 8.2分库分表+Seata 改良版雪花算法 2023-11-11 15:59:21 +08:00
Guide
65c11b151f [docs add]程序员如何快速学习新技术 2023-11-09 16:24:19 +08:00
Guide
7af119baad
Merge pull request #2203 from qq1162411932/patch-1
Update mysql-questions-01.md
2023-11-08 21:16:20 +08:00
wu
70eac8accb
Update mysql-questions-01.md
int类型范围写错了-2,147,483,648 ~ 2,147,483,647,原内容丢了符号
2023-11-08 17:30:22 +08:00
Guide
32e88b7f45 [docs fix]修正markdown格式规范导致的构建错误 2023-11-07 22:49:12 +08:00