From 6671163b02bb19f92e7a7c9bcc072dcd909ac126 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Thu, 29 Apr 2021 09:58:27 -0400 Subject: [PATCH 1/3] Init the folder for JVM --- java/jvm/index.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 java/jvm/index.md diff --git a/java/jvm/index.md b/java/jvm/index.md new file mode 100644 index 0000000..c1f420e --- /dev/null +++ b/java/jvm/index.md @@ -0,0 +1,3 @@ +# JVM + + From e92ddde554b1a3ad5d5c918753f21a6b73999ff2 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Thu, 29 Apr 2021 09:59:48 -0400 Subject: [PATCH 2/3] init folder for multi thread --- java/multi-thread/index.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 java/multi-thread/index.md diff --git a/java/multi-thread/index.md b/java/multi-thread/index.md new file mode 100644 index 0000000..88d77e2 --- /dev/null +++ b/java/multi-thread/index.md @@ -0,0 +1,3 @@ +# 多线程 + + From a6c5ba2594bd62b614209303f3ec3416cc961cef Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Thu, 29 Apr 2021 10:05:14 -0400 Subject: [PATCH 3/3] init submit all java related documents --- java/collection/index.md | 2 ++ java/fundamentals/concept.md | 2 ++ java/fundamentals/data-type.md | 2 ++ java/fundamentals/exceptions.md | 2 ++ java/fundamentals/index.md | 2 ++ java/fundamentals/io.md | 2 ++ java/fundamentals/language-structure.md | 2 ++ java/fundamentals/method-function.md | 2 ++ java/fundamentals/reflection.md | 2 ++ java/new-features/index.md | 3 +++ 10 files changed, 21 insertions(+) create mode 100644 java/collection/index.md create mode 100644 java/fundamentals/concept.md create mode 100644 java/fundamentals/data-type.md create mode 100644 java/fundamentals/exceptions.md create mode 100644 java/fundamentals/index.md create mode 100644 java/fundamentals/io.md create mode 100644 java/fundamentals/language-structure.md create mode 100644 java/fundamentals/method-function.md create mode 100644 java/fundamentals/reflection.md create mode 100644 java/new-features/index.md diff --git a/java/collection/index.md b/java/collection/index.md new file mode 100644 index 0000000..0045d0e --- /dev/null +++ b/java/collection/index.md @@ -0,0 +1,2 @@ +# 集合 + diff --git a/java/fundamentals/concept.md b/java/fundamentals/concept.md new file mode 100644 index 0000000..819798b --- /dev/null +++ b/java/fundamentals/concept.md @@ -0,0 +1,2 @@ +# 基本概念 + diff --git a/java/fundamentals/data-type.md b/java/fundamentals/data-type.md new file mode 100644 index 0000000..62a00c1 --- /dev/null +++ b/java/fundamentals/data-type.md @@ -0,0 +1,2 @@ +# 数据类型 + diff --git a/java/fundamentals/exceptions.md b/java/fundamentals/exceptions.md new file mode 100644 index 0000000..e7c0344 --- /dev/null +++ b/java/fundamentals/exceptions.md @@ -0,0 +1,2 @@ +# 异常处理 + diff --git a/java/fundamentals/index.md b/java/fundamentals/index.md new file mode 100644 index 0000000..61122e1 --- /dev/null +++ b/java/fundamentals/index.md @@ -0,0 +1,2 @@ +# 语言基础 + diff --git a/java/fundamentals/io.md b/java/fundamentals/io.md new file mode 100644 index 0000000..f11114c --- /dev/null +++ b/java/fundamentals/io.md @@ -0,0 +1,2 @@ +# I/O 操作 + diff --git a/java/fundamentals/language-structure.md b/java/fundamentals/language-structure.md new file mode 100644 index 0000000..18e3140 --- /dev/null +++ b/java/fundamentals/language-structure.md @@ -0,0 +1,2 @@ +# 语言结构 + diff --git a/java/fundamentals/method-function.md b/java/fundamentals/method-function.md new file mode 100644 index 0000000..78bea96 --- /dev/null +++ b/java/fundamentals/method-function.md @@ -0,0 +1,2 @@ +# 方法和函数 + diff --git a/java/fundamentals/reflection.md b/java/fundamentals/reflection.md new file mode 100644 index 0000000..156a37b --- /dev/null +++ b/java/fundamentals/reflection.md @@ -0,0 +1,2 @@ +# 反射 + diff --git a/java/new-features/index.md b/java/new-features/index.md new file mode 100644 index 0000000..dd5f15e --- /dev/null +++ b/java/new-features/index.md @@ -0,0 +1,3 @@ +# 新特性 + +