From acf7e3f95acaad995f9945f9fe24281004618cdd Mon Sep 17 00:00:00 2001 From: msksbr Date: Sun, 23 Jun 2024 23:48:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=92=E6=B3=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ test/Click-Shutdown/.idea/.gitignore | 8 ++++++++ test/Click-Shutdown/.idea/misc.xml | 6 ++++++ test/Click-Shutdown/.idea/modules.xml | 8 ++++++++ test/Click-Shutdown/.idea/vcs.xml | 6 ++++++ test/Click-Shutdown/Click-Shutdown.iml | 11 +++++++++++ .../com/msksbr/click_2_shutdown/manifest.txt | 1 + test/GUItest/.idea/.gitignore | 8 ++++++++ test/GUItest/.idea/misc.xml | 6 ++++++ test/GUItest/.idea/modules.xml | 8 ++++++++ test/GUItest/.idea/vcs.xml | 6 ++++++ test/GUItest/GUItest.iml | 11 +++++++++++ 12 files changed, 82 insertions(+) create mode 100644 test/Click-Shutdown/.idea/.gitignore create mode 100644 test/Click-Shutdown/.idea/misc.xml create mode 100644 test/Click-Shutdown/.idea/modules.xml create mode 100644 test/Click-Shutdown/.idea/vcs.xml create mode 100644 test/Click-Shutdown/Click-Shutdown.iml create mode 100644 test/Click-Shutdown/out/production/Click-Shutdown/com/msksbr/click_2_shutdown/manifest.txt create mode 100644 test/GUItest/.idea/.gitignore create mode 100644 test/GUItest/.idea/misc.xml create mode 100644 test/GUItest/.idea/modules.xml create mode 100644 test/GUItest/.idea/vcs.xml create mode 100644 test/GUItest/GUItest.iml diff --git a/.gitignore b/.gitignore index 6f8f0e5..65e62d7 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,6 @@ hs_err_pid* #test.java test/test.java + +#jdk-1.8 +test/Click-Shutdown/jdk-1.8/ \ No newline at end of file diff --git a/test/Click-Shutdown/.idea/.gitignore b/test/Click-Shutdown/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/test/Click-Shutdown/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/test/Click-Shutdown/.idea/misc.xml b/test/Click-Shutdown/.idea/misc.xml new file mode 100644 index 0000000..27a7091 --- /dev/null +++ b/test/Click-Shutdown/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/test/Click-Shutdown/.idea/modules.xml b/test/Click-Shutdown/.idea/modules.xml new file mode 100644 index 0000000..aa9d7af --- /dev/null +++ b/test/Click-Shutdown/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/test/Click-Shutdown/.idea/vcs.xml b/test/Click-Shutdown/.idea/vcs.xml new file mode 100644 index 0000000..b2bdec2 --- /dev/null +++ b/test/Click-Shutdown/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/test/Click-Shutdown/Click-Shutdown.iml b/test/Click-Shutdown/Click-Shutdown.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/test/Click-Shutdown/Click-Shutdown.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/test/Click-Shutdown/out/production/Click-Shutdown/com/msksbr/click_2_shutdown/manifest.txt b/test/Click-Shutdown/out/production/Click-Shutdown/com/msksbr/click_2_shutdown/manifest.txt new file mode 100644 index 0000000..b2f23ee --- /dev/null +++ b/test/Click-Shutdown/out/production/Click-Shutdown/com/msksbr/click_2_shutdown/manifest.txt @@ -0,0 +1 @@ +Main-Class: com.msksbr.click_2_shutdown.Main \ No newline at end of file diff --git a/test/GUItest/.idea/.gitignore b/test/GUItest/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/test/GUItest/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/test/GUItest/.idea/misc.xml b/test/GUItest/.idea/misc.xml new file mode 100644 index 0000000..208e2c3 --- /dev/null +++ b/test/GUItest/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/test/GUItest/.idea/modules.xml b/test/GUItest/.idea/modules.xml new file mode 100644 index 0000000..011f220 --- /dev/null +++ b/test/GUItest/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/test/GUItest/.idea/vcs.xml b/test/GUItest/.idea/vcs.xml new file mode 100644 index 0000000..b2bdec2 --- /dev/null +++ b/test/GUItest/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/test/GUItest/GUItest.iml b/test/GUItest/GUItest.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/test/GUItest/GUItest.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file