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

5146 Commits

Author SHA1 Message Date
aucub
dc0593be9b [docs fix]修复拼写错误 2024-01-13 15:00:49 +08:00
Guide
b5f8894c70 [docs fix]修正链接错误&基本类型和包装类型的区别 2024-01-11 23:37:21 +08:00
Guide
a6cf71b9b5 [docs update]完善对 dns 以及 tcp 可靠性保证的介绍 2024-01-11 16:37:11 +08:00
Guide
162a17c182 [docs update]完善修正Spring 事务对于@Transactional注解的介绍 2024-01-09 19:23:29 +08:00
Guide
a549825034
Merge pull request #2237 from 843294669/patch-1
Update spring-knowledge-and-questions-summary.md
2024-01-09 19:16:11 +08:00
Guide
0cbe171506 [docs update]补充一篇讲解 synchronized锁升级的原理与实现的文章 2024-01-09 16:27:27 +08:00
843294669
26de5441d5
Update spring-knowledge-and-questions-summary.md 2024-01-09 14:39:25 +08:00
Guide
cef4d6a67b [docs update]完善字符集详解部分内容 2024-01-08 23:00:42 +08:00
Guide
f0181eb020
Merge pull request #2233 from DIDA-lJ/patch-1
Update zookeeper-intro.md 修改语义错误
2024-01-08 19:50:00 +08:00
Guide
9c23829570 [docs feat]添加一个 notice
Java学习路线最新版获取
2024-01-08 00:20:15 +08:00
LJ
63230a4a1b
Update zookeeper-intro.md 修改语义错误
应该是二进制序列吧,有错别字
2024-01-07 17:29:22 +08:00
Guide
ef899bf447
Merge pull request #2232 from qiaoxingxing/feature-fix
完善说法,避免歧义
2024-01-05 22:48:55 +08:00
qiaoxingxing
2927fa2587 修改说法,避免歧义 2024-01-05 16:05:16 +08:00
Guide
c4f3bb98ac
Merge pull request #2231 from qiaoxingxing/feature-mb
完善变量替换
2024-01-05 14:04:33 +08:00
qiaoxingxing
6dfc8b1f9f 完善变量替换 2024-01-05 12:08:04 +08:00
Guide
164f98c74f [docs update]完善对哈希算法的介绍 2024-01-04 21:12:31 +08:00
Guide
d49af05a16 [docs update]完善对SSE的介绍
ChatGPT 采用的就是 SSE
2024-01-04 14:40:03 +08:00
Guide
30157a3152 [docs update]添加几个AI相关的开源项目 2024-01-04 14:39:34 +08:00
Guide
fd23fda9ae [docs update]设计模式和设计原则配图重新绘制 2023-12-30 21:44:04 +08:00
Guide
da62711a12
Merge pull request #2230 from Mister-Hope/main
chore: update deps and format docs
2023-12-30 19:57:27 +08:00
Mr.Hope
2f4deb0e79 ci: bump action version 2023-12-30 17:15:15 +08:00
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