Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
114 lines (85 loc) · 6.33 KB

File metadata and controls

114 lines (85 loc) · 6.33 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# java-reader
[![License](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/fantj2016/java-reader/blob/master/LICENSE)
[![我的微信](https://img.shields.io/badge/%E5%BE%AE%E4%BF%A1%E7%BE%A4-%E4%BA%8C%E7%BB%B4%E7%A0%81-orange.svg)](https://upload-images.jianshu.io/upload_images/5786888-aceaf4a8c7d17891.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
[![微信公众号](https://img.shields.io/badge/%E5%85%AC%E4%BC%97%E5%8F%B7-PlayInJava-red.svg)](https://upload-images.jianshu.io/upload_images/5786888-fa5ab6bde180e7ec.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
>这是我学习java的一些历程分享给大家有一些写的不好的完善后再上线谢谢大家的支持转载请标明出处谢谢
**不断完善不断更新**
### 1. 算法
>Java开发高频考试简单算法
* [Leetcode题目解析](https://github.com/fantj2016/java-reader/tree/master/leetcode)
* [Leetcode项目代码](https://github.com/fantj2016/data-structures-with-algorithm/tree/master/main/com/algorithm/leetcode)
* [剑指Offer项目代码](https://github.com/fantj2016/data-structures-with-algorithm/tree/master/main/com/algorithm/offer)
* [剑指Offer题目解析](https://github.com/fantj2016/java-reader/tree/master/%E5%89%91%E6%8C%87offer)
* [各种排序项目代码](https://github.com/fantj2016/data-structures-with-algorithm/tree/master/main/com/algorithm/leetcode/sort)
### 2. Java基础
>JVM并发NIO类加载Tomcat类加载JDBC详解Servlet详解Java反射详解函数式编程(Lambda+Stream)、数据结构设计模式
* [NIO](https://github.com/fantj2016/java-reader/tree/master/Java-NIO)
* [JVM](https://github.com/fantj2016/java-reader/tree/master/JVM)
* [jvm类加载器](https://github.com/fantj2016/java-reader/tree/master/%E7%B1%BB%E5%8A%A0%E8%BD%BD%E5%99%A8/jvm)
* [Tomcat类加载器]()
* [Servlet详解](https://github.com/fantj2016/java-reader/tree/master/Java-Servlet)
* [JDBC详解](https://github.com/fantj2016/java-reader/tree/master/jdbc%E7%BB%84%E4%BB%B6%E8%AF%A6%E8%A7%A3)
* [反射详解](https://github.com/fantj2016/java-reader/tree/master/Java-reflection-%E5%8F%8D%E5%B0%84%E8%AF%A6%E8%A7%A3)
* [Java并发多线程](https://github.com/fantj2016/java-reader/tree/master/Java%E5%B9%B6%E5%8F%91)
* [Java函数式编程](https://github.com/fantj2016/java-reader/tree/master/Java%E5%87%BD%E6%95%B0%E5%BC%8F%E7%BC%96%E7%A8%8B)
* [设计模式代码+解读](https://github.com/fantj2016/GOF23)
* [设计模式文章](https://github.com/fantj2016/java-reader/tree/master/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F)
* [Java手写数据结构](https://github.com/fantj2016/Java-dataStruct)
##### 2.1 源码篇
>ArrayListHashMapLinkedListThreadPoolExector源码解析
* [Java源码集合源码](https://github.com/fantj2016/java-reader/tree/master/Java%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90)
##### 2.2 面试题
* [Java基础面试题总结](https://github.com/fantj2016/java-reader/tree/master/Java%E9%9D%A2%E8%AF%95)
---
### 3. 框架部分
##### 3.1 实战篇
* [SpringBoot整合&实战](https://github.com/fantj2016/java-reader/tree/master/springboot)
* [Mybatis使用&常见问题解决](https://github.com/fantj2016/java-reader/tree/master/Mybatis)
* [SpringSecurity安全框架实战](https://github.com/fantj2016/java-reader/tree/master/Spring-Security)
* [SpringCloud实战](https://github.com/fantj2016/java-reader/tree/master/SpringCloud)
* [Dubbo实战](https://github.com/fantj2016/java-reader/tree/master/dubbo)
* [Zookeeper部分](https://github.com/fantj2016/java-reader/tree/master/zk)
* [MQ从入门到实战](https://github.com/fantj2016/java-reader/tree/master/mq)
##### 3.2 源码篇
* [Spring源码解析](https://github.com/fantj2016/java-reader/tree/master/Spring%E6%BA%90%E7%A0%81)
* [SpringMvc源码解析](https://github.com/fantj2016/java-reader/tree/master/SpringMvc%E6%BA%90%E7%A0%81)
* [Mybatis源码解析](https://github.com/fantj2016/java-reader/tree/master/Mybatis%E6%BA%90%E7%A0%81)
* [两种动态代理]()
##### 3.3 面试题
* [Spring面试题]()
* [SpringMvc面试题]()
* [Mybatis面试题]()
##### 3.4 手写框架
* [手写一个Tomcat](https://github.com/fantj2016/MyTomcat)
* [手写一个Jedis](https://github.com/fantj2016/easy-jedis)
* [手写一个mvc](https://github.com/fantj2016/easy-springmvc)
---
### 4. 分布式
* [分布式事务](https://github.com/fantj2016/java-reader/tree/master/%E5%88%86%E5%B8%83%E5%BC%8F%E4%BA%8B%E5%8A%A1)
* [分布式锁]()
##### 4.1 分布式面试题
---
### 5. 常用开发工具
* [Git使用&问题排查](https://github.com/fantj2016/java-reader/tree/master/Git)
* [Maven高级](https://github.com/fantj2016/java-reader/tree/master/Maven)
---
### 6. Linux服务
* [Docker从入门到使用](https://github.com/fantj2016/java-reader/tree/master/Docker)
* [Nginx部分](https://github.com/fantj2016/java-reader/tree/master/nginx)
* [Nginx&Keepalived实现高可用](https://github.com/fantj2016/java-reader/blob/master/nginx/Nginx%26Keepalived-%E5%AE%9E%E7%8E%B0%E9%AB%98%E5%8F%AF%E7%94%A8.md)
* [Redis部分](https://github.com/fantj2016/java-reader/tree/master/redis)
##### 6.1 进阶和面试
* [Redis面试](https://github.com/fantj2016/java-reader/blob/master/Redis%E9%9D%A2%E8%AF%95/redis.md)
* [Redis源码解析](https://github.com/fantj2016/java-reader/tree/master/Redis%E6%BA%90%E7%A0%81)
---
### 7. 大数据
* [HadoopHiveSqoopFlumeAzkabanSpark服务搭建](https://github.com/fantj2016/java-reader/tree/master/Centos%E5%AE%89%E8%A3%85%E5%B7%A5%E5%85%B7%E6%96%87%E9%9B%86)
* [HadoopHiveSqoopFlumeAzkabanSpark入门到实战](https://github.com/fantj2016/java-reader/tree/master/BigData)
### 8. Linux运维部分
* [CentOS安装工具集](https://github.com/fantj2016/java-reader/tree/master/Centos%E5%AE%89%E8%A3%85%E5%B7%A5%E5%85%B7%E6%96%87%E9%9B%86)
* [CentOS命令&本地环境配置](https://github.com/fantj2016/java-reader/tree/master/RedHat-CentOS)
### 交流群
![QQ交流群](https://upload-images.jianshu.io/upload_images/5786888-bc946ca74be7d601.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/500)![微信交流群](https://upload-images.jianshu.io/upload_images/5786888-a7588ed3d33dc9bf.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/400)
---
### License
This Project is under the MIT license. See the [LICENSE](https://github.com/fantj2016/java-reader/blob/master/LICENSE) file for detail.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.