From 840895d9c672bd41802e6953e0239346611fef0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E5=AE=87?= <1299892569@qq.com> Date: Tue, 9 Dec 2025 17:55:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BD=BF=E7=94=A8=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/modules.xml | 8 -------- README.md | 4 ++++ 2 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 .idea/modules.xml diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 2eee8b7..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index 83f9974..289e1ca 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ #### 使用说明 1. 运行 **com.lxq** 包下的 **DemoApplication.java** 。 +2. 创建一个数据库,数据库的名字为 Student-Attendance-Management-System,然后运行这个sql文件,相应的数据库表就有了。 +3. 打开浏览器,输入 **http://localhost:端口号** ,进入系统主页。 +4. 登录系统,用户名为 **admin** ,密码为 **111** 。 +5. 系统首页包含学生选课、请假管理、教师开课、签到管理等功能。 #### 参与贡献