Skip to content

Commit b207e7f

Browse files
committed
update
1 parent 76caa71 commit b207e7f

1 file changed

Lines changed: 16 additions & 19 deletions

File tree

README.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,49 @@
1-
> ## 目录结构
2-
3-
41

2+
> # 目录结构
53
| 🏖 | 🌁| 📮 | 🌈 | 🚀 |⚔️ | 🖥 | 🚏 |
64
| :--------: | :---------: | :---------: | :---------: | :---------: | :---------:| :---------: | :-------: |
75
| [Java](#Java) | [数据库](#数据库)|[计算机网络](#计算机网络) | [算法](#算法) |[操作系统](#操作系统)|[设计模式](#设计模式)| [系统设计](#系统设计)|[框架原理](#框架原理)|
86

7+
> # 框架原理
8+
| 🧐 | 🥇 | 🏄 | 🌈 ||️ 🚀 | 🎯 | 🍻 | 🦄| 🏖 |
9+
| :--------: | :---------: | :---------: | :---------: | :---------: | :---------:| :---------: | :-------: | :-------: | :-------: |
10+
| [Spring](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/framework/Spring.md) | [MyBatis](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/framework/MyBatis.md) |[Solr](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/framework/Solr.md) | [Dubbo](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/framework/Dubbo.md) | [Netty](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/framework/netty.md)|[Kafka](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/framework/Kafka.md)|[Zookeeper](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/framework/Zookeeper.md)|[Nginx](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/framework/Nginx.md)|[Tomcat](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/framework/Tomcat.md)| [Redis](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/database/Redis.md)|
11+
912

10-
### Java
13+
## Java
1114

1215
- [JAVA基础](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/java/Java%E5%9F%BA%E7%A1%80.md)
1316

1417
- [JAVA虚拟机](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/java/Java%E8%99%9A%E6%8B%9F%E6%9C%BA.md)
1518

16-
- [JAVA并发](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/java/Java%E5%B9%B6%E5%8F%91.md)
19+
- [JAVA并发编程](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/java/Java%E5%B9%B6%E5%8F%91.md)
1720

1821
- [JAVA容器类](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/java/Java%E5%AE%B9%E5%99%A8.md)
1922

20-
- [锁汇总](https://github.com/zaiyunduan123/Java_ecosystem/blob/master/doc/lock.md)
23+
- [Java锁汇总](https://github.com/zaiyunduan123/Java_ecosystem/blob/master/doc/lock.md)
2124

22-
### 数据库
25+
## 数据库
2326
- [MySQL](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/database/MySQL.md)
2427

2528
- [MySQL数据库开发规范](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/database/DataBaseDesign.md)
2629

27-
### 计算机网络
30+
## 计算机网络
2831
- [计算机网络](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/network/Computer-Network.md)
2932

30-
### 算法
33+
## 算法
3134
- [数据结构与算法](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/algorithms/DataStructures-Algorithms.md)
3235

3336
- [LeetCode解题总结](https://github.com/zaiyunduan123/leetcode-java)
3437

3538
- [海量数据处理总结](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/algorithms/Big-Data.md)
3639

37-
### 操作系统
40+
## 操作系统
3841
- [操作系统](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/os/Operating-System.md)
3942

4043
- [Linux](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/os/Linux.md)
4144

42-
### 设计模式
45+
## 设计模式
4346
- [设计模式](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/design/Design-Patterns.md)
4447

45-
### 系统设计
46-
- [系统设计](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/scene/Scene-Design.md)
47-
48-
### 框架原理
49-
| 🧐 | 🥇 | 🏄 | 🌈 ||️ 🚀 | 🎯 | 🍻 | 🦄| 🏖 |
50-
| :--------: | :---------: | :---------: | :---------: | :---------: | :---------:| :---------: | :-------: | :-------: | :-------: |
51-
| [Spring](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/framework/Spring.md) | [MyBatis](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/framework/MyBatis.md) |[Solr](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/framework/Solr.md) | [Dubbo](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/framework/Dubbo.md) | [Netty](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/framework/netty.md)|[Kafka](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/framework/Kafka.md)|[Zookeeper](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/framework/Zookeeper.md)|[Nginx](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/framework/Nginx.md)|[Tomcat](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/framework/Tomcat.md)| [Redis](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/database/Redis.md)|
52-
48+
## 系统设计
49+
- [系统与架构设计](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/scene/Scene-Design.md)

0 commit comments

Comments
 (0)