diff --git a/code/java/天气灾害预警/.idea/.gitignore b/code/java/天气灾害预警/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/code/java/天气灾害预警/.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/code/java/天气灾害预警/.idea/compiler.xml b/code/java/天气灾害预警/.idea/compiler.xml new file mode 100644 index 0000000..7ffa0fe --- /dev/null +++ b/code/java/天气灾害预警/.idea/compiler.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/code/java/天气灾害预警/.idea/encodings.xml b/code/java/天气灾害预警/.idea/encodings.xml new file mode 100644 index 0000000..97626ba --- /dev/null +++ b/code/java/天气灾害预警/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/code/java/天气灾害预警/.idea/jarRepositories.xml b/code/java/天气灾害预警/.idea/jarRepositories.xml new file mode 100644 index 0000000..c7ea920 --- /dev/null +++ b/code/java/天气灾害预警/.idea/jarRepositories.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/code/java/天气灾害预警/.idea/misc.xml b/code/java/天气灾害预警/.idea/misc.xml new file mode 100644 index 0000000..82dbec8 --- /dev/null +++ b/code/java/天气灾害预警/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + + + + + + \ No newline at end of file diff --git a/code/java/天气灾害预警/.idea/runConfigurations/compile.xml b/code/java/天气灾害预警/.idea/runConfigurations/compile.xml new file mode 100644 index 0000000..780c17d --- /dev/null +++ b/code/java/天气灾害预警/.idea/runConfigurations/compile.xml @@ -0,0 +1,29 @@ + + + + + + + + \ No newline at end of file diff --git a/code/java/天气灾害预警/.idea/uiDesigner.xml b/code/java/天气灾害预警/.idea/uiDesigner.xml new file mode 100644 index 0000000..e96534f --- /dev/null +++ b/code/java/天气灾害预警/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/code/java/天气灾害预警/.idea/vcs.xml b/code/java/天气灾害预警/.idea/vcs.xml new file mode 100644 index 0000000..c2365ab --- /dev/null +++ b/code/java/天气灾害预警/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/code/java/天气灾害预警/pom.xml b/code/java/天气灾害预警/pom.xml new file mode 100644 index 0000000..aafea85 --- /dev/null +++ b/code/java/天气灾害预警/pom.xml @@ -0,0 +1,44 @@ + + + 4.0.0 + + com.cpic.xim + disaster_warning + 1.0-SNAPSHOT + + + 17 + 17 + + + + compile + + + + + dev + + UTF-8 + GBK + GBK + + + true + + + + test + + UTF-8 + GBK + GBK + + + false + + + + + + \ No newline at end of file diff --git a/code/java/天气灾害预警/src/main/java/App.java b/code/java/天气灾害预警/src/main/java/App.java new file mode 100644 index 0000000..90f0ab9 --- /dev/null +++ b/code/java/天气灾害预警/src/main/java/App.java @@ -0,0 +1,11 @@ +public class App +{ + public static void main( String[] args ) + { + System.out.println( "111!!" ); + + + + return; + } +} diff --git a/code/java/天气灾害预警/target/classes/App.class b/code/java/天气灾害预警/target/classes/App.class new file mode 100644 index 0000000..6484177 Binary files /dev/null and b/code/java/天气灾害预警/target/classes/App.class differ diff --git a/code/java/天气灾害预警/target/disaster_warning-1.0-SNAPSHOT.jar b/code/java/天气灾害预警/target/disaster_warning-1.0-SNAPSHOT.jar new file mode 100644 index 0000000..1252f9f Binary files /dev/null and b/code/java/天气灾害预警/target/disaster_warning-1.0-SNAPSHOT.jar differ diff --git a/code/java/天气灾害预警/target/maven-archiver/pom.properties b/code/java/天气灾害预警/target/maven-archiver/pom.properties new file mode 100644 index 0000000..f2a08d6 --- /dev/null +++ b/code/java/天气灾害预警/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Tue Mar 15 15:14:48 CST 2022 +groupId=com.cpic.xim +artifactId=disaster_warning +version=1.0-SNAPSHOT diff --git a/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-cli/createdFiles.lst b/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-cli/createdFiles.lst new file mode 100644 index 0000000..e69de29 diff --git a/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-cli/inputFiles.lst b/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-cli/inputFiles.lst new file mode 100644 index 0000000..e8b7e6e --- /dev/null +++ b/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-cli/inputFiles.lst @@ -0,0 +1 @@ +D:\develop\ŷֹ˾Ŀ\Ԥ\code\java\ֺԤ\src\main\java\com\cpic\xim\App.java diff --git a/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..2ef6228 --- /dev/null +++ b/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1 @@ +App.class diff --git a/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..794f7b9 --- /dev/null +++ b/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1 @@ +D:\develop\产险厦门分公司项目\大灾预警\code\java\天气灾害预警\src\main\java\App.java diff --git a/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/code/java/天气灾害预警/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..e69de29