-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathREADME.md
43 lines (28 loc) · 2.03 KB
/
README.md
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
# 前言
**面向对象面向君,不负代码不负卿**
**java-load 记录了本人hs-vae学习Java SE基础的全过程**
**同时[CSDN](https://blog.csdn.net/qq_46350148?spm=1001.2100.3001.5343)和[知乎](https://www.zhihu.com/people/mo-0118)以及[个人博客](https://hs-vae.com/)已实时同步更新,欢迎访问**
**希望在记录的过程中不断提升自己**
**还能帮助到五湖四海的Coder**
**如果我的记录帮助到了你**
**希望大佬能给我一个免费的Star**
**你的点赞是我记录的动力,感谢!**
# 目录
- [x] [基本类型](https://github.com/hs-vae/java-load/tree/main/%E5%9F%BA%E6%9C%AC%E7%B1%BB%E5%9E%8B)
- [x] [面向对象基础](https://github.com/hs-vae/java-load/tree/main/%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1%E5%9F%BA%E7%A1%80)
- [x] [核心类](https://github.com/hs-vae/java-load/tree/main/%E6%A0%B8%E5%BF%83%E7%B1%BB)
- [x] [继承](https://github.com/hs-vae/java-load/tree/main/%E7%BB%A7%E6%89%BF)
- [x] [抽象类和接口](https://github.com/hs-vae/java-load/tree/main/%E6%8A%BD%E8%B1%A1%E7%B1%BB%E5%92%8C%E6%8E%A5%E5%8F%A3)
- [x] [多态](https://github.com/hs-vae/java-load/tree/main/%E5%A4%9A%E6%80%81)
- [x] [集合](https://github.com/hs-vae/java-load/tree/main/%E9%9B%86%E5%90%88)
- [x] [IO流](https://github.com/hs-vae/java-load/tree/main/IO%E6%B5%81)
- [x] [JDBC](https://github.com/hs-vae/java-load/tree/main/JDBC)
- [x] [Java语言程序设计实验](https://github.com/hs-vae/java-load/tree/main/Java%E8%AF%AD%E8%A8%80%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E5%AE%9E%E9%AA%8C)
- [ ] 异常
- [x] [线程](https://github.com/hs-vae/java-load/tree/main/%E7%BA%BF%E7%A8%8B)
- [x] [网络编程](https://github.com/hs-vae/java-load/tree/main/%E7%BD%91%E7%BB%9C%E7%BC%96%E7%A8%8B)
- [x] [反射](https://github.com/hs-vae/java-load/tree/main/%E5%8F%8D%E5%B0%84)
- [x] [Java8特性](https://github.com/hs-vae/java-load/tree/main/Java8%E7%89%B9%E6%80%A7)
- [ ] 注解
- [x] [设计模式](https://github.com/hs-vae/java-load/tree/main/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F)
# 持续更新中~