From 2f6c5b467422a6ead37d944418e19fe1f9ceef19 Mon Sep 17 00:00:00 2001 From: zhangas2 <88066902@qq.com> Date: Sun, 29 Dec 2024 15:23:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=9C=E8=BD=A6=E5=9C=BA=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=BA=90=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.gitignore | 0 .../pom.xml | 0 .../src/main/java/JDBC/AccountJDBC.java | 0 .../src/main/java/JDBC/IcCardJDBC.java | 0 .../src/main/java/JDBC/ParkingRecordJDBC.java | 0 .../src/main/java/JDBC/ParkingSpotJDBC.java | 0 .../src/main/java/JDBC/UserJDBC.java | 0 .../src/main/java/JDBC/VehicleJDBC.java | 0 .../com/aliyun/api/gateway/demo/util/HttpUtils.java | 0 .../src/main/java/pojo/Account.java | 0 .../src/main/java/pojo/IcCard.java | 0 .../src/main/java/pojo/ParkingRecord.java | 0 .../src/main/java/pojo/ParkingSpot.java | 0 .../src/main/java/pojo/User.java | 0 .../src/main/java/pojo/Vehicle.java | 0 .../src/main/java/service/AccountService.java | 0 .../src/main/java/service/IcCardService.java | 0 .../src/main/java/service/ParkingRecordService.java | 0 .../src/main/java/service/ParkingSpotService.java | 0 .../src/main/java/service/UserService.java | 0 .../src/main/java/service/VehicleService.java | 0 .../src/main/java/web/IcCardRelated/get_IC.java | 0 .../SelectParkingRecordServlet.java | 0 .../ParkingRecordRelated/UpdateRecordServlet.java | 0 .../java/web/ParkingRecordRelated/get_record.java | 0 .../java/web/ParkingRecordRelated/sort_record.java | 0 .../web/ParkingSpotRelated/SpotStatusServlet.java | 0 .../main/java/web/ParkingSpotRelated/get_spot.java | 0 .../src/main/java/web/UserRelated/CarServlet.java | 0 .../src/main/java/web/UserRelated/ICServlet.java | 0 .../main/java/web/UserRelated/OrderUserServlet.java | 0 .../src/main/java/web/UserRelated/ParkServlet.java | 0 .../main/java/web/UserRelated/UpdateServlet.java | 0 .../main/java/web/UserRelated/deleteServlet.java | 0 .../src/main/java/web/UserRelated/get_user.java | 0 .../src/main/java/web/UserRelated/login.java | 0 .../java/web/UserRelated/selectUserServlet.java | 0 .../main/java/web/UserRelated/update_user_Info.java | 0 .../java/web/VehicleRelated/RecoPlateServlet.java | 0 .../web/VehicleRelated/SelectVehicleServlet.java | 0 .../main/java/web/VehicleRelated/get_car_Info.java | 0 .../src/main/webapp/WEB-INF/web.xml | 0 .../src/main/webapp/index.jsp | 0 .../src/main/webapp/main/UserToInfo/CarInfo.jsp | 0 .../src/main/webapp/main/UserToInfo/ICInfo.jsp | 0 .../src/main/webapp/main/UserToInfo/parkInfo.jsp | 0 .../src/main/webapp/main/UserToInfo/updateUser.jsp | 0 .../src/main/webapp/main/admin/adminMain.jsp | 0 .../src/main/webapp/main/admin/adminRecord.jsp | 0 .../src/main/webapp/main/admin/adminSpots.jsp | 0 .../src/main/webapp/main/admin/adminUser.jsp | 0 .../src/main/webapp/main/admin/adminVehicle.jsp | 0 .../src/main/webapp/main/user/Ic-card.jsp | 0 .../src/main/webapp/main/user/car-Info.jsp | 0 .../src/main/webapp/main/user/parking_record.jsp | 0 .../src/main/webapp/main/user/parking_spot.jsp | 0 .../src/main/webapp/main/user/update-Info.jsp | 0 .../src/main/webapp/main/user/user-Info.jsp | 0 .../src/main/webapp/static/css/IC-Info.css | 0 .../src/main/webapp/static/css/car-Info.css | 0 .../src/main/webapp/static/css/enterScanStyle.css | 0 .../src/main/webapp/static/css/mainTemplate.css | 0 .../src/main/webapp/static/css/parking-spot.css | 0 .../src/main/webapp/static/css/parkingLotStyle.css | 0 .../src/main/webapp/static/css/spot-record.css | 0 .../src/main/webapp/static/css/update-user-Info.css | 0 .../src/main/webapp/static/css/user-Info.css | 0 .../src/main/webapp/static/css/vehicleStyle.css | 0 .../src/main/webapp/static/images/empty.png | Bin .../src/main/webapp/static/images/full.png | Bin .../src/main/webapp/static/images/logo.jpg | Bin .../src/main/webapp/static/images/none.png | Bin .../src/main/webapp/static/js/echarts.js | 0 73 files changed, 0 insertions(+), 0 deletions(-) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/.gitignore (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/pom.xml (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/JDBC/AccountJDBC.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/JDBC/IcCardJDBC.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/JDBC/ParkingRecordJDBC.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/JDBC/ParkingSpotJDBC.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/JDBC/UserJDBC.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/JDBC/VehicleJDBC.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/com/aliyun/api/gateway/demo/util/HttpUtils.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/pojo/Account.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/pojo/IcCard.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/pojo/ParkingRecord.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/pojo/ParkingSpot.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/pojo/User.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/pojo/Vehicle.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/service/AccountService.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/service/IcCardService.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/service/ParkingRecordService.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/service/ParkingSpotService.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/service/UserService.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/service/VehicleService.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/IcCardRelated/get_IC.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/ParkingRecordRelated/SelectParkingRecordServlet.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/ParkingRecordRelated/UpdateRecordServlet.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/ParkingRecordRelated/get_record.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/ParkingRecordRelated/sort_record.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/ParkingSpotRelated/SpotStatusServlet.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/ParkingSpotRelated/get_spot.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/UserRelated/CarServlet.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/UserRelated/ICServlet.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/UserRelated/OrderUserServlet.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/UserRelated/ParkServlet.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/UserRelated/UpdateServlet.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/UserRelated/deleteServlet.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/UserRelated/get_user.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/UserRelated/login.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/UserRelated/selectUserServlet.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/UserRelated/update_user_Info.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/VehicleRelated/RecoPlateServlet.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/VehicleRelated/SelectVehicleServlet.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/java/web/VehicleRelated/get_car_Info.java (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/WEB-INF/web.xml (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/index.jsp (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/main/UserToInfo/CarInfo.jsp (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/main/UserToInfo/ICInfo.jsp (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/main/UserToInfo/parkInfo.jsp (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/main/UserToInfo/updateUser.jsp (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/main/admin/adminMain.jsp (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/main/admin/adminRecord.jsp (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/main/admin/adminSpots.jsp (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/main/admin/adminUser.jsp (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/main/admin/adminVehicle.jsp (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/main/user/Ic-card.jsp (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/main/user/car-Info.jsp (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/main/user/parking_record.jsp (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/main/user/parking_spot.jsp (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/main/user/update-Info.jsp (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/main/user/user-Info.jsp (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/static/css/IC-Info.css (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/static/css/car-Info.css (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/static/css/enterScanStyle.css (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/static/css/mainTemplate.css (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/static/css/parking-spot.css (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/static/css/parkingLotStyle.css (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/static/css/spot-record.css (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/static/css/update-user-Info.css (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/static/css/user-Info.css (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/static/css/vehicleStyle.css (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/static/images/empty.png (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/static/images/full.png (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/static/images/logo.jpg (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/static/images/none.png (100%) rename {停车场管理系统源代码-作为小组 => 停车场管理系统源代码}/src/main/webapp/static/js/echarts.js (100%) diff --git a/停车场管理系统源代码-作为小组/.gitignore b/停车场管理系统源代码/.gitignore similarity index 100% rename from 停车场管理系统源代码-作为小组/.gitignore rename to 停车场管理系统源代码/.gitignore diff --git a/停车场管理系统源代码-作为小组/pom.xml b/停车场管理系统源代码/pom.xml similarity index 100% rename from 停车场管理系统源代码-作为小组/pom.xml rename to 停车场管理系统源代码/pom.xml diff --git a/停车场管理系统源代码-作为小组/src/main/java/JDBC/AccountJDBC.java b/停车场管理系统源代码/src/main/java/JDBC/AccountJDBC.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/JDBC/AccountJDBC.java rename to 停车场管理系统源代码/src/main/java/JDBC/AccountJDBC.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/JDBC/IcCardJDBC.java b/停车场管理系统源代码/src/main/java/JDBC/IcCardJDBC.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/JDBC/IcCardJDBC.java rename to 停车场管理系统源代码/src/main/java/JDBC/IcCardJDBC.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/JDBC/ParkingRecordJDBC.java b/停车场管理系统源代码/src/main/java/JDBC/ParkingRecordJDBC.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/JDBC/ParkingRecordJDBC.java rename to 停车场管理系统源代码/src/main/java/JDBC/ParkingRecordJDBC.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/JDBC/ParkingSpotJDBC.java b/停车场管理系统源代码/src/main/java/JDBC/ParkingSpotJDBC.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/JDBC/ParkingSpotJDBC.java rename to 停车场管理系统源代码/src/main/java/JDBC/ParkingSpotJDBC.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/JDBC/UserJDBC.java b/停车场管理系统源代码/src/main/java/JDBC/UserJDBC.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/JDBC/UserJDBC.java rename to 停车场管理系统源代码/src/main/java/JDBC/UserJDBC.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/JDBC/VehicleJDBC.java b/停车场管理系统源代码/src/main/java/JDBC/VehicleJDBC.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/JDBC/VehicleJDBC.java rename to 停车场管理系统源代码/src/main/java/JDBC/VehicleJDBC.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/com/aliyun/api/gateway/demo/util/HttpUtils.java b/停车场管理系统源代码/src/main/java/com/aliyun/api/gateway/demo/util/HttpUtils.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/com/aliyun/api/gateway/demo/util/HttpUtils.java rename to 停车场管理系统源代码/src/main/java/com/aliyun/api/gateway/demo/util/HttpUtils.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/pojo/Account.java b/停车场管理系统源代码/src/main/java/pojo/Account.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/pojo/Account.java rename to 停车场管理系统源代码/src/main/java/pojo/Account.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/pojo/IcCard.java b/停车场管理系统源代码/src/main/java/pojo/IcCard.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/pojo/IcCard.java rename to 停车场管理系统源代码/src/main/java/pojo/IcCard.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/pojo/ParkingRecord.java b/停车场管理系统源代码/src/main/java/pojo/ParkingRecord.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/pojo/ParkingRecord.java rename to 停车场管理系统源代码/src/main/java/pojo/ParkingRecord.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/pojo/ParkingSpot.java b/停车场管理系统源代码/src/main/java/pojo/ParkingSpot.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/pojo/ParkingSpot.java rename to 停车场管理系统源代码/src/main/java/pojo/ParkingSpot.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/pojo/User.java b/停车场管理系统源代码/src/main/java/pojo/User.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/pojo/User.java rename to 停车场管理系统源代码/src/main/java/pojo/User.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/pojo/Vehicle.java b/停车场管理系统源代码/src/main/java/pojo/Vehicle.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/pojo/Vehicle.java rename to 停车场管理系统源代码/src/main/java/pojo/Vehicle.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/service/AccountService.java b/停车场管理系统源代码/src/main/java/service/AccountService.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/service/AccountService.java rename to 停车场管理系统源代码/src/main/java/service/AccountService.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/service/IcCardService.java b/停车场管理系统源代码/src/main/java/service/IcCardService.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/service/IcCardService.java rename to 停车场管理系统源代码/src/main/java/service/IcCardService.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/service/ParkingRecordService.java b/停车场管理系统源代码/src/main/java/service/ParkingRecordService.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/service/ParkingRecordService.java rename to 停车场管理系统源代码/src/main/java/service/ParkingRecordService.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/service/ParkingSpotService.java b/停车场管理系统源代码/src/main/java/service/ParkingSpotService.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/service/ParkingSpotService.java rename to 停车场管理系统源代码/src/main/java/service/ParkingSpotService.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/service/UserService.java b/停车场管理系统源代码/src/main/java/service/UserService.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/service/UserService.java rename to 停车场管理系统源代码/src/main/java/service/UserService.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/service/VehicleService.java b/停车场管理系统源代码/src/main/java/service/VehicleService.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/service/VehicleService.java rename to 停车场管理系统源代码/src/main/java/service/VehicleService.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/IcCardRelated/get_IC.java b/停车场管理系统源代码/src/main/java/web/IcCardRelated/get_IC.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/IcCardRelated/get_IC.java rename to 停车场管理系统源代码/src/main/java/web/IcCardRelated/get_IC.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/ParkingRecordRelated/SelectParkingRecordServlet.java b/停车场管理系统源代码/src/main/java/web/ParkingRecordRelated/SelectParkingRecordServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/ParkingRecordRelated/SelectParkingRecordServlet.java rename to 停车场管理系统源代码/src/main/java/web/ParkingRecordRelated/SelectParkingRecordServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/ParkingRecordRelated/UpdateRecordServlet.java b/停车场管理系统源代码/src/main/java/web/ParkingRecordRelated/UpdateRecordServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/ParkingRecordRelated/UpdateRecordServlet.java rename to 停车场管理系统源代码/src/main/java/web/ParkingRecordRelated/UpdateRecordServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/ParkingRecordRelated/get_record.java b/停车场管理系统源代码/src/main/java/web/ParkingRecordRelated/get_record.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/ParkingRecordRelated/get_record.java rename to 停车场管理系统源代码/src/main/java/web/ParkingRecordRelated/get_record.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/ParkingRecordRelated/sort_record.java b/停车场管理系统源代码/src/main/java/web/ParkingRecordRelated/sort_record.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/ParkingRecordRelated/sort_record.java rename to 停车场管理系统源代码/src/main/java/web/ParkingRecordRelated/sort_record.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/ParkingSpotRelated/SpotStatusServlet.java b/停车场管理系统源代码/src/main/java/web/ParkingSpotRelated/SpotStatusServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/ParkingSpotRelated/SpotStatusServlet.java rename to 停车场管理系统源代码/src/main/java/web/ParkingSpotRelated/SpotStatusServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/ParkingSpotRelated/get_spot.java b/停车场管理系统源代码/src/main/java/web/ParkingSpotRelated/get_spot.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/ParkingSpotRelated/get_spot.java rename to 停车场管理系统源代码/src/main/java/web/ParkingSpotRelated/get_spot.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/CarServlet.java b/停车场管理系统源代码/src/main/java/web/UserRelated/CarServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/CarServlet.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/CarServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/ICServlet.java b/停车场管理系统源代码/src/main/java/web/UserRelated/ICServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/ICServlet.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/ICServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/OrderUserServlet.java b/停车场管理系统源代码/src/main/java/web/UserRelated/OrderUserServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/OrderUserServlet.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/OrderUserServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/ParkServlet.java b/停车场管理系统源代码/src/main/java/web/UserRelated/ParkServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/ParkServlet.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/ParkServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/UpdateServlet.java b/停车场管理系统源代码/src/main/java/web/UserRelated/UpdateServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/UpdateServlet.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/UpdateServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/deleteServlet.java b/停车场管理系统源代码/src/main/java/web/UserRelated/deleteServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/deleteServlet.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/deleteServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/get_user.java b/停车场管理系统源代码/src/main/java/web/UserRelated/get_user.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/get_user.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/get_user.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/login.java b/停车场管理系统源代码/src/main/java/web/UserRelated/login.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/login.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/login.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/selectUserServlet.java b/停车场管理系统源代码/src/main/java/web/UserRelated/selectUserServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/selectUserServlet.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/selectUserServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/update_user_Info.java b/停车场管理系统源代码/src/main/java/web/UserRelated/update_user_Info.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/update_user_Info.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/update_user_Info.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/VehicleRelated/RecoPlateServlet.java b/停车场管理系统源代码/src/main/java/web/VehicleRelated/RecoPlateServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/VehicleRelated/RecoPlateServlet.java rename to 停车场管理系统源代码/src/main/java/web/VehicleRelated/RecoPlateServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/VehicleRelated/SelectVehicleServlet.java b/停车场管理系统源代码/src/main/java/web/VehicleRelated/SelectVehicleServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/VehicleRelated/SelectVehicleServlet.java rename to 停车场管理系统源代码/src/main/java/web/VehicleRelated/SelectVehicleServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/VehicleRelated/get_car_Info.java b/停车场管理系统源代码/src/main/java/web/VehicleRelated/get_car_Info.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/VehicleRelated/get_car_Info.java rename to 停车场管理系统源代码/src/main/java/web/VehicleRelated/get_car_Info.java diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/WEB-INF/web.xml b/停车场管理系统源代码/src/main/webapp/WEB-INF/web.xml similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/WEB-INF/web.xml rename to 停车场管理系统源代码/src/main/webapp/WEB-INF/web.xml diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/index.jsp b/停车场管理系统源代码/src/main/webapp/index.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/index.jsp rename to 停车场管理系统源代码/src/main/webapp/index.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/UserToInfo/CarInfo.jsp b/停车场管理系统源代码/src/main/webapp/main/UserToInfo/CarInfo.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/UserToInfo/CarInfo.jsp rename to 停车场管理系统源代码/src/main/webapp/main/UserToInfo/CarInfo.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/UserToInfo/ICInfo.jsp b/停车场管理系统源代码/src/main/webapp/main/UserToInfo/ICInfo.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/UserToInfo/ICInfo.jsp rename to 停车场管理系统源代码/src/main/webapp/main/UserToInfo/ICInfo.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/UserToInfo/parkInfo.jsp b/停车场管理系统源代码/src/main/webapp/main/UserToInfo/parkInfo.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/UserToInfo/parkInfo.jsp rename to 停车场管理系统源代码/src/main/webapp/main/UserToInfo/parkInfo.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/UserToInfo/updateUser.jsp b/停车场管理系统源代码/src/main/webapp/main/UserToInfo/updateUser.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/UserToInfo/updateUser.jsp rename to 停车场管理系统源代码/src/main/webapp/main/UserToInfo/updateUser.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminMain.jsp b/停车场管理系统源代码/src/main/webapp/main/admin/adminMain.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminMain.jsp rename to 停车场管理系统源代码/src/main/webapp/main/admin/adminMain.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminRecord.jsp b/停车场管理系统源代码/src/main/webapp/main/admin/adminRecord.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminRecord.jsp rename to 停车场管理系统源代码/src/main/webapp/main/admin/adminRecord.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminSpots.jsp b/停车场管理系统源代码/src/main/webapp/main/admin/adminSpots.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminSpots.jsp rename to 停车场管理系统源代码/src/main/webapp/main/admin/adminSpots.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminUser.jsp b/停车场管理系统源代码/src/main/webapp/main/admin/adminUser.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminUser.jsp rename to 停车场管理系统源代码/src/main/webapp/main/admin/adminUser.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminVehicle.jsp b/停车场管理系统源代码/src/main/webapp/main/admin/adminVehicle.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminVehicle.jsp rename to 停车场管理系统源代码/src/main/webapp/main/admin/adminVehicle.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/user/Ic-card.jsp b/停车场管理系统源代码/src/main/webapp/main/user/Ic-card.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/user/Ic-card.jsp rename to 停车场管理系统源代码/src/main/webapp/main/user/Ic-card.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/user/car-Info.jsp b/停车场管理系统源代码/src/main/webapp/main/user/car-Info.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/user/car-Info.jsp rename to 停车场管理系统源代码/src/main/webapp/main/user/car-Info.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/user/parking_record.jsp b/停车场管理系统源代码/src/main/webapp/main/user/parking_record.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/user/parking_record.jsp rename to 停车场管理系统源代码/src/main/webapp/main/user/parking_record.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/user/parking_spot.jsp b/停车场管理系统源代码/src/main/webapp/main/user/parking_spot.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/user/parking_spot.jsp rename to 停车场管理系统源代码/src/main/webapp/main/user/parking_spot.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/user/update-Info.jsp b/停车场管理系统源代码/src/main/webapp/main/user/update-Info.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/user/update-Info.jsp rename to 停车场管理系统源代码/src/main/webapp/main/user/update-Info.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/user/user-Info.jsp b/停车场管理系统源代码/src/main/webapp/main/user/user-Info.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/user/user-Info.jsp rename to 停车场管理系统源代码/src/main/webapp/main/user/user-Info.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/IC-Info.css b/停车场管理系统源代码/src/main/webapp/static/css/IC-Info.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/IC-Info.css rename to 停车场管理系统源代码/src/main/webapp/static/css/IC-Info.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/car-Info.css b/停车场管理系统源代码/src/main/webapp/static/css/car-Info.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/car-Info.css rename to 停车场管理系统源代码/src/main/webapp/static/css/car-Info.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/enterScanStyle.css b/停车场管理系统源代码/src/main/webapp/static/css/enterScanStyle.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/enterScanStyle.css rename to 停车场管理系统源代码/src/main/webapp/static/css/enterScanStyle.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/mainTemplate.css b/停车场管理系统源代码/src/main/webapp/static/css/mainTemplate.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/mainTemplate.css rename to 停车场管理系统源代码/src/main/webapp/static/css/mainTemplate.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/parking-spot.css b/停车场管理系统源代码/src/main/webapp/static/css/parking-spot.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/parking-spot.css rename to 停车场管理系统源代码/src/main/webapp/static/css/parking-spot.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/parkingLotStyle.css b/停车场管理系统源代码/src/main/webapp/static/css/parkingLotStyle.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/parkingLotStyle.css rename to 停车场管理系统源代码/src/main/webapp/static/css/parkingLotStyle.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/spot-record.css b/停车场管理系统源代码/src/main/webapp/static/css/spot-record.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/spot-record.css rename to 停车场管理系统源代码/src/main/webapp/static/css/spot-record.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/update-user-Info.css b/停车场管理系统源代码/src/main/webapp/static/css/update-user-Info.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/update-user-Info.css rename to 停车场管理系统源代码/src/main/webapp/static/css/update-user-Info.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/user-Info.css b/停车场管理系统源代码/src/main/webapp/static/css/user-Info.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/user-Info.css rename to 停车场管理系统源代码/src/main/webapp/static/css/user-Info.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/vehicleStyle.css b/停车场管理系统源代码/src/main/webapp/static/css/vehicleStyle.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/vehicleStyle.css rename to 停车场管理系统源代码/src/main/webapp/static/css/vehicleStyle.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/images/empty.png b/停车场管理系统源代码/src/main/webapp/static/images/empty.png similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/images/empty.png rename to 停车场管理系统源代码/src/main/webapp/static/images/empty.png diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/images/full.png b/停车场管理系统源代码/src/main/webapp/static/images/full.png similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/images/full.png rename to 停车场管理系统源代码/src/main/webapp/static/images/full.png diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/images/logo.jpg b/停车场管理系统源代码/src/main/webapp/static/images/logo.jpg similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/images/logo.jpg rename to 停车场管理系统源代码/src/main/webapp/static/images/logo.jpg diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/images/none.png b/停车场管理系统源代码/src/main/webapp/static/images/none.png similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/images/none.png rename to 停车场管理系统源代码/src/main/webapp/static/images/none.png diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/js/echarts.js b/停车场管理系统源代码/src/main/webapp/static/js/echarts.js similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/js/echarts.js rename to 停车场管理系统源代码/src/main/webapp/static/js/echarts.js