From 2c956a9cd2a154f0a967f217cb6aea499008aa98 Mon Sep 17 00:00:00 2001 From: Fibre <12818823+lumifibre@user.noreply.gitee.com> Date: Sun, 20 Oct 2024 13:50:40 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=9C=E4=BF=AE=E6=94=B9=E4=BA=86=E9=83=A8?= =?UTF-8?q?=E5=88=86=E5=89=8D=E7=AB=AF-admin-top.jsp-menu.jsp-showStudent.?= =?UTF-8?q?jsp=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mysql.properties | 5 +- src/main/webapp/WEB-INF/jsp/admin/menu.jsp | 31 +- .../webapp/WEB-INF/jsp/admin/showStudent.jsp | 27 +- src/main/webapp/WEB-INF/jsp/admin/top.jsp | 140 +- src/main/webapp/WEB-INF/web.xml | 2 +- src/main/webapp/css/animate.css | 3340 +++++++++ src/main/webapp/css/bootstrap.min.css | 3 +- .../webapp/css/materialdesignicons.min.css | 1 + src/main/webapp/css/style.min.css | 4541 ++++++++++++ src/main/webapp/fonts/materialdesignicons.eot | Bin 0 -> 292776 bytes src/main/webapp/fonts/materialdesignicons.svg | 6150 +++++++++++++++++ src/main/webapp/fonts/materialdesignicons.ttf | Bin 0 -> 292556 bytes .../webapp/fonts/materialdesignicons.woff | Bin 0 -> 144072 bytes .../webapp/fonts/materialdesignicons.woff2 | Bin 0 -> 109248 bytes src/main/webapp/images/img.png | Bin 0 -> 2146 bytes src/main/webapp/js/jquery.min.js | 4 + src/main/webapp/js/main.min.js | 161 + src/main/webapp/js/perfect-scrollbar.min.js | 6 + 18 files changed, 14389 insertions(+), 22 deletions(-) create mode 100644 src/main/webapp/css/animate.css create mode 100644 src/main/webapp/css/materialdesignicons.min.css create mode 100644 src/main/webapp/css/style.min.css create mode 100644 src/main/webapp/fonts/materialdesignicons.eot create mode 100644 src/main/webapp/fonts/materialdesignicons.svg create mode 100644 src/main/webapp/fonts/materialdesignicons.ttf create mode 100644 src/main/webapp/fonts/materialdesignicons.woff create mode 100644 src/main/webapp/fonts/materialdesignicons.woff2 create mode 100644 src/main/webapp/images/img.png create mode 100644 src/main/webapp/js/jquery.min.js create mode 100644 src/main/webapp/js/main.min.js create mode 100644 src/main/webapp/js/perfect-scrollbar.min.js diff --git a/src/main/resources/mysql.properties b/src/main/resources/mysql.properties index 53d244b..c2c0d7e 100644 --- a/src/main/resources/mysql.properties +++ b/src/main/resources/mysql.properties @@ -1,4 +1,5 @@ jdbc.driver = com.mysql.jdbc.Driver -jdbc.url = jdbc:mysql://localhost:3306/examination_system +# jdbc.url = jdbc:mysql://localhost:3306/examination_system +jdbc.url = jdbc:mysql://localhost:3306/examination_system?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true jdbc.username = root -jdbc.password = 123456 \ No newline at end of file +jdbc.password = 1234 diff --git a/src/main/webapp/WEB-INF/jsp/admin/menu.jsp b/src/main/webapp/WEB-INF/jsp/admin/menu.jsp index 898839d..307d755 100644 --- a/src/main/webapp/WEB-INF/jsp/admin/menu.jsp +++ b/src/main/webapp/WEB-INF/jsp/admin/menu.jsp @@ -1,13 +1,22 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> -