-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# 基于JDK 8的Java基础、核心学习教程 | ||
|
||
## 知识要点 | ||
|
||
- [ ] 基础知识 | ||
- [ ] 图形用户界面 | ||
- [ ] 专题训练 | ||
|
||
|
||
## 基础知识 | ||
|
||
### 知识要点 | ||
|
||
- [ ] 开始学习 | ||
- [ ] 学习Java语言 | ||
- [ ] Java的基本类 | ||
- [ ] 集合 | ||
- [ ] 日期-时间 API | ||
- [ ] 打包部署 | ||
- [ ] 准备Java程序员语言认证--JAVA8知识 | ||
|
||
## 图形用户界面 | ||
|
||
### 知识要点 | ||
|
||
- [ ] 使用Swing创建一个GUI界面 | ||
- [ ] 创建一个JavaFX GUI | ||
|
||
## 专题训练 | ||
|
||
### 知识要点 | ||
|
||
- [ ] 网络编程 | ||
- [ ] 扩展机制-如何使得自定义API可以让运行在Java平台中的应用使用 | ||
- [ ] 全屏独占模式API | ||
- [ ] 泛型 | ||
- [ ] 国际化 | ||
- [ ] JavaBeans | ||
- [ ] JDBC | ||
- [ ] JMX | ||
- [ ] JNDI | ||
- [ ] JAXP | ||
- [ ] JAXB | ||
- [ ] RMI | ||
- [ ] 反射 | ||
- [ ] Security安全 | ||
- [ ] 声音Sound | ||
- [ ] 2D图形 | ||
- [ ] 套接字直接协议SDP | ||
|
||
# 参考资料 | ||
|
||
- [Java官网资料](https://docs.oracle.com/javase/tutorial/index.html) |