# Java-Summarize **Repository Path**: idoes/Java-Summarize ## Basic Information - **Project Name**: Java-Summarize - **Description**: :books:Java核心知识点整理(包括Java基础、JVM、数据库、计算机网络、算法、操作系统、设计模式、系统设计、框架原理) - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-02-26 - **Last Updated**: 2021-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > ## 目录结构 | 🏖 | 🌁| 📮 | 🌈 | 🚀 |⚔️ | 🖥 | 🚏 | | :--------: | :---------: | :---------: | :---------: | :---------: | :---------:| :---------: | :-------: | | [Java](#Java) | [数据库](#数据库)|[计算机网络](#计算机网络) | [算法](#算法) |[操作系统](#操作系统)|[设计模式](#设计模式)| [系统设计](#系统设计)|[框架原理](#框架原理)| ### Java - [JAVA基础](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/java/Java%E5%9F%BA%E7%A1%80.md) - [JAVA虚拟机](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/java/Java%E8%99%9A%E6%8B%9F%E6%9C%BA.md) - [JAVA并发](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/java/Java%E5%B9%B6%E5%8F%91.md) - [JAVA容器类](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/java/Java%E5%AE%B9%E5%99%A8.md) - [锁汇总](https://github.com/zaiyunduan123/Java_ecosystem/blob/master/doc/lock.md) ### 数据库 - [MySQL](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/database/MySQL.md) - [Redis](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/database/Redis.md) - [MySQL数据库开发规范](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/database/DataBaseDesign.md) ### 计算机网络 - [计算机网络](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/network/Computer-Network.md) ### 算法 - [数据结构与算法](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/algorithms/DataStructures-Algorithms.md) - [LeetCode解题总结](https://github.com/zaiyunduan123/leetcode-java) - [海量数据处理总结](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/algorithms/Big-Data.md) ### 操作系统 - [操作系统](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/os/Operating-System.md) - [Linux](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/os/Linux.md) ### 设计模式 - [设计模式](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/design/Design-Patterns.md) ### 系统设计 - [系统设计](https://github.com/zaiyunduan123/Java-Interview/blob/master/notes/scene/Scene-Design.md) ### 框架原理 - [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)