diff --git "a/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/.idea/.gitignore" "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/.idea/.gitignore" new file mode 100644 index 0000000000000000000000000000000000000000..35410cacdc5e87f985c93a96520f5e11a5c822e4 --- /dev/null +++ "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/.idea/.gitignore" @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git "a/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/.idea/booksystem.iml" "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/.idea/booksystem.iml" new file mode 100644 index 0000000000000000000000000000000000000000..c956989b29ad0767edc6cf3a202545927c3d1e76 --- /dev/null +++ "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/.idea/booksystem.iml" @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git "a/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/.idea/encodings.xml" "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/.idea/encodings.xml" new file mode 100644 index 0000000000000000000000000000000000000000..15a15b218a29e09c9190992732698d646e4d659a --- /dev/null +++ "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/.idea/encodings.xml" @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git "a/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/.idea/misc.xml" "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/.idea/misc.xml" new file mode 100644 index 0000000000000000000000000000000000000000..28a804d8932aba40f168fd757a74cb718a955a1a --- /dev/null +++ "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/.idea/misc.xml" @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git "a/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/.idea/modules.xml" "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/.idea/modules.xml" new file mode 100644 index 0000000000000000000000000000000000000000..8bcebff02d062a2fc8e4137b1c1ac63a46c0a47c --- /dev/null +++ "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/.idea/modules.xml" @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git "a/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/add.php" "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/add.php" new file mode 100644 index 0000000000000000000000000000000000000000..76d5a566b1060e605729f158441764d365fbaaac --- /dev/null +++ "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/add.php" @@ -0,0 +1,22 @@ + + + + 添加学生 + +

添加学生

+
+ + + + + + + + + + +
学生姓名
学生分数
     +
+
+ diff --git "a/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/conn.php" "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/conn.php" new file mode 100644 index 0000000000000000000000000000000000000000..29ddb6bc7b644d7416d1e01b08400856cbdbdc67 --- /dev/null +++ "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/conn.php" @@ -0,0 +1,5 @@ +返回首页"; +}else{ + echo "修改失败!"; +} \ No newline at end of file diff --git "a/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/edit.php" "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/edit.php" new file mode 100644 index 0000000000000000000000000000000000000000..a97be793966721f768fefe4cd4f30207c71267d8 --- /dev/null +++ "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/edit.php" @@ -0,0 +1,32 @@ + + + + 修改学生信息 + +

修改学生信息

+
+ + + + + + + + + + + +
学生姓名
学生分数
     +
+ +
+ diff --git "a/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/exit.php" "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/exit.php" new file mode 100644 index 0000000000000000000000000000000000000000..68e9d3af1648c0b7dcd3e206135dbc4568ed5f76 --- /dev/null +++ "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/exit.php" @@ -0,0 +1,5 @@ + + + + + 学生管理系统 + + + + +

学生管理系统-首页

+
'?>
+

+
登出
+ + + + + + + + "; + }else { + while ($row = mysqli_fetch_assoc($result)) { + ?> + + + + + + + +
学生编号学生姓名学生分数操作
暂无数据!
修改| + 删除
+添加学生 + + +点击登录'; +} + diff --git "a/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/login.php" "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/login.php" new file mode 100644 index 0000000000000000000000000000000000000000..83fd8652809c4d62e44aa0c9229668ede4976b4b --- /dev/null +++ "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/login.php" @@ -0,0 +1,15 @@ +重新登录"; +} diff --git "a/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/save.php" "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/save.php" new file mode 100644 index 0000000000000000000000000000000000000000..7de2cb7fd38e77ce2c114de05f5af8b61188e871 --- /dev/null +++ "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/save.php" @@ -0,0 +1,15 @@ +返回首页"; +}else{ + echo "添加失败!"; +} \ No newline at end of file diff --git "a/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/test.html" "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/test.html" new file mode 100644 index 0000000000000000000000000000000000000000..17a5d2afdd8023936b76f77473bb127458c382d5 --- /dev/null +++ "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/test.html" @@ -0,0 +1,30 @@ + + + + + 登录界面 + + +
+ + + + + + + + + + + + + +
用户名:
+ 密码: +
+ 七天内免登陆 + +
+
+ + \ No newline at end of file diff --git "a/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/update.php" "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/update.php" new file mode 100644 index 0000000000000000000000000000000000000000..d034f19cbbc642777154ee5a397e83aaad8952ff --- /dev/null +++ "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/update.php" @@ -0,0 +1,16 @@ +返回首页"; +}else{ + echo "修改失败!"; +} \ No newline at end of file