From 783eb7e5b402eb9a6a858d40ef96e2c2785aefaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E5=AD=94=E5=87=AF=E8=BE=89=E2=80=9D?= <“2814283821@qq.com”> Date: Fri, 25 Nov 2022 10:44:42 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=20=E7=AC=AC=E4=B8=80=E6=AC=A1=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...47\254\254\344\270\200\346\254\241\344\275\234\344\270\232.md" | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 "\345\255\224\345\207\257\350\276\2112244310344/2022-11-25\347\254\254\344\270\200\346\254\241\344\275\234\344\270\232.md" diff --git "a/\345\255\224\345\207\257\350\276\2112244310344/2022-11-25\347\254\254\344\270\200\346\254\241\344\275\234\344\270\232.md" "b/\345\255\224\345\207\257\350\276\2112244310344/2022-11-25\347\254\254\344\270\200\346\254\241\344\275\234\344\270\232.md" new file mode 100644 index 0000000..e69de29 -- Gitee From 4d8bee6ae0685c681d0e2f964b43ea47dfeebffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E5=AD=94=E5=87=AF=E8=BE=89=E2=80=9D?= <“2814283821@qq.com”> Date: Fri, 25 Nov 2022 11:06:48 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=20=E7=AC=AC=E4=B8=80=E6=AC=A1=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...00\346\254\241\344\275\234\344\270\232.md" | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git "a/\345\255\224\345\207\257\350\276\2112244310344/2022-11-25\347\254\254\344\270\200\346\254\241\344\275\234\344\270\232.md" "b/\345\255\224\345\207\257\350\276\2112244310344/2022-11-25\347\254\254\344\270\200\346\254\241\344\275\234\344\270\232.md" index e69de29..6cc50fa 100644 --- "a/\345\255\224\345\207\257\350\276\2112244310344/2022-11-25\347\254\254\344\270\200\346\254\241\344\275\234\344\270\232.md" +++ "b/\345\255\224\345\207\257\350\276\2112244310344/2022-11-25\347\254\254\344\270\200\346\254\241\344\275\234\344\270\232.md" @@ -0,0 +1,26 @@ +# java的安装 + +### 1.下载jdk:http://www.oraloe.com + +### 2.安装jdk: + +```注意 +注意:不要空格、不要中文 +``` + +### 3.需要配置环境变量 + + + +# 作业 + +``` java +public class helloworld{ + public static void main(staring[] args){ + System.out.println("hiMD!"); + } +} +``` + + + -- Gitee