Skip to content

Commit fbc62f2

Browse files
committed
✄ update folder and readme
1 parent 69ae651 commit fbc62f2

11 files changed

Lines changed: 54 additions & 0 deletions

File tree

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,44 @@
66

77
## 目录
88

9+
* **Java学习很简单**
10+
* [字符串和数组](simple-java/string-and-array)
11+
* [常用的方法](simple-java/common-methods)
12+
* [类和接口](simple-java/classes-and-interfaces)
13+
* [集合](simple-java/collections)
14+
* [范型](simple-java/generics)
15+
* [异常](simple-java/exceptions)
16+
* [并发](simple-java/concurrency)
17+
* [流 / 数据库](simple-java/io-and-database)
18+
* [编译器和JVM](simple-java/compiler-and-jvm)
19+
* [反射教程](simple-java/reflection-tutorial.md)
20+
21+
* **热门话题**
22+
* [Java开发的10个错误]()
23+
* [使用数组的10个技巧]()
24+
* [字符串的10个问题]()
25+
* [正则表达式的10个问题]()
26+
* [异常的10个问题]()
27+
* [集合的10个问题]()
28+
* [Map的9个问题]()
29+
* [最广泛使用的Java库]()
30+
* [为高级开发者推荐的10本书]()
31+
* [10个高质量Java博客]()
32+
* [Java面试的算法Top10]()
33+
* [8张图理解Java]()
34+
* [最长使用的前100个Java类]()
35+
36+
* **流行库/框架/工具**
37+
* [什么是框架?]()
38+
* [Sevlet容器和Tomcat是什么?]()
39+
* [什么是面向切面编程?]()
40+
* [库和框架]()
41+
* [Spring]()
42+
* [使用Spring开源框架]()
43+
* [如何操作CVS?]()
44+
* [为什么我们要进行测试?]()
45+
* [jar文件转换为exe]()
46+
947
* **开源组件实现**
1048
* [MVC框架实现篇](mvc/index.md)
1149
* [IOC容器实现篇](ioc/index.md)
@@ -14,6 +52,7 @@
1452
* 使用NIO实现一个HTTP服务器
1553
* 实现一个数据库连接池
1654
* ORM框架实现篇
55+
1756
* **设计模式该怎么用**
1857
* [如何正确地写出单例模式](designpatterns/singleton.md)
1958
* [代理模式剖析](designpatterns/proxy.md)
@@ -22,15 +61,18 @@
2261
* 观察者
2362
* 工厂
2463
* 享元
64+
2565
* **Java8系列**
2666
* [Java8简明教程](java8/java8-guide.md)
2767
* [Java8 Foreach](java8/foreach.md)
2868
* Java8 Lambda
2969
* Java8 Stream
70+
3071
* **Hexo搭建博客**
3172
* [分分钟部署一个Hexo环境](hexo/hello.md)
3273
* [各种配置详解](hexo/config.md)
3374
* [开始写作吧](hexo/writing.md)
75+
3476
* **用户指南**
3577
* [git - 简明指南](git/guide.md)
3678
* [Jersey-2.x用户指南](https://waylau.gitbooks.io/jersey-2-user-guide/content/index.html)
@@ -41,11 +83,13 @@
4183
* [Spring Boot参考指南](https://github.com/qibaoguang/Spring-Boot-Reference-Guide/blob/master/SUMMARY.md)
4284
* [Netty4 用户指南](https://github.com/waylau/netty-4-user-guide/blob/master/SUMMARY.md)
4385
* [Google Java编程风格指南](user_guide/google-java8-guide.md)
86+
4487
* **运维相关**
4588
* [linux安装jdk、tomcat脚本](shell/install_jdk_tomcat.sh)
4689
* [Web性能测试工具](web/test_tool.md)
4790
* [Java 程序员眼中的 Linux](https://github.com/judasn/Linux-Tutorial)
4891
* [写给java开发的运维笔记](learn_server/README.md)
92+
4993

5094
## 精品文章
5195

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 字符串和数组

simple-java/collections/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 字符串和数组
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 字符串和数组
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 字符串和数组

simple-java/concurrency/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 字符串和数组

simple-java/exceptions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 字符串和数组

simple-java/generics/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 字符串和数组
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 字符串和数组

simple-java/reflection-tutorial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# reflection-tutorial.md

0 commit comments

Comments
 (0)