Skip to content

Commit 7c5d6d7

Browse files
committed
📝 Writing docs.
1 parent 91d50b4 commit 7c5d6d7

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ Java 知识点,继续完善中。
55

66
如果对你有帮助请点下 `Star`,有疑问欢迎提 [Issues](https://github.com/crossoverJie/Java-Interview/issues),有好的想法请提 [PR](https://github.com/crossoverJie/Java-Interview/pulls)
77

8-
### Java 集合
8+
9+
常用集合 | Java 多线程 | Java 内存模型 | 分布式相关 |常用框架\第三方组件|架构设计|DB 相关|数据结构与算法|附加技能
10+
---- | --- | --- | ---| ---| ---| ---| ---| ---
11+
12+
13+
14+
### 常用集合
915
- [ArrayList/Vector 底层分析](https://github.com/crossoverJie/Java-Interview/blob/master/MD/ArrayList.md)
1016
- [LinkedList 底层分析](https://github.com/crossoverJie/Java-Interview/blob/master/MD/LinkedList.md)
1117
- [HashMap 底层分析](https://github.com/crossoverJie/Java-Interview/blob/master/MD/HashMap.md)
@@ -22,7 +28,7 @@ Java 知识点,继续完善中。
2228
- [深入理解线程通信](https://github.com/crossoverJie/Java-Interview/blob/master/MD/concurrent/thread-communication.md)
2329
- [交替打印奇偶数](https://github.com/crossoverJie/Java-Interview/blob/master/src/main/java/com/crossoverjie/actual/TwoThread.java)
2430

25-
### JMM(Java 内存模型)
31+
### Java 内存模型
2632
- [Java 运行时内存划分](https://github.com/crossoverJie/Java-Interview/blob/master/MD/MemoryAllocation.md)
2733
- [类加载机制](https://github.com/crossoverJie/Java-Interview/blob/master/MD/ClassLoad.md)
2834
- [OOM 分析](https://github.com/crossoverJie/Java-Interview/blob/master/MD/OOM-analysis.md)
@@ -34,17 +40,15 @@ Java 知识点,继续完善中。
3440

3541
- [基于 Redis 的分布式锁](https://github.com/crossoverJie/distributed-lock-redis)
3642

37-
### 常用框架
43+
### 常用框架\第三方组件
3844

3945
- [Spring Bean 生命周期](https://github.com/crossoverJie/Java-Interview/blob/master/MD/spring/spring-bean-lifecycle.md)
4046
- [Spring AOP 的实现原理](https://github.com/crossoverJie/Java-Interview/blob/master/MD/SpringAOP.md)
41-
42-
### SpringBoot
4347
- SpringBoot 启动过程
44-
45-
### Tomcat
4648
- Tomcat 类加载机制
4749

50+
51+
4852
### 架构设计
4953
- [秒杀系统设计](https://github.com/crossoverJie/Java-Interview/blob/master/MD/Spike.md)
5054
- [分布式缓存设计](https://github.com/crossoverJie/Java-Interview/blob/master/MD/Cache-design.md)

0 commit comments

Comments
 (0)