# data **Repository Path**: tae_yang/data ## Basic Information - **Project Name**: data - **Description**: Java架构师核心资料持续更新中,喜欢的同学点一下星星 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-02 - **Last Updated**: 2021-10-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Java架构师核心资料持续更新中 | 📊 |⚔️ | 🖥 | 🚏 | 🏖 | 🌁| 📮 | 🔍 | 🚀 | 🌈 |💡 | :--------: | :---------: | :---------: | :---------: | :---------: | :---------:| :---------: | :-------: | :-------:| :------:|:------:| | [分布式架构](#分布式架构) | [Spring框架](#Spring框)|[JVM](#jvm) | [消息中间件](#消息中间件) |[java基础](#java基础)|[架构设计](#架构设计)| [数据存储](#数据存储) |[数据结构与算法](#数据结构与算法)|[线上问题排查](#线上问题排查)| [设计模式](#设计模式)|[面试经验](#面试经验) | # [分布式](https://github.com/kepeihong/data/tree/master/%E5%88%86%E5%B8%83%E5%BC%8F) - [深入了解分布式](https://github.com/kepeihong/data/tree/master/%E5%88%86%E5%B8%83%E5%BC%8F/%E6%B7%B1%E5%85%A5%E4%BA%86%E8%A7%A3%E5%88%86%E5%B8%83%E5%BC%8F.md) - [分布式面试题](https://github.com/kepeihong/data/tree/master/%E5%88%86%E5%B8%83%E5%BC%8F/%E5%88%86%E5%B8%83%E5%BC%8F%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [zk面试题](https://github.com/kepeihong/data/tree/master/%E5%88%86%E5%B8%83%E5%BC%8F/zk%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [dubbo面试题](https://github.com/kepeihong/data/tree/master/%E5%88%86%E5%B8%83%E5%BC%8F/dubbo%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [限流机制](https://github.com/kepeihong/data/tree/master/%E5%88%86%E5%B8%83%E5%BC%8F/%E9%99%90%E6%B5%81%E6%9C%BA%E5%88%B6.md) - [集群架构实现](https://github.com/kepeihong/data/tree/master/%E5%88%86%E5%B8%83%E5%BC%8F/%E9%9B%86%E7%BE%A4%E6%9E%B6%E6%9E%84%E5%AE%9E%E7%8E%B0.md) - [guavaCache缓存实现原理](https://github.com/kepeihong/data/tree/master/%E5%88%86%E5%B8%83%E5%BC%8F/%E9%9B%86%E7%BE%A4%E6%9E%B6%E6%9E%84%E5%AE%9E%E7%8E%B0.md) - [分布式ID生成器](https://github.com/kepeihong/data/tree/master/%E5%88%86%E5%B8%83%E5%BC%8F/%E5%88%86%E5%B8%83%E5%BC%8FID%E7%94%9F%E6%88%90%E5%99%A8.md) # [Spring框架](https://github.com/kepeihong/data/tree/master/spring) - [Spring-Bean生命周期](https://github.com/kepeihong/data/tree/master/spring/spring-bean%E7%94%9F%E5%91%BD%E5%91%A8%E6%9C%9F.md) - [SpringAOP实现原理](https://github.com/kepeihong/data/tree/master/spring/SpringAOP.md) - [Spring面试题](https://github.com/kepeihong/data/tree/master/spring/spring%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [springBoot面试题](https://github.com/kepeihong/data/tree/master/spring/springBoot%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [springMVC面试题](https://github.com/kepeihong/data/tree/master/spring/springMVC%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [springCould面试题](https://github.com/kepeihong/data/tree/master/spring/springCould%E9%9D%A2%E8%AF%95%E9%A2%98.md) # [JVM](https://github.com/kepeihong/data/tree/master/JVM) - [JVM执行子系统](https://github.com/kepeihong/data/tree/master/JVM/JVM%E6%89%A7%E8%A1%8C%E5%AD%90%E7%B3%BB%E7%BB%9F%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [JVM面试题](https://github.com/kepeihong/data/tree/master/JVM/JVM%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [JVM性能优化面试题](https://github.com/kepeihong/data/tree/master/JVM/JVM%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [虚拟机类加载机制](https://github.com/kepeihong/data/tree/master/JVM/ClassLoad.md) - [Java 虚拟机](https://github.com/kepeihong/data/tree/master/JVM/Java%20%E8%99%9A%E6%8B%9F%E6%9C%BA.md) - [JVM内存整理及GC回收面试题](https://github.com/kepeihong/data/tree/master/JVM/JVM%E5%86%85%E5%AD%98%E6%95%B4%E7%90%86%E5%8F%8AGC%E5%9B%9E%E6%94%B6%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [JVM内存模型](https://github.com/kepeihong/data/tree/master/JVM/jvm%E5%86%85%E5%AD%98%E6%A8%A1%E5%9E%8B.md) - [垃圾回收](https://github.com/kepeihong/data/tree/master/JVM/%E5%9E%83%E5%9C%BE%E5%9B%9E%E6%94%B6.md) - [对象的创建与内存分配](https://github.com/kepeihong/data/tree/master/JVM/%E5%AF%B9%E8%B1%A1%E7%9A%84%E5%88%9B%E5%BB%BA%E4%B8%8E%E5%86%85%E5%AD%98%E5%88%86%E9%85%8D.md) - [volatile实现原理](https://github.com/kepeihong/data/tree/master/JVM/volatile.md) # [消息中间件](https://github.com/kepeihong/data/tree/master/%E6%B6%88%E6%81%AF%E4%B8%AD%E9%97%B4%E4%BB%B6) - [Kafka生产者源码分析](https://github.com/kepeihong/data/tree/master/%E6%B6%88%E6%81%AF%E4%B8%AD%E9%97%B4%E4%BB%B6/kafka%E7%94%9F%E4%BA%A7%E8%80%85.md) - [Kafka消费者源码分析](https://github.com/kepeihong/data/tree/master/%E6%B6%88%E6%81%AF%E4%B8%AD%E9%97%B4%E4%BB%B6/kafka%E6%B6%88%E8%B4%B9%E8%80%85.md) - [Kafka面试题](https://github.com/kepeihong/data/tree/master/%E6%B6%88%E6%81%AF%E4%B8%AD%E9%97%B4%E4%BB%B6/kafka%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [ActiveMQ面试题](https://github.com/kepeihong/data/tree/master/%E6%B6%88%E6%81%AF%E4%B8%AD%E9%97%B4%E4%BB%B6/ActiveMQ%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [rabbbitmq面试题](https://github.com/kepeihong/data/tree/master/%E6%B6%88%E6%81%AF%E4%B8%AD%E9%97%B4%E4%BB%B6/rabbbitmq%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [消息队列](https://github.com/kepeihong/data/tree/master/%E6%B6%88%E6%81%AF%E4%B8%AD%E9%97%B4%E4%BB%B6/%E6%B6%88%E6%81%AF%E9%98%9F%E5%88%97.md) # [Java基础](https://github.com/kepeihong/data/tree/master/java%E5%9F%BA%E7%A1%80) - [深入理解Java](https://github.com/kepeihong/data/tree/master/java%E5%9F%BA%E7%A1%80/Java%20%E5%9F%BA%E7%A1%80.md) - [Java容器](https://github.com/kepeihong/data/tree/master/java%E5%9F%BA%E7%A1%80/Java%20%E5%AE%B9%E5%99%A8.md) - [Java基础面试题](https://github.com/kepeihong/data/tree/master/java%E5%9F%BA%E7%A1%80/%E5%9F%BA%E7%A1%80%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [正则表达式](https://github.com/kepeihong/data/tree/master/java%E5%9F%BA%E7%A1%80/%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F.md) - [集合面试题](https://github.com/kepeihong/data/tree/master/java%E5%9F%BA%E7%A1%80/%E9%9B%86%E5%90%88%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [面向对象思想](https://github.com/kepeihong/data/tree/master/java%E5%9F%BA%E7%A1%80/%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1%E6%80%9D%E6%83%B3.md) - [ArrayList/Vector](https://github.com/kepeihong/data/tree/master/java%E5%9F%BA%E7%A1%80/ArrayList.md) - [LinkedList](https://github.com/kepeihong/data/tree/master/java%E5%9F%BA%E7%A1%80/LinkedList.md) - [HashMap](https://github.com/kepeihong/data/tree/master/java%E5%9F%BA%E7%A1%80/HashMap.md) - [HashSet](https://github.com/kepeihong/data/tree/master/java%E5%9F%BA%E7%A1%80/HashSet.md) - [LinkedHashMap](https://github.com/kepeihong/data/tree/master/java%E5%9F%BA%E7%A1%80/LinkedHashMap.md) # [架构设计](https://github.com/kepeihong/data/tree/master/%E6%9E%B6%E6%9E%84%E8%AE%BE%E8%AE%A1) - [秒杀方案设计](https://github.com/kepeihong/data/tree/master/%E6%9E%B6%E6%9E%84%E8%AE%BE%E8%AE%A1/%E7%A7%92%E6%9D%80%E6%96%B9%E6%A1%88%E8%AE%BE%E8%AE%A1.md) - [系统设计依据](https://github.com/kepeihong/data/tree/master/%E6%9E%B6%E6%9E%84%E8%AE%BE%E8%AE%A1/%E7%B3%BB%E7%BB%9F%E8%AE%BE%E8%AE%A1%E4%BE%9D%E6%8D%AE.md) - [缓存实现原理及问题](https://github.com/kepeihong/data/tree/master/%E6%9E%B6%E6%9E%84%E8%AE%BE%E8%AE%A1/%E7%BC%93%E5%AD%98%E5%AE%9E%E7%8E%B0%E5%8E%9F%E7%90%86%E5%8F%8A%E9%97%AE%E9%A2%98.md) - [百万级消息推送系统设计](https://github.com/kepeihong/data/tree/master/%E6%9E%B6%E6%9E%84%E8%AE%BE%E8%AE%A1/%E7%99%BE%E4%B8%87%E7%BA%A7%E7%9A%84%E6%B6%88%E6%81%AF%E6%8E%A8%E9%80%81%E7%B3%BB%E7%BB%9F.md) - [分库分表方案设计](https://github.com/kepeihong/data/tree/master/%E6%9E%B6%E6%9E%84%E8%AE%BE%E8%AE%A1/%E5%88%86%E5%BA%93%E5%88%86%E8%A1%A8%E6%96%B9%E6%A1%88%E8%AE%BE%E8%AE%A1.md) # [数据存储](#https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8) ## [1.mysql](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/mysql) - [MySQL基础](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/mysql/MySQL%E5%9F%BA%E7%A1%80.md) - [MySQL索引](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/mysql/MySQL%E7%B4%A2%E5%BC%95.md) - [mysql面试题](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/mysql/mysql%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [SQL 练习](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/mysql/SQL%20%E7%BB%83%E4%B9%A0.md) - [SQL 语法](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/mysql/SQL%20%E8%AF%AD%E6%B3%95.md) - [sql优化专题](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/mysql/sql%E4%BC%98%E5%8C%96%E4%B8%93%E9%A2%98.md) - [分库分表](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/mysql/%E5%88%86%E5%BA%93%E5%88%86%E8%A1%A8.md) - [数据库系统原理](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/mysql/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E5%8E%9F%E7%90%86.md) - [MySQL性能优化的21个最佳实践](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/mysql/MySQL%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96%E7%9A%8421%E4%B8%AA%E6%9C%80%E4%BD%B3%E5%AE%9E%E8%B7%B5.pdf) ## [2.redis](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/redis) - [Redis基础](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/redis/Redis%E5%9F%BA%E7%A1%80.md) - [redis限流](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/redis/redis%E9%99%90%E6%B5%81.md) - [redis分布式锁](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/redis/redis%E5%88%86%E5%B8%83%E5%BC%8F%E9%94%81.md) - [redis面试题](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/redis/redis%E9%9D%A2%E8%AF%95%E9%A2%98.md) ## [3.mongoDB](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/mongoDB) - [mongodb面试题](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/mongoDB/mongodb%E9%9D%A2%E8%AF%95%E9%A2%98.md) ## [4.mybatis](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/mybatis) - [mybatis面试题](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/mybatis/mybatis%E9%9D%A2%E8%AF%95%E9%A2%98.md) ## [5.ElasticSearch](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/elasticsearch) # [并发](https://github.com/kepeihong/data/tree/master/%E5%B9%B6%E5%8F%91) - [多线程常见问题](https://github.com/kepeihong/data/tree/master/%E5%B9%B6%E5%8F%91/%E5%A4%9A%E7%BA%BF%E7%A8%8B%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.md) - [多线程三大核心](https://github.com/kepeihong/data/tree/master/%E5%B9%B6%E5%8F%91/%E5%A4%9A%E7%BA%BF%E7%A8%8B%E4%B8%89%E5%A4%A7%E6%A0%B8%E5%BF%83.md) - [对锁的一些认知](https://github.com/kepeihong/data/tree/master/%E5%B9%B6%E5%8F%91/Java%E9%94%81.md) - [ReentrantLock 实现原理 ](https://github.com/kepeihong/data/tree/master/%E5%B9%B6%E5%8F%91/ReentrantLock%E5%AE%9E%E7%8E%B0%E5%8E%9F%E7%90%86.md) - [ConcurrentHashMap 的实现原理](https://github.com/kepeihong/data/tree/master/%E5%B9%B6%E5%8F%91/ConcurrentHashMap.md) - [如何优雅的使用和理解线程池](https://github.com/kepeihong/data/tree/master/%E5%B9%B6%E5%8F%91/%E7%BA%BF%E7%A8%8B%E6%B1%A0%E5%AE%9E%E7%8E%B0%E5%8E%9F%E7%90%86.md) - [深入理解线程通讯](https://github.com/kepeihong/data/tree/master/%E5%B9%B6%E5%8F%91/%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3%E7%BA%BF%E7%A8%8B%E9%80%9A%E8%AE%AF.md) - [Synchronize实现原理](https://github.com/kepeihong/data/tree/master/%E5%B9%B6%E5%8F%91/Synchronize%E5%AE%9E%E7%8E%B0%E5%8E%9F%E7%90%86.md) - [volatile实现原理](https://github.com/kepeihong/data/tree/master/%E5%B9%B6%E5%8F%91/volatile%E5%AE%9E%E7%8E%B0%E5%8E%9F%E7%90%86.md) - [并发面试题](https://github.com/kepeihong/data/tree/master/%E5%B9%B6%E5%8F%91/%E5%B9%B6%E5%8F%91%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [Java并发原理及优化](https://github.com/kepeihong/data/tree/master/%E5%B9%B6%E5%8F%91/Java%E5%B9%B6%E5%8F%91%E5%8E%9F%E7%90%86%E5%8F%8A%E4%BC%98%E5%8C%96.md) - [ArrayBlockingQueue](https://github.com/kepeihong/data/tree/master/%E5%B9%B6%E5%8F%91/ArrayBlockingQueue.md) # [设计模式](https://github.com/kepeihong/data/tree/master/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F) - [23种设计模式简介](https://github.com/kepeihong/data/tree/master/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/23%E7%A7%8D%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E7%AE%80%E4%BB%8B.md) - [23种设计模式案例](https://github.com/kepeihong/data/tree/master/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F.md) - [23种设计模式分类](https://github.com/kepeihong/data/tree/master/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%20-%20%E7%9B%AE%E5%BD%95.md) # 面试经验 ## [1.简历设计](https://github.com/kepeihong/data/tree/master/%E7%AE%80%E5%8E%86%E8%AE%BE%E8%AE%A1) ## [2.面试经验](https://github.com/kepeihong/data/tree/master/%E9%9D%A2%E8%AF%95%E7%BB%8F%E5%8E%86) - [某位大牛的阿里面试经历](https://github.com/kepeihong/data/tree/master/%E9%9D%A2%E8%AF%95%E7%BB%8F%E5%8E%86/%E6%9F%90%E4%BD%8D%E5%8D%9A%E4%B8%BB%E7%9A%84%E9%98%BF%E9%87%8C%E9%9D%A2%E8%AF%95%E7%BB%8F%E5%8E%86.md) # [计算机基础](https://github.com/kepeihong/data/tree/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80) - [Linux](https://github.com/kepeihong/data/tree/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/Linux.md) - [linux面试题](https://github.com/kepeihong/data/tree/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/linux%E5%8E%9F%E7%90%86%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [计算机操作系统-概述](https://github.com/kepeihong/data/tree/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/%E8%AE%A1%E7%AE%97%E6%9C%BA%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F%20-%20%E6%A6%82%E8%BF%B0.md) - [计算机操作系统-内存管理](https://github.com/kepeihong/data/tree/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/%E8%AE%A1%E7%AE%97%E6%9C%BA%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F%20-%20%E5%86%85%E5%AD%98%E7%AE%A1%E7%90%86.md) - [计算机操作系统-死锁](https://github.com/kepeihong/data/tree/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/%E8%AE%A1%E7%AE%97%E6%9C%BA%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F%20-%20%E6%AD%BB%E9%94%81.md) - [计算机操作系统-设备管理](https://github.com/kepeihong/data/tree/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/%E8%AE%A1%E7%AE%97%E6%9C%BA%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F%20-%20%E8%AE%BE%E5%A4%87%E7%AE%A1%E7%90%86.md) - [计算机操作系统-进程管理](https://github.com/kepeihong/data/tree/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/%E8%AE%A1%E7%AE%97%E6%9C%BA%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F%20-%20%E8%BF%9B%E7%A8%8B%E7%AE%A1%E7%90%86.md) - [计算机操作系统-链接](https://github.com/kepeihong/data/tree/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/%E8%AE%A1%E7%AE%97%E6%9C%BA%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F%20-%20%E9%93%BE%E6%8E%A5.md) - [计算机网络-概述](https://github.com/kepeihong/data/tree/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C%20-%20%E6%A6%82%E8%BF%B0.md) - [计算机网络-传输层](https://github.com/kepeihong/data/tree/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C%20-%20%E4%BC%A0%E8%BE%93%E5%B1%82.md) - [计算机网络-应用层](https://github.com/kepeihong/data/tree/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C%20-%20%E5%BA%94%E7%94%A8%E5%B1%82.md) - [计算机网络-物理层](https://github.com/kepeihong/data/tree/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C%20-%20%E7%89%A9%E7%90%86%E5%B1%82.md) - [计算机网络-网络层](https://github.com/kepeihong/data/tree/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C%20-%20%E7%BD%91%E7%BB%9C%E5%B1%82.md) - [计算机网络-链路层](https://github.com/kepeihong/data/tree/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C%20-%20%E9%93%BE%E8%B7%AF%E5%B1%82.md) # [容器](https://github.com/kepeihong/data/tree/master/%E5%AE%B9%E5%99%A8) - [docker](https://github.com/kepeihong/data/tree/master/%E5%AE%B9%E5%99%A8/Docker.md) # [大数据](https://github.com/kepeihong/data/tree/master/java%E5%9F%BA%E7%A1%80) - [Flink](https://github.com/kepeihong/data/tree/master/%E5%A4%A7%E6%95%B0%E6%8D%AE/Flink) - [Hbase](https://github.com/kepeihong/data/tree/master/%E5%A4%A7%E6%95%B0%E6%8D%AE/Hbase) # [网络](https://github.com/kepeihong/data/tree/master/%E7%BD%91%E7%BB%9C) - [HTTP框架](https://github.com/kepeihong/data/tree/master/%E7%BD%91%E7%BB%9C/HTTP%E5%9F%BA%E7%A1%80.md) - [Java IO](https://github.com/kepeihong/data/tree/master/%E7%BD%91%E7%BB%9C/Java%20IO.md) - [Netty反应器模式](https://github.com/kepeihong/data/tree/master/%E7%BD%91%E7%BB%9C/Netty%E5%8F%8D%E5%BA%94%E5%99%A8%E6%A8%A1%E5%BC%8F.md) - [Netty心跳](https://github.com/kepeihong/data/tree/master/%E7%BD%91%E7%BB%9C/Netty%E5%BF%83%E8%B7%B3.md) - [netty面试题](https://github.com/kepeihong/data/tree/master/%E7%BD%91%E7%BB%9C/netty%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [ngnix面试题](https://github.com/kepeihong/data/tree/master/%E7%BD%91%E7%BB%9C/ngnix%E9%9D%A2%E8%AF%95%E9%A2%98.md) - [TCP-IP](https://github.com/kepeihong/data/tree/master/%E7%BD%91%E7%BB%9C/TCP-IP.md) - [五大IO模型](https://github.com/kepeihong/data/tree/master/%E7%BD%91%E7%BB%9C/%E4%BA%94%E5%A4%A7IO%E6%A8%A1%E5%9E%8B.md) # [规范](https://github.com/kepeihong/data/tree/master/%E8%A7%84%E8%8C%83) - [代码可读性](https://github.com/kepeihong/data/tree/master/%E8%A7%84%E8%8C%83/%E4%BB%A3%E7%A0%81%E5%8F%AF%E8%AF%BB%E6%80%A7.md) - [代码风格规范](https://github.com/kepeihong/data/tree/master/%E8%A7%84%E8%8C%83/%E4%BB%A3%E7%A0%81%E9%A3%8E%E6%A0%BC%E8%A7%84%E8%8C%83.md) ## [线上问题排查](https://github.com/kepeihong/data/tree/master/%E7%BA%BF%E4%B8%8A%E9%97%AE%E9%A2%98%E6%8E%92%E6%9F%A5) - [cpu100%](https://github.com/kepeihong/data/tree/master/%E7%BA%BF%E4%B8%8A%E9%97%AE%E9%A2%98%E6%8E%92%E6%9F%A5/cpu100%25.md) - [HashSet并发问题排查](https://github.com/kepeihong/data/tree/master/%E7%BA%BF%E4%B8%8A%E9%97%AE%E9%A2%98%E6%8E%92%E6%9F%A5/HashSet%E5%B9%B6%E5%8F%91%E9%97%AE%E9%A2%98%E6%8E%92%E6%9F%A5.md) - [OOM 分析](https://github.com/kepeihong/data/tree/master/%E7%BA%BF%E4%B8%8A%E9%97%AE%E9%A2%98%E6%8E%92%E6%9F%A5/OOM%20%E5%88%86%E6%9E%90.md) - [OOM问题排查](https://github.com/kepeihong/data/tree/master/%E7%BA%BF%E4%B8%8A%E9%97%AE%E9%A2%98%E6%8E%92%E6%9F%A5/OOM%E9%97%AE%E9%A2%98%E6%8E%92%E6%9F%A5.md) - [Thread停止运行](https://github.com/kepeihong/data/tree/master/%E7%BA%BF%E4%B8%8A%E9%97%AE%E9%A2%98%E6%8E%92%E6%9F%A5/thread%E5%81%9C%E6%AD%A2%E8%BF%90%E8%A1%8C.md) # [数据结构与算法](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B8%8E%E7%AE%97%E6%B3%95) - [100道大厂常见算法题及答案](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B8%8E%E7%AE%97%E6%B3%95/%E5%89%91%E6%8C%87%20Offer%20%E9%A2%98%E8%A7%A3%20-%20%E7%9B%AE%E5%BD%95.md) - [Leetcode常见算法题及答案](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B8%8E%E7%AE%97%E6%B3%95/Leetcode%20%E9%A2%98%E8%A7%A3%20-%20%E7%9B%AE%E5%BD%95.md) - [算法分析](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B8%8E%E7%AE%97%E6%B3%95/%E7%AE%97%E6%B3%95%20-%20%E7%AE%97%E6%B3%95%E5%88%86%E6%9E%90.md) - [排序](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B8%8E%E7%AE%97%E6%B3%95/%E7%AE%97%E6%B3%95%20-%20%E6%8E%92%E5%BA%8F.md) - [并查集](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B8%8E%E7%AE%97%E6%B3%95/%E7%AE%97%E6%B3%95%20-%20%E5%B9%B6%E6%9F%A5%E9%9B%86.md) - [栈和队列](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B8%8E%E7%AE%97%E6%B3%95/%E7%AE%97%E6%B3%95%20-%20%E6%A0%88%E5%92%8C%E9%98%9F%E5%88%97.md) - [符号表](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B8%8E%E7%AE%97%E6%B3%95/%E7%AE%97%E6%B3%95%20-%20%E7%AC%A6%E5%8F%B7%E8%A1%A8.md) - [其它](https://github.com/kepeihong/data/tree/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B8%8E%E7%AE%97%E6%B3%95/%E7%AE%97%E6%B3%95%20-%20%E5%85%B6%E5%AE%83.md) # [插件](https://github.com/kepeihong/data/tree/master/%E6%8F%92%E4%BB%B6) - [Git](https://github.com/kepeihong/data/tree/master/%E6%8F%92%E4%BB%B6/Git.md) - [git使用原理](https://github.com/kepeihong/data/tree/master/%E6%8F%92%E4%BB%B6/git%E4%BD%BF%E7%94%A8%E5%8E%9F%E7%90%86.md) - [构建工具](https://github.com/kepeihong/data/tree/master/%E6%8F%92%E4%BB%B6/%E6%9E%84%E5%BB%BA%E5%B7%A5%E5%85%B7.md) # 其他 ## 联系作者 > 369093457@qq.com > QQ群875121999