diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..35410cacdc5e87f985c93a96520f5e11a5c822e4 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/MarsCodeWorkspaceAppSettings.xml b/.idea/MarsCodeWorkspaceAppSettings.xml new file mode 100644 index 0000000000000000000000000000000000000000..05ed8baa4d8305c7d3770aa0cc849452f68dc5f5 --- /dev/null +++ b/.idea/MarsCodeWorkspaceAppSettings.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000000000000000000000000000000000000..b589d56e9f285d8cfdc6c270853a5d439021a278 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/jiumi b/.idea/jiumi new file mode 100644 index 0000000000000000000000000000000000000000..1e7a036bf3625d82835291813b3524638fac9f48 --- /dev/null +++ b/.idea/jiumi @@ -0,0 +1 @@ +啾咪 \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000000000000000000000000000000000000..f56e723f7233baca2135ebb08198f14a881d4c9d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000000000000000000000000000000000000..979ba23d54b5e0584dc1f3e6d36d1f00a94fcbb8 --- /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 0000000000000000000000000000000000000000..35eb1ddfbbc029bcab630581847471d7f238ec53 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Main.java b/Main.java index 797430359a90ff63034a528caf361f849819d53f..54c07fe211e9fbefe4175bd3832820e51640228a 100644 --- a/Main.java +++ b/Main.java @@ -14,7 +14,7 @@ public class Main { printMainMenu(); int choice = getValidIntegerInput(); switch (choice) { - case 1: recordGrade(); break;git + case 1: recordGrade(); break; case 2: searchGrade(); break; case 3: manageStatistics(); break; case 4: displayAllStudents(); break; diff --git a/git-work-remote-01.iml b/git-work-remote-01.iml new file mode 100644 index 0000000000000000000000000000000000000000..b107a2dd81165eaaf682ad3da030668b937fbb6c --- /dev/null +++ b/git-work-remote-01.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file