From ae8e3f19b91f83cf74d0020189da92ecfdfc59df Mon Sep 17 00:00:00 2001 From: 20181102870 <15924476337@163.com> Date: Tue, 16 Apr 2024 10:10:00 +0800 Subject: [PATCH 1/6] =?UTF-8?q?git=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 8 ++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ .idea/web-framework.iml | 9 +++++++++ pom.xml | 21 +++++++++++++++++++++ src/main/java/com/jisuanji/maven/Main.java | 19 +++++++++++++++++++ 7 files changed, 77 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/web-framework.iml create mode 100644 pom.xml create mode 100644 src/main/java/com/jisuanji/maven/Main.java diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..8e99870 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/web-framework.iml b/.idea/web-framework.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/web-framework.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..283d15e --- /dev/null +++ b/pom.xml @@ -0,0 +1,21 @@ + + + 4.0.0 + + com.jisuanji.maven + maven_test + 1.0-SNAPSHOT + pom + + maven_web + + + + 8 + 8 + UTF-8 + + + \ No newline at end of file diff --git a/src/main/java/com/jisuanji/maven/Main.java b/src/main/java/com/jisuanji/maven/Main.java new file mode 100644 index 0000000..82966db --- /dev/null +++ b/src/main/java/com/jisuanji/maven/Main.java @@ -0,0 +1,19 @@ +package com.jisuanji.maven; + +// Press Shift twice to open the Search Everywhere dialog and type `show whitespaces`, +// then press Enter. You can now see whitespace characters in your code. +public class Main { + public static void main(String[] args) { + // Press Alt+Enter with your caret at the highlighted text to see how + // IntelliJ IDEA suggests fixing it. + System.out.printf("Hello and welcome!"); + + // Press Shift+F10 or click the green arrow button in the gutter to run the code. + for (int i = 1; i <= 5; i++) { + + // Press Shift+F9 to start debugging your code. We have set one breakpoint + // for you, but you can always add more by pressing Ctrl+F8. + System.out.println("i = " + i); + } + } +} \ No newline at end of file -- Gitee From d7709aa84f0d3e1b555686c9049bea07cf02d133 Mon Sep 17 00:00:00 2001 From: 20181102870 <15924476337@163.com> Date: Tue, 16 Apr 2024 10:13:38 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/jisuanji/maven/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/jisuanji/maven/Main.java b/src/main/java/com/jisuanji/maven/Main.java index 82966db..32d3d89 100644 --- a/src/main/java/com/jisuanji/maven/Main.java +++ b/src/main/java/com/jisuanji/maven/Main.java @@ -7,7 +7,7 @@ public class Main { // Press Alt+Enter with your caret at the highlighted text to see how // IntelliJ IDEA suggests fixing it. System.out.printf("Hello and welcome!"); - + System.out.printf("Hello 李佳男 "); // Press Shift+F10 or click the green arrow button in the gutter to run the code. for (int i = 1; i <= 5; i++) { -- Gitee From 59733737f841c0b7e7d6cea951b917f9fff867cc Mon Sep 17 00:00:00 2001 From: 20181102870 <15924476337@163.com> Date: Tue, 16 Apr 2024 10:15:08 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 README.en.md diff --git a/README.en.md b/README.en.md deleted file mode 100644 index bd2cb73..0000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# 软件开发与管理 - -#### Description -{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) -- Gitee From 2803dc8c75efd9c6307ba78b684fe1f848b42445 Mon Sep 17 00:00:00 2001 From: 20181102870 <15924476337@163.com> Date: Tue, 16 Apr 2024 10:18:52 +0800 Subject: [PATCH 4/6] branchTest --- src/main/java/com/jisuanji/maven/Main.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/jisuanji/maven/Main.java b/src/main/java/com/jisuanji/maven/Main.java index 32d3d89..4b003d9 100644 --- a/src/main/java/com/jisuanji/maven/Main.java +++ b/src/main/java/com/jisuanji/maven/Main.java @@ -8,6 +8,7 @@ public class Main { // IntelliJ IDEA suggests fixing it. System.out.printf("Hello and welcome!"); System.out.printf("Hello 李佳男 "); + System.out.printf("Test1"); // Press Shift+F10 or click the green arrow button in the gutter to run the code. for (int i = 1; i <= 5; i++) { -- Gitee From 62164accf2d224f80dfac70a48886d83e3c80697 Mon Sep 17 00:00:00 2001 From: 20181102870 <15924476337@163.com> Date: Tue, 16 Apr 2024 10:19:55 +0800 Subject: [PATCH 5/6] Test2 --- src/main/java/com/jisuanji/maven/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/jisuanji/maven/Main.java b/src/main/java/com/jisuanji/maven/Main.java index 32d3d89..817bef5 100644 --- a/src/main/java/com/jisuanji/maven/Main.java +++ b/src/main/java/com/jisuanji/maven/Main.java @@ -7,7 +7,7 @@ public class Main { // Press Alt+Enter with your caret at the highlighted text to see how // IntelliJ IDEA suggests fixing it. System.out.printf("Hello and welcome!"); - System.out.printf("Hello 李佳男 "); + System.out.printf("Hello 李佳男 Test2"); // Press Shift+F10 or click the green arrow button in the gutter to run the code. for (int i = 1; i <= 5; i++) { -- Gitee From 53c7a6427c9b0978d7978d6316a8620c4d06d156 Mon Sep 17 00:00:00 2001 From: 20181102870 <15924476337@163.com> Date: Tue, 16 Apr 2024 10:24:11 +0800 Subject: [PATCH 6/6] Test3 --- src/main/java/com/jisuanji/maven/Main.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/jisuanji/maven/Main.java b/src/main/java/com/jisuanji/maven/Main.java index 32d3d89..9a70e2e 100644 --- a/src/main/java/com/jisuanji/maven/Main.java +++ b/src/main/java/com/jisuanji/maven/Main.java @@ -8,6 +8,7 @@ public class Main { // IntelliJ IDEA suggests fixing it. System.out.printf("Hello and welcome!"); System.out.printf("Hello 李佳男 "); + System.out.printf("Test3"); // Press Shift+F10 or click the green arrow button in the gutter to run the code. for (int i = 1; i <= 5; i++) { -- Gitee