From 4d62e54e1723a452d2e8081dd046721774082991 Mon Sep 17 00:00:00 2001 From: ppdxzz <2535414380@qq.com> Date: Thu, 13 Feb 2020 22:57:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=BF=E7=AE=A1=E7=B3=BB=E7=BB=9F=E6=97=A5?= =?UTF-8?q?=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/vcs.xml | 6 ++++++ 宿管系统(SSM框架)日进度.md | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .idea/vcs.xml create mode 100644 宿管系统(SSM框架)日进度.md diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/宿管系统(SSM框架)日进度.md b/宿管系统(SSM框架)日进度.md new file mode 100644 index 0000000..1ab8f12 --- /dev/null +++ b/宿管系统(SSM框架)日进度.md @@ -0,0 +1,10 @@ +### 宿管系统(SSM框架)日进度 + +1. 2020.2.11,首次接触并搭建了SSM框架环境,完成持久层基本CRUD的功能测试,并提供了管理员的登录校验功能,以及登录页面用户名是否存在的功能。 +2. 2020.2.12,实现查询所有管理员信息,并显示到页面,添加基本的分页;期间存在的一些问题是一开始不了解SpringMVC视图解析器的映射规则,导致出现页面无法跳转的问题,目前我SSM框架技术知识面了解有限,暂时把页面跳转放在controller中,后续技术更新后再另行解决。 +3. 2020.2.13,用bootstrap框架完成了管理员添加和修改的页面实现,并加入jQuery校验字段是否为空,最终实现了管理员添加以及修改功能。 + + + + +