高校教务管理系统.zip
大小:11.61MB
价格:23积分
下载量:0
评分:
5.0
上传者:csm2017
更新日期:2025-09-22
javaweb项目高校教务管理系统springMVC+mysql-java课程设计毕业设计期末大作业
资源文件列表(大概)
文件名
大小
必读.txt
897B
视频演示/
-
视频演示/2月29日.mp4
2.83MB
源代码/
-
源代码/StudentSys/
-
源代码/StudentSys/.classpath
1.3KB
源代码/StudentSys/.gitignore
121B
源代码/StudentSys/.project
1.06KB
源代码/StudentSys/.settings/
-
源代码/StudentSys/.settings/.jsdtscope
639B
源代码/StudentSys/.settings/org.eclipse.jdt.core.prefs
616B
源代码/StudentSys/.settings/org.eclipse.m2e.core.prefs
90B
源代码/StudentSys/.settings/org.eclipse.wst.common.component
824B
源代码/StudentSys/.settings/org.eclipse.wst.common.project.facet.core.xml
252B
源代码/StudentSys/.settings/org.eclipse.wst.jsdt.ui.superType.container
49B
源代码/StudentSys/.settings/org.eclipse.wst.jsdt.ui.superType.name
6B
源代码/StudentSys/.settings/org.eclipse.wst.validation.prefs
50B
源代码/StudentSys/pom.xml
1.69KB
源代码/StudentSys/src/
-
源代码/StudentSys/src/main/
-
源代码/StudentSys/src/main/java/
-
源代码/StudentSys/src/main/java/common/
-
源代码/StudentSys/src/main/java/common/PageCount.java
723B
源代码/StudentSys/src/main/java/common/Pager.java
711B
源代码/StudentSys/src/main/java/controller/
-
源代码/StudentSys/src/main/java/controller/AcademyController.java
2.97KB
源代码/StudentSys/src/main/java/controller/AdminController.java
1.18KB
源代码/StudentSys/src/main/java/controller/CourseController.java
2.69KB
源代码/StudentSys/src/main/java/controller/MajorController.java
3.44KB
源代码/StudentSys/src/main/java/controller/StudentController.java
3.61KB
源代码/StudentSys/src/main/java/dao/
-
源代码/StudentSys/src/main/java/dao/AcademyDao.java
3.93KB
源代码/StudentSys/src/main/java/dao/AdminDao.java
2.7KB
源代码/StudentSys/src/main/java/dao/CourseDao.java
4.31KB
源代码/StudentSys/src/main/java/dao/MajorDao.java
3.95KB
源代码/StudentSys/src/main/java/dao/StudentDao.java
7.16KB
源代码/StudentSys/src/main/java/domain/
-
源代码/StudentSys/src/main/java/domain/AcademyDomain.java
593B
源代码/StudentSys/src/main/java/domain/AdminDomain.java
432B
源代码/StudentSys/src/main/java/domain/CourseDomain.java
1.32KB
源代码/StudentSys/src/main/java/domain/MajorCourseDomain.java
1.28KB
源代码/StudentSys/src/main/java/domain/MajorDomain.java
759B
源代码/StudentSys/src/main/java/domain/StudentDomain.java
1.85KB
源代码/StudentSys/src/main/java/entity/
-
源代码/StudentSys/src/main/java/entity/AcademyEntity.java
432B
源代码/StudentSys/src/main/java/entity/AdminEntity.java
432B
源代码/StudentSys/src/main/java/entity/CourseEntity.java
968B
源代码/StudentSys/src/main/java/entity/MajorCourseEntity.java
777B
源代码/StudentSys/src/main/java/entity/MajorEntity.java
579B
源代码/StudentSys/src/main/java/entity/StudentEntity.java
1.67KB
源代码/StudentSys/src/main/java/filter/
-
源代码/StudentSys/src/main/java/filter/AuthenticationFilter.java
1.08KB
源代码/StudentSys/src/main/java/service/
-
源代码/StudentSys/src/main/java/service/AcademyService.java
2.85KB
源代码/StudentSys/src/main/java/service/AdminService.java
1.19KB
源代码/StudentSys/src/main/java/service/CourseService.java
2.39KB
源代码/StudentSys/src/main/java/service/MajorService.java
1.96KB
源代码/StudentSys/src/main/java/service/StudentService.java
4KB
源代码/StudentSys/src/main/java/util/
-
源代码/StudentSys/src/main/java/util/ConnectionUtil.java
822B
源代码/StudentSys/src/main/java/util/DoLogin.java
1.25KB
源代码/StudentSys/src/main/resources/
-
源代码/StudentSys/src/main/resources/spring/
-
源代码/StudentSys/src/main/resources/spring/applicationContext.xml
1.49KB
源代码/StudentSys/src/main/webapp/
-
源代码/StudentSys/src/main/webapp/addAcademy.jsp
2.15KB
源代码/StudentSys/src/main/webapp/addcourse.jsp
5.45KB
源代码/StudentSys/src/main/webapp/addMajor.jsp
4.33KB
源代码/StudentSys/src/main/webapp/addstudent.jsp
6.72KB
源代码/StudentSys/src/main/webapp/css/
-
源代码/StudentSys/src/main/webapp/css/login.css
2.96KB
源代码/StudentSys/src/main/webapp/img/
-
源代码/StudentSys/src/main/webapp/img/adminBG.jpg
205.21KB
源代码/StudentSys/src/main/webapp/img/adminPerm.png
9.06KB
源代码/StudentSys/src/main/webapp/img/equRepair.png
12.75KB
源代码/StudentSys/src/main/webapp/img/equRepairBG.jpg
172.3KB
源代码/StudentSys/src/main/webapp/img/indexBG.jpg
164.44KB
源代码/StudentSys/src/main/webapp/img/loginBG.jpg
1.87MB
源代码/StudentSys/src/main/webapp/img/ownerBG.jpg
111.46KB
源代码/StudentSys/src/main/webapp/img/propMoneyBG.jpg
97.58KB
源代码/StudentSys/src/main/webapp/img/userData.png
6.33KB
源代码/StudentSys/src/main/webapp/img/userPay.png
13.36KB
源代码/StudentSys/src/main/webapp/index.jsp
2.6KB
源代码/StudentSys/src/main/webapp/layui/
-
源代码/StudentSys/src/main/webapp/layui/css/
-
源代码/StudentSys/src/main/webapp/layui/css/layui.css
59.35KB
源代码/StudentSys/src/main/webapp/layui/css/layui.mobile.css
9.65KB
源代码/StudentSys/src/main/webapp/layui/css/modules/
-
源代码/StudentSys/src/main/webapp/layui/css/modules/code.css
1.04KB
源代码/StudentSys/src/main/webapp/layui/css/modules/laydate/
-
源代码/StudentSys/src/main/webapp/layui/css/modules/laydate/default/
-
源代码/StudentSys/src/main/webapp/layui/css/modules/laydate/default/laydate.css
7.36KB
源代码/StudentSys/src/main/webapp/layui/css/modules/layer/
-
源代码/StudentSys/src/main/webapp/layui/css/modules/layer/default/
-
源代码/StudentSys/src/main/webapp/layui/css/modules/layer/default/icon-ext.png
5.77KB
源代码/StudentSys/src/main/webapp/layui/css/modules/layer/default/icon.png
11.22KB
源代码/StudentSys/src/main/webapp/layui/css/modules/layer/default/layer.css
14.09KB
源代码/StudentSys/src/main/webapp/layui/css/modules/layer/default/loading-0.gif
5.66KB
源代码/StudentSys/src/main/webapp/layui/css/modules/layer/default/loading-1.gif
701B
源代码/StudentSys/src/main/webapp/layui/css/modules/layer/default/loading-2.gif
1.75KB
源代码/StudentSys/src/main/webapp/layui/font/
-
源代码/StudentSys/src/main/webapp/layui/font/iconfont.eot
39.2KB
源代码/StudentSys/src/main/webapp/layui/font/iconfont.svg
270.63KB
源代码/StudentSys/src/main/webapp/layui/font/iconfont.ttf
39.03KB
源代码/StudentSys/src/main/webapp/layui/font/iconfont.woff
25.71KB
源代码/StudentSys/src/main/webapp/layui/images/
-
源代码/StudentSys/src/main/webapp/layui/images/face/
-
源代码/StudentSys/src/main/webapp/layui/images/face/0.gif
2.63KB
源代码/StudentSys/src/main/webapp/layui/images/face/1.gif
5.38KB
源代码/StudentSys/src/main/webapp/layui/images/face/10.gif
2.73KB
源代码/StudentSys/src/main/webapp/layui/images/face/11.gif
4.02KB
源代码/StudentSys/src/main/webapp/layui/images/face/12.gif
3.28KB
源代码/StudentSys/src/main/webapp/layui/images/face/13.gif
7.25KB
源代码/StudentSys/src/main/webapp/layui/images/face/14.gif
2.32KB
源代码/StudentSys/src/main/webapp/layui/images/face/15.gif
1.75KB
源代码/StudentSys/src/main/webapp/layui/images/face/16.gif
6.56KB
源代码/StudentSys/src/main/webapp/layui/images/face/17.gif
4.33KB
源代码/StudentSys/src/main/webapp/layui/images/face/18.gif
2.95KB
源代码/StudentSys/src/main/webapp/layui/images/face/19.gif
2.97KB
源代码/StudentSys/src/main/webapp/layui/images/face/2.gif
3.15KB
源代码/StudentSys/src/main/webapp/layui/images/face/20.gif
5.02KB
源代码/StudentSys/src/main/webapp/layui/images/face/21.gif
5.07KB
源代码/StudentSys/src/main/webapp/layui/images/face/22.gif
9.59KB
源代码/StudentSys/src/main/webapp/layui/images/face/23.gif
3.7KB
源代码/StudentSys/src/main/webapp/layui/images/face/24.gif
7.91KB
源代码/StudentSys/src/main/webapp/layui/images/face/25.gif
3.05KB
源代码/StudentSys/src/main/webapp/layui/images/face/26.gif
3.21KB
源代码/StudentSys/src/main/webapp/layui/images/face/27.gif
4.27KB
源代码/StudentSys/src/main/webapp/layui/images/face/28.gif
2.73KB
源代码/StudentSys/src/main/webapp/layui/images/face/29.gif
4.74KB
源代码/StudentSys/src/main/webapp/layui/images/face/3.gif
3.92KB
源代码/StudentSys/src/main/webapp/layui/images/face/30.gif
2.5KB
源代码/StudentSys/src/main/webapp/layui/images/face/31.gif
1.96KB
源代码/StudentSys/src/main/webapp/layui/images/face/32.gif
3.4KB
源代码/StudentSys/src/main/webapp/layui/images/face/33.gif
2.4KB
源代码/StudentSys/src/main/webapp/layui/images/face/34.gif
3.61KB
源代码/StudentSys/src/main/webapp/layui/images/face/35.gif
1.76KB
源代码/StudentSys/src/main/webapp/layui/images/face/36.gif
2.28KB
源代码/StudentSys/src/main/webapp/layui/images/face/37.gif
1.48KB
源代码/StudentSys/src/main/webapp/layui/images/face/38.gif
3.53KB
源代码/StudentSys/src/main/webapp/layui/images/face/39.gif
6.34KB
源代码/StudentSys/src/main/webapp/layui/images/face/4.gif
5.56KB
源代码/StudentSys/src/main/webapp/layui/images/face/40.gif
3.08KB
源代码/StudentSys/src/main/webapp/layui/images/face/41.gif
3.56KB
源代码/StudentSys/src/main/webapp/layui/images/face/42.gif
5.18KB
源代码/StudentSys/src/main/webapp/layui/images/face/43.gif
2.61KB
源代码/StudentSys/src/main/webapp/layui/images/face/44.gif
4.03KB
源代码/StudentSys/src/main/webapp/layui/images/face/45.gif
3.34KB
源代码/StudentSys/src/main/webapp/layui/images/face/46.gif
2.94KB
源代码/StudentSys/src/main/webapp/layui/images/face/47.gif
2.28KB
源代码/StudentSys/src/main/webapp/layui/images/face/48.gif
2.63KB
源代码/StudentSys/src/main/webapp/layui/images/face/49.gif
2.26KB
源代码/StudentSys/src/main/webapp/layui/images/face/5.gif
4.46KB
源代码/StudentSys/src/main/webapp/layui/images/face/50.gif
5.73KB
源代码/StudentSys/src/main/webapp/layui/images/face/51.gif
2.72KB
源代码/StudentSys/src/main/webapp/layui/images/face/52.gif
777B
源代码/StudentSys/src/main/webapp/layui/images/face/53.gif
2.08KB
源代码/StudentSys/src/main/webapp/layui/images/face/54.gif
2.14KB
源代码/StudentSys/src/main/webapp/layui/images/face/55.gif
1.92KB
源代码/StudentSys/src/main/webapp/layui/images/face/56.gif
1.99KB
源代码/StudentSys/src/main/webapp/layui/images/face/57.gif
2.64KB
源代码/StudentSys/src/main/webapp/layui/images/face/58.gif
2.21KB
源代码/StudentSys/src/main/webapp/layui/images/face/59.gif
10.07KB
源代码/StudentSys/src/main/webapp/layui/images/face/6.gif
2.16KB
源代码/StudentSys/src/main/webapp/layui/images/face/60.gif
3.17KB
源代码/StudentSys/src/main/webapp/layui/images/face/61.gif
2.44KB
源代码/StudentSys/src/main/webapp/layui/images/face/62.gif
1.97KB
源代码/StudentSys/src/main/webapp/layui/images/face/63.gif
5.73KB
源代码/StudentSys/src/main/webapp/layui/images/face/64.gif
6.3KB
源代码/StudentSys/src/main/webapp/layui/images/face/65.gif
3.49KB
源代码/StudentSys/src/main/webapp/layui/images/face/66.gif
2.96KB
源代码/StudentSys/src/main/webapp/layui/images/face/67.gif
2.64KB
源代码/StudentSys/src/main/webapp/layui/images/face/68.gif
1.39KB
源代码/StudentSys/src/main/webapp/layui/images/face/69.gif
2.37KB
源代码/StudentSys/src/main/webapp/layui/images/face/7.gif
3.32KB
源代码/StudentSys/src/main/webapp/layui/images/face/70.gif
4.48KB
源代码/StudentSys/src/main/webapp/layui/images/face/71.gif
5.18KB
源代码/StudentSys/src/main/webapp/layui/images/face/8.gif
3.96KB
源代码/StudentSys/src/main/webapp/layui/images/face/9.gif
4.12KB
源代码/StudentSys/src/main/webapp/layui/lay/
-
源代码/StudentSys/src/main/webapp/layui/lay/modules/
-
源代码/StudentSys/src/main/webapp/layui/lay/modules/carousel.js
3.75KB
源代码/StudentSys/src/main/webapp/layui/lay/modules/code.js
1.15KB
源代码/StudentSys/src/main/webapp/layui/lay/modules/element.js
7.09KB
源代码/StudentSys/src/main/webapp/layui/lay/modules/flow.js
1.97KB
源代码/StudentSys/src/main/webapp/layui/lay/modules/form.js
8.66KB
源代码/StudentSys/src/main/webapp/layui/lay/modules/jquery.js
95.36KB
源代码/StudentSys/src/main/webapp/layui/lay/modules/laydate.js
26.73KB
源代码/StudentSys/src/main/webapp/layui/lay/modules/layedit.js
12.34KB
源代码/StudentSys/src/main/webapp/layui/lay/modules/layer.js
21.55KB
源代码/StudentSys/src/main/webapp/layui/lay/modules/laypage.js
4.37KB
源代码/StudentSys/src/main/webapp/layui/lay/modules/laytpl.js
1.79KB
源代码/StudentSys/src/main/webapp/layui/lay/modules/mobile.js
33.03KB
源代码/StudentSys/src/main/webapp/layui/lay/modules/rate.js
2.69KB
源代码/StudentSys/src/main/webapp/layui/lay/modules/table.js
20.34KB
源代码/StudentSys/src/main/webapp/layui/lay/modules/tree.js
2.99KB
源代码/StudentSys/src/main/webapp/layui/lay/modules/upload.js
6.82KB
源代码/StudentSys/src/main/webapp/layui/lay/modules/util.js
2.55KB
源代码/StudentSys/src/main/webapp/layui/layui.all.js
225.78KB
源代码/StudentSys/src/main/webapp/layui/layui.js
6.45KB
源代码/StudentSys/src/main/webapp/loginFailure.jsp
1.11KB
源代码/StudentSys/src/main/webapp/Main.jsp
4.33KB
源代码/StudentSys/src/main/webapp/modifyAcademy.jsp
1.88KB
源代码/StudentSys/src/main/webapp/modifyCourse.jsp
4.66KB
源代码/StudentSys/src/main/webapp/modifyMajor.jsp
3.76KB
源代码/StudentSys/src/main/webapp/modifystudent.jsp
5.92KB
源代码/StudentSys/src/main/webapp/showAll.jsp
7.57KB
源代码/StudentSys/src/main/webapp/showAllAcademy.jsp
4.84KB
源代码/StudentSys/src/main/webapp/showAllCourse.jsp
5.36KB
源代码/StudentSys/src/main/webapp/showAllMajor.jsp
4.6KB
源代码/StudentSys/src/main/webapp/WEB-INF/
-
源代码/StudentSys/src/main/webapp/WEB-INF/lib/
-
源代码/StudentSys/src/main/webapp/WEB-INF/lib/commons-logging-1.2.jar
60.38KB
源代码/StudentSys/src/main/webapp/WEB-INF/lib/javax.servlet-api-3.1.0.jar
93.56KB
源代码/StudentSys/src/main/webapp/WEB-INF/lib/jstl.jar
20.2KB
源代码/StudentSys/src/main/webapp/WEB-INF/lib/mysql-connector-java-5.1.38-bin.jar
960.85KB
源代码/StudentSys/src/main/webapp/WEB-INF/lib/spring-aop-4.2.5.RELEASE.jar
361.39KB
源代码/StudentSys/src/main/webapp/WEB-INF/lib/spring-beans-4.2.5.RELEASE.jar
714.42KB
源代码/StudentSys/src/main/webapp/WEB-INF/lib/spring-context-4.2.5.Release.jar
1.05MB
源代码/StudentSys/src/main/webapp/WEB-INF/lib/spring-core-4.2.5.RELEASE.jar
1.03MB
源代码/StudentSys/src/main/webapp/WEB-INF/lib/spring-expression-4.2.5.RELEASE.jar
256.82KB
源代码/StudentSys/src/main/webapp/WEB-INF/lib/spring-web-4.2.5.RELEASE.jar
749.25KB
源代码/StudentSys/src/main/webapp/WEB-INF/lib/spring-webmvc-4.2.5.RELEASE.jar
856.38KB
源代码/StudentSys/src/main/webapp/WEB-INF/lib/standard.jar
384.04KB
源代码/StudentSys/src/main/webapp/WEB-INF/web.xml
1.64KB
源代码/StudentSys/src/test/
-
源代码/StudentSys/src/test/java/
-
源代码/StudentSys/target/
-
源代码/StudentSys/target/classes/
-
源代码/StudentSys/target/classes/common/
-
源代码/StudentSys/target/classes/common/PageCount.class
1.58KB
源代码/StudentSys/target/classes/common/PageCount.java
723B
源代码/StudentSys/target/classes/common/Pager.class
1.57KB
源代码/StudentSys/target/classes/common/Pager.java
711B
源代码/StudentSys/target/classes/controller/
-
源代码/StudentSys/target/classes/controller/AcademyController.class
4.24KB
源代码/StudentSys/target/classes/controller/AcademyController.java
2.97KB
源代码/StudentSys/target/classes/controller/AdminController.class
2.32KB
源代码/StudentSys/target/classes/controller/AdminController.java
1.18KB
源代码/StudentSys/target/classes/controller/CourseController.class
3.81KB
源代码/StudentSys/target/classes/controller/CourseController.java
2.69KB
源代码/StudentSys/target/classes/controller/MajorController.class
4.95KB
源代码/StudentSys/target/classes/controller/MajorController.java
3.44KB
源代码/StudentSys/target/classes/controller/StudentController.class
4.76KB
源代码/StudentSys/target/classes/controller/StudentController.java
3.61KB
源代码/StudentSys/target/classes/dao/
-
源代码/StudentSys/target/classes/dao/AcademyDao.class
5.16KB
源代码/StudentSys/target/classes/dao/AcademyDao.java
3.93KB
源代码/StudentSys/target/classes/dao/AdminDao.class
3.8KB
源代码/StudentSys/target/classes/dao/AdminDao.java
2.7KB
源代码/StudentSys/target/classes/dao/CourseDao.class
5.5KB
源代码/StudentSys/target/classes/dao/CourseDao.java
4.31KB
源代码/StudentSys/target/classes/dao/MajorDao.class
5.12KB
源代码/StudentSys/target/classes/dao/MajorDao.java
3.95KB
源代码/StudentSys/target/classes/dao/StudentDao.class
7.82KB
源代码/StudentSys/target/classes/dao/StudentDao.java
7.16KB
源代码/StudentSys/target/classes/domain/
-
源代码/StudentSys/target/classes/domain/AcademyDomain.class
1.15KB
源代码/StudentSys/target/classes/domain/AcademyDomain.java
593B
源代码/StudentSys/target/classes/domain/AdminDomain.class
909B
源代码/StudentSys/target/classes/domain/AdminDomain.java
432B
源代码/StudentSys/target/classes/domain/CourseDomain.class
2.05KB
源代码/StudentSys/target/classes/domain/CourseDomain.java
1.32KB
源代码/StudentSys/target/classes/domain/MajorCourseDomain.class
2.22KB
源代码/StudentSys/target/classes/domain/MajorCourseDomain.java
1.28KB
源代码/StudentSys/target/classes/domain/MajorDomain.class
1.32KB
源代码/StudentSys/target/classes/domain/MajorDomain.java
759B
源代码/StudentSys/target/classes/domain/StudentDomain.class
2.67KB
源代码/StudentSys/target/classes/domain/StudentDomain.java
1.85KB
源代码/StudentSys/target/classes/entity/
-
源代码/StudentSys/target/classes/entity/AcademyEntity.class
983B
源代码/StudentSys/target/classes/entity/AcademyEntity.java
432B
源代码/StudentSys/target/classes/entity/AdminEntity.class
909B
源代码/StudentSys/target/classes/entity/AdminEntity.java
432B
源代码/StudentSys/target/classes/entity/CourseEntity.class
1.68KB
源代码/StudentSys/target/classes/entity/CourseEntity.java
968B
源代码/StudentSys/target/classes/entity/MajorCourseEntity.class
1.32KB
源代码/StudentSys/target/classes/entity/MajorCourseEntity.java
777B
源代码/StudentSys/target/classes/entity/MajorEntity.class
1.12KB
源代码/StudentSys/target/classes/entity/MajorEntity.java
579B
源代码/StudentSys/target/classes/entity/StudentEntity.class
2.47KB
源代码/StudentSys/target/classes/entity/StudentEntity.java
1.67KB
源代码/StudentSys/target/classes/filter/
-
源代码/StudentSys/target/classes/filter/AuthenticationFilter.class
2.04KB
源代码/StudentSys/target/classes/filter/AuthenticationFilter.java
1.08KB
源代码/StudentSys/target/classes/service/
-
源代码/StudentSys/target/classes/service/AcademyService.class
4.47KB
源代码/StudentSys/target/classes/service/AcademyService.java
2.85KB
源代码/StudentSys/target/classes/service/AdminService.class
2.24KB
源代码/StudentSys/target/classes/service/AdminService.java
1.19KB
源代码/StudentSys/target/classes/service/CourseService.class
3.69KB
源代码/StudentSys/target/classes/service/CourseService.java
2.39KB
源代码/StudentSys/target/classes/service/MajorService.class
3.24KB
源代码/StudentSys/target/classes/service/MajorService.java
1.96KB
源代码/StudentSys/target/classes/service/StudentService.class
5.26KB
源代码/StudentSys/target/classes/service/StudentService.java
4KB
源代码/StudentSys/target/classes/spring/
-
源代码/StudentSys/target/classes/spring/applicationContext.xml
1.49KB
源代码/StudentSys/target/classes/util/
-
源代码/StudentSys/target/classes/util/ConnectionUtil.class
1.13KB
源代码/StudentSys/target/classes/util/ConnectionUtil.java
822B
源代码/StudentSys/target/classes/util/DoLogin.class
1.94KB
源代码/StudentSys/target/classes/util/DoLogin.java
1.25KB
源代码/StudentSys/target/m2e-wtp/
-
源代码/StudentSys/target/m2e-wtp/web-resources/
-
源代码/StudentSys/target/m2e-wtp/web-resources/META-INF/
-
源代码/StudentSys/target/m2e-wtp/web-resources/META-INF/maven/
-
源代码/StudentSys/target/m2e-wtp/web-resources/META-INF/maven/cn.fengyunjun/
-
源代码/StudentSys/target/m2e-wtp/web-resources/META-INF/maven/cn.fengyunjun/student-sys/
-
源代码/StudentSys/target/m2e-wtp/web-resources/META-INF/maven/cn.fengyunjun/student-sys/pom.properties
433B
源代码/StudentSys/target/m2e-wtp/web-resources/META-INF/maven/cn.fengyunjun/student-sys/pom.xml
1.69KB
源代码/StudentSys/target/test-classes/
-
资源内容介绍
本项目是一个基于Spring MVC框架和MySQL数据库的高校教务管理系统,旨在为在校大学生的Java课程设计和毕业设计提供有价值的学习参考,帮助学生更好地理解和掌握Java Web开发技术。通过本项目,学习者可以深入了解Spring MVC的架构设计、MySQL数据库的操作以及如何构建一个功能完善的Web应用。用户评论 (0)
发表评论
相关资源
w7-12-学生-第六讲 函数2.zip
w7-12-学生-第六讲 函数2.zip
2.19MB38积分
windows MQTT mosquitto2.0.18a安装包
用于windows c++ 连接MQTT
2.39MB38积分
java web项目校园二手交易管理系统jsp+struts+hibernate-java课程设计毕业设计期末大作业
本项目是一个基于JSP、Struts和Hibernate框架的校园二手交易管理系统,旨在为在校大学生的Java课程设计和毕业设计提供宝贵的学习参考与实践支持。帮助学生深入理解Java Web开发中的多层架构设计和技术实现。通过本项目,学习者将能够掌握JSP和Struts的应用,深入了解Hibernate框架在数据持久化中的重要角色。
11.64MB34积分
java web项目新生报到系统jsp+mysql-java课程设计毕业设计期末大作业
本项目是一个基于JSP和MySQL数据库的新生报到系统,专为在校大学生的Java课程设计和毕业设计提供学习参考与实践支持。该系统主要功能包括公寓信息管理、新生信息管理、缴费信息管理等,旨在简化新生入学流程,提升管理效率。通过本项目,学习者将深入了解JSP技术在Web开发中的应用,以及如何使用MySQL进行数据存储和管理。项目中详细的代码注释和结构清晰的设计,帮助Java技术爱好者轻松理解和应用所学知识,实现从理论到实践的转变。
13.36MB14积分