# Java-Notes-CN **Repository Path**: duhouan/Java-Notes-CN ## Basic Information - **Project Name**: Java-Notes-CN - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 本仓库对Java学习中的一些问题进行了整理、分类。分成7个模块。 主要参考了郑永川的笔记,仅作学习交流用。 | Ⅰ | Ⅱ | Ⅲ | Ⅳ | Ⅴ | Ⅵ | Ⅶ | | :-----------: | :-----------: | :-----------: | :-----------: | :-----------: | :-----------:| :-----------: | | 模块一 Java[:coffee:](#coffee-模块一-Java) | 模块二 算法[:pencil2:](#pencil2-模块二-算法) | 模块三 操作系统[:memo:](#memo-模块三-操作系统) | 模块四 网络[:cloud:](#cloud-模块四-网络) | 模块五 数据库[:floppy_disk:](#floppy_disk-模块五-数据库) | 模块六 Spring[:speak_no_evil:](#speak_no_evil-模块六-Spring) | 模块七 系统架构[:bulb:](#bulb-模块七-系统架构) |
## :coffee: 模块一 Java
Java基础
  1. 第一部分 Java基础
  2. 第二部分 Java虚拟机
  3. 第三部分 Java并发
  4. 第四部分 Java容器
  5. 第五部分 JavaIO
  6. 第六部分 JavaWeb
  7. 第七部分 面向对象
## :pencil2: 模块二 算法
算法和数据结构
算法思想
LeetCode题解
## :memo: 模块三 操作系统
第一部分 操作系统基础
第二部分 Linux
## :cloud: 模块四 网络
第一部分 计算机网路
第二部分 HTTP
第三部分 Socket
## :floppy_disk: 模块五 数据库
第一部分 数据库系统原理
第二部分 SQL
第三部分 Leetcode-Database 题解
第四部分 MySQL
第五部分 Redis
## :speak_no_evil: 模块六 开发框架
第一部分 Spring
第二部分 SpringMVC
## :bulb: 模块七 系统架构
第一部分 系统设计基础
第二部分 分布式
第三部分 集群
第四部分 攻击技术
第五部分 缓存
第六部分 消息队列
# :heart: 致谢 感谢以下人员对本仓库做出的贡献。 # :book: 参考资料 - [玩儿转算法面试 - 课程官方代码仓](https://github.com/liuyubobobo/Play-with-Algorithm-Interview) - [玩儿转数据结构 - 课程官方代码仓](https://github.com/liuyubobobo/Play-with-Data-Structures) - [CS-Notes](https://github.com/CyC2018/CS-Notes)