https://github.com/hs-vae/java-load
记录自己从零开始学习Java SE的道路
https://github.com/hs-vae/java-load
java java-se
Last synced: 7 months ago
JSON representation
记录自己从零开始学习Java SE的道路
- Host: GitHub
- URL: https://github.com/hs-vae/java-load
- Owner: hs-vae
- License: apache-2.0
- Created: 2020-11-06T13:21:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-27T12:10:06.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T15:11:18.894Z (8 months ago)
- Topics: java, java-se
- Language: Java
- Homepage: https://java.hs-vae.com
- Size: 764 KB
- Stars: 109
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - hs-vae/java-load - 记录自己从零开始学习Java SE的道路 (Java)
README
# 前言
**面向对象面向君,不负代码不负卿**
**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)
# 持续更新中~