|
1 | | -> ## 目录结构 |
2 | | -
|
3 | | - |
4 | 1 |
|
| 2 | +> # 目录结构 |
5 | 3 | | 🏖 | 🌁| 📮 | 🌈 | 🚀 |⚔️ | 🖥 | 🚏 | |
6 | 4 | | :--------: | :---------: | :---------: | :---------: | :---------: | :---------:| :---------: | :-------: | |
7 | 5 | | [Java](#Java) | [数据库](#数据库)|[计算机网络](#计算机网络) | [算法](#算法) |[操作系统](#操作系统)|[设计模式](#设计模式)| [系统设计](#系统设计)|[框架原理](#框架原理)| |
8 | 6 |
|
| 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 | + |
9 | 12 |
|
10 | | -### Java |
| 13 | +## Java |
11 | 14 |
|
12 | 15 | - [JAVA基础](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/java/Java%E5%9F%BA%E7%A1%80.md) |
13 | 16 |
|
14 | 17 | - [JAVA虚拟机](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/java/Java%E8%99%9A%E6%8B%9F%E6%9C%BA.md) |
15 | 18 |
|
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) |
17 | 20 |
|
18 | 21 | - [JAVA容器类](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/java/Java%E5%AE%B9%E5%99%A8.md) |
19 | 22 |
|
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) |
21 | 24 |
|
22 | | -### 数据库 |
| 25 | +## 数据库 |
23 | 26 | - [MySQL](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/database/MySQL.md) |
24 | 27 |
|
25 | 28 | - [MySQL数据库开发规范](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/database/DataBaseDesign.md) |
26 | 29 |
|
27 | | -### 计算机网络 |
| 30 | +## 计算机网络 |
28 | 31 | - [计算机网络](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/network/Computer-Network.md) |
29 | 32 |
|
30 | | -### 算法 |
| 33 | +## 算法 |
31 | 34 | - [数据结构与算法](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/algorithms/DataStructures-Algorithms.md) |
32 | 35 |
|
33 | 36 | - [LeetCode解题总结](https://github.com/zaiyunduan123/leetcode-java) |
34 | 37 |
|
35 | 38 | - [海量数据处理总结](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/algorithms/Big-Data.md) |
36 | 39 |
|
37 | | -### 操作系统 |
| 40 | +## 操作系统 |
38 | 41 | - [操作系统](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/os/Operating-System.md) |
39 | 42 |
|
40 | 43 | - [Linux](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/os/Linux.md) |
41 | 44 |
|
42 | | -### 设计模式 |
| 45 | +## 设计模式 |
43 | 46 | - [设计模式](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/design/Design-Patterns.md) |
44 | 47 |
|
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