首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

javaweb项目高校教务管理系统springMVC+mysql-java课程设计毕业设计期末大作业

后端 11.61MB 1 需要积分: 1
立即下载

资源介绍:

本项目是一个基于Spring MVC框架和MySQL数据库的高校教务管理系统,旨在为在校大学生的Java课程设计和毕业设计提供有价值的学习参考,帮助学生更好地理解和掌握Java Web开发技术。通过本项目,学习者可以深入了解Spring MVC的架构设计、MySQL数据库的操作以及如何构建一个功能完善的Web应用。
数据库+源码+运行教程+演示视频 获取地址:https://www.javaplayer.com/forum.php?mod=viewthread&tid=139 *********************************************************** 远程调试,修改源码,疑难解答 * 联系方式: * * 联系微信:yishui7599 联系邮箱: wdltushuguan@163.com * * * * ***********************************************************

资源文件列表:

高校教务管理系统.zip 大约有312个文件
  1. 必读.txt 897B
  2. 视频演示/
  3. 视频演示/2月29日.mp4 2.83MB
  4. 源代码/
  5. 源代码/StudentSys/
  6. 源代码/StudentSys/.classpath 1.3KB
  7. 源代码/StudentSys/.gitignore 121B
  8. 源代码/StudentSys/.project 1.06KB
  9. 源代码/StudentSys/.settings/
  10. 源代码/StudentSys/.settings/.jsdtscope 639B
  11. 源代码/StudentSys/.settings/org.eclipse.jdt.core.prefs 616B
  12. 源代码/StudentSys/.settings/org.eclipse.m2e.core.prefs 90B
  13. 源代码/StudentSys/.settings/org.eclipse.wst.common.component 824B
  14. 源代码/StudentSys/.settings/org.eclipse.wst.common.project.facet.core.xml 252B
  15. 源代码/StudentSys/.settings/org.eclipse.wst.jsdt.ui.superType.container 49B
  16. 源代码/StudentSys/.settings/org.eclipse.wst.jsdt.ui.superType.name 6B
  17. 源代码/StudentSys/.settings/org.eclipse.wst.validation.prefs 50B
  18. 源代码/StudentSys/pom.xml 1.69KB
  19. 源代码/StudentSys/src/
  20. 源代码/StudentSys/src/main/
  21. 源代码/StudentSys/src/main/java/
  22. 源代码/StudentSys/src/main/java/common/
  23. 源代码/StudentSys/src/main/java/common/PageCount.java 723B
  24. 源代码/StudentSys/src/main/java/common/Pager.java 711B
  25. 源代码/StudentSys/src/main/java/controller/
  26. 源代码/StudentSys/src/main/java/controller/AcademyController.java 2.97KB
  27. 源代码/StudentSys/src/main/java/controller/AdminController.java 1.18KB
  28. 源代码/StudentSys/src/main/java/controller/CourseController.java 2.69KB
  29. 源代码/StudentSys/src/main/java/controller/MajorController.java 3.44KB
  30. 源代码/StudentSys/src/main/java/controller/StudentController.java 3.61KB
  31. 源代码/StudentSys/src/main/java/dao/
  32. 源代码/StudentSys/src/main/java/dao/AcademyDao.java 3.93KB
  33. 源代码/StudentSys/src/main/java/dao/AdminDao.java 2.7KB
  34. 源代码/StudentSys/src/main/java/dao/CourseDao.java 4.31KB
  35. 源代码/StudentSys/src/main/java/dao/MajorDao.java 3.95KB
  36. 源代码/StudentSys/src/main/java/dao/StudentDao.java 7.16KB
  37. 源代码/StudentSys/src/main/java/domain/
  38. 源代码/StudentSys/src/main/java/domain/AcademyDomain.java 593B
  39. 源代码/StudentSys/src/main/java/domain/AdminDomain.java 432B
  40. 源代码/StudentSys/src/main/java/domain/CourseDomain.java 1.32KB
  41. 源代码/StudentSys/src/main/java/domain/MajorCourseDomain.java 1.28KB
  42. 源代码/StudentSys/src/main/java/domain/MajorDomain.java 759B
  43. 源代码/StudentSys/src/main/java/domain/StudentDomain.java 1.85KB
  44. 源代码/StudentSys/src/main/java/entity/
  45. 源代码/StudentSys/src/main/java/entity/AcademyEntity.java 432B
  46. 源代码/StudentSys/src/main/java/entity/AdminEntity.java 432B
  47. 源代码/StudentSys/src/main/java/entity/CourseEntity.java 968B
  48. 源代码/StudentSys/src/main/java/entity/MajorCourseEntity.java 777B
  49. 源代码/StudentSys/src/main/java/entity/MajorEntity.java 579B
  50. 源代码/StudentSys/src/main/java/entity/StudentEntity.java 1.67KB
  51. 源代码/StudentSys/src/main/java/filter/
  52. 源代码/StudentSys/src/main/java/filter/AuthenticationFilter.java 1.08KB
  53. 源代码/StudentSys/src/main/java/service/
  54. 源代码/StudentSys/src/main/java/service/AcademyService.java 2.85KB
  55. 源代码/StudentSys/src/main/java/service/AdminService.java 1.19KB
  56. 源代码/StudentSys/src/main/java/service/CourseService.java 2.39KB
  57. 源代码/StudentSys/src/main/java/service/MajorService.java 1.96KB
  58. 源代码/StudentSys/src/main/java/service/StudentService.java 4KB
  59. 源代码/StudentSys/src/main/java/util/
  60. 源代码/StudentSys/src/main/java/util/ConnectionUtil.java 822B
  61. 源代码/StudentSys/src/main/java/util/DoLogin.java 1.25KB
  62. 源代码/StudentSys/src/main/resources/
  63. 源代码/StudentSys/src/main/resources/spring/
  64. 源代码/StudentSys/src/main/resources/spring/applicationContext.xml 1.49KB
  65. 源代码/StudentSys/src/main/webapp/
  66. 源代码/StudentSys/src/main/webapp/addAcademy.jsp 2.15KB
  67. 源代码/StudentSys/src/main/webapp/addcourse.jsp 5.45KB
  68. 源代码/StudentSys/src/main/webapp/addMajor.jsp 4.33KB
  69. 源代码/StudentSys/src/main/webapp/addstudent.jsp 6.72KB
  70. 源代码/StudentSys/src/main/webapp/css/
  71. 源代码/StudentSys/src/main/webapp/css/login.css 2.96KB
  72. 源代码/StudentSys/src/main/webapp/img/
  73. 源代码/StudentSys/src/main/webapp/img/adminBG.jpg 205.21KB
  74. 源代码/StudentSys/src/main/webapp/img/adminPerm.png 9.06KB
  75. 源代码/StudentSys/src/main/webapp/img/equRepair.png 12.75KB
  76. 源代码/StudentSys/src/main/webapp/img/equRepairBG.jpg 172.3KB
  77. 源代码/StudentSys/src/main/webapp/img/indexBG.jpg 164.44KB
  78. 源代码/StudentSys/src/main/webapp/img/loginBG.jpg 1.87MB
  79. 源代码/StudentSys/src/main/webapp/img/ownerBG.jpg 111.46KB
  80. 源代码/StudentSys/src/main/webapp/img/propMoneyBG.jpg 97.58KB
  81. 源代码/StudentSys/src/main/webapp/img/userData.png 6.33KB
  82. 源代码/StudentSys/src/main/webapp/img/userPay.png 13.36KB
  83. 源代码/StudentSys/src/main/webapp/index.jsp 2.6KB
  84. 源代码/StudentSys/src/main/webapp/layui/
  85. 源代码/StudentSys/src/main/webapp/layui/css/
  86. 源代码/StudentSys/src/main/webapp/layui/css/layui.css 59.35KB
  87. 源代码/StudentSys/src/main/webapp/layui/css/layui.mobile.css 9.65KB
  88. 源代码/StudentSys/src/main/webapp/layui/css/modules/
  89. 源代码/StudentSys/src/main/webapp/layui/css/modules/code.css 1.04KB
  90. 源代码/StudentSys/src/main/webapp/layui/css/modules/laydate/
  91. 源代码/StudentSys/src/main/webapp/layui/css/modules/laydate/default/
  92. 源代码/StudentSys/src/main/webapp/layui/css/modules/laydate/default/laydate.css 7.36KB
  93. 源代码/StudentSys/src/main/webapp/layui/css/modules/layer/
  94. 源代码/StudentSys/src/main/webapp/layui/css/modules/layer/default/
  95. 源代码/StudentSys/src/main/webapp/layui/css/modules/layer/default/icon-ext.png 5.77KB
  96. 源代码/StudentSys/src/main/webapp/layui/css/modules/layer/default/icon.png 11.22KB
  97. 源代码/StudentSys/src/main/webapp/layui/css/modules/layer/default/layer.css 14.09KB
  98. 源代码/StudentSys/src/main/webapp/layui/css/modules/layer/default/loading-0.gif 5.66KB
  99. 源代码/StudentSys/src/main/webapp/layui/css/modules/layer/default/loading-1.gif 701B
  100. 源代码/StudentSys/src/main/webapp/layui/css/modules/layer/default/loading-2.gif 1.75KB
  101. 源代码/StudentSys/src/main/webapp/layui/font/
  102. 源代码/StudentSys/src/main/webapp/layui/font/iconfont.eot 39.2KB
  103. 源代码/StudentSys/src/main/webapp/layui/font/iconfont.svg 270.63KB
  104. 源代码/StudentSys/src/main/webapp/layui/font/iconfont.ttf 39.03KB
  105. 源代码/StudentSys/src/main/webapp/layui/font/iconfont.woff 25.71KB
  106. 源代码/StudentSys/src/main/webapp/layui/images/
  107. 源代码/StudentSys/src/main/webapp/layui/images/face/
  108. 源代码/StudentSys/src/main/webapp/layui/images/face/0.gif 2.63KB
  109. 源代码/StudentSys/src/main/webapp/layui/images/face/1.gif 5.38KB
  110. 源代码/StudentSys/src/main/webapp/layui/images/face/10.gif 2.73KB
  111. 源代码/StudentSys/src/main/webapp/layui/images/face/11.gif 4.02KB
  112. 源代码/StudentSys/src/main/webapp/layui/images/face/12.gif 3.28KB
  113. 源代码/StudentSys/src/main/webapp/layui/images/face/13.gif 7.25KB
  114. 源代码/StudentSys/src/main/webapp/layui/images/face/14.gif 2.32KB
  115. 源代码/StudentSys/src/main/webapp/layui/images/face/15.gif 1.75KB
  116. 源代码/StudentSys/src/main/webapp/layui/images/face/16.gif 6.56KB
  117. 源代码/StudentSys/src/main/webapp/layui/images/face/17.gif 4.33KB
  118. 源代码/StudentSys/src/main/webapp/layui/images/face/18.gif 2.95KB
  119. 源代码/StudentSys/src/main/webapp/layui/images/face/19.gif 2.97KB
  120. 源代码/StudentSys/src/main/webapp/layui/images/face/2.gif 3.15KB
  121. 源代码/StudentSys/src/main/webapp/layui/images/face/20.gif 5.02KB
  122. 源代码/StudentSys/src/main/webapp/layui/images/face/21.gif 5.07KB
  123. 源代码/StudentSys/src/main/webapp/layui/images/face/22.gif 9.59KB
  124. 源代码/StudentSys/src/main/webapp/layui/images/face/23.gif 3.7KB
  125. 源代码/StudentSys/src/main/webapp/layui/images/face/24.gif 7.91KB
  126. 源代码/StudentSys/src/main/webapp/layui/images/face/25.gif 3.05KB
  127. 源代码/StudentSys/src/main/webapp/layui/images/face/26.gif 3.21KB
  128. 源代码/StudentSys/src/main/webapp/layui/images/face/27.gif 4.27KB
  129. 源代码/StudentSys/src/main/webapp/layui/images/face/28.gif 2.73KB
  130. 源代码/StudentSys/src/main/webapp/layui/images/face/29.gif 4.74KB
  131. 源代码/StudentSys/src/main/webapp/layui/images/face/3.gif 3.92KB
  132. 源代码/StudentSys/src/main/webapp/layui/images/face/30.gif 2.5KB
  133. 源代码/StudentSys/src/main/webapp/layui/images/face/31.gif 1.96KB
  134. 源代码/StudentSys/src/main/webapp/layui/images/face/32.gif 3.4KB
  135. 源代码/StudentSys/src/main/webapp/layui/images/face/33.gif 2.4KB
  136. 源代码/StudentSys/src/main/webapp/layui/images/face/34.gif 3.61KB
  137. 源代码/StudentSys/src/main/webapp/layui/images/face/35.gif 1.76KB
  138. 源代码/StudentSys/src/main/webapp/layui/images/face/36.gif 2.28KB
  139. 源代码/StudentSys/src/main/webapp/layui/images/face/37.gif 1.48KB
  140. 源代码/StudentSys/src/main/webapp/layui/images/face/38.gif 3.53KB
  141. 源代码/StudentSys/src/main/webapp/layui/images/face/39.gif 6.34KB
  142. 源代码/StudentSys/src/main/webapp/layui/images/face/4.gif 5.56KB
  143. 源代码/StudentSys/src/main/webapp/layui/images/face/40.gif 3.08KB
  144. 源代码/StudentSys/src/main/webapp/layui/images/face/41.gif 3.56KB
  145. 源代码/StudentSys/src/main/webapp/layui/images/face/42.gif 5.18KB
  146. 源代码/StudentSys/src/main/webapp/layui/images/face/43.gif 2.61KB
  147. 源代码/StudentSys/src/main/webapp/layui/images/face/44.gif 4.03KB
  148. 源代码/StudentSys/src/main/webapp/layui/images/face/45.gif 3.34KB
  149. 源代码/StudentSys/src/main/webapp/layui/images/face/46.gif 2.94KB
  150. 源代码/StudentSys/src/main/webapp/layui/images/face/47.gif 2.28KB
  151. 源代码/StudentSys/src/main/webapp/layui/images/face/48.gif 2.63KB
  152. 源代码/StudentSys/src/main/webapp/layui/images/face/49.gif 2.26KB
  153. 源代码/StudentSys/src/main/webapp/layui/images/face/5.gif 4.46KB
  154. 源代码/StudentSys/src/main/webapp/layui/images/face/50.gif 5.73KB
  155. 源代码/StudentSys/src/main/webapp/layui/images/face/51.gif 2.72KB
  156. 源代码/StudentSys/src/main/webapp/layui/images/face/52.gif 777B
  157. 源代码/StudentSys/src/main/webapp/layui/images/face/53.gif 2.08KB
  158. 源代码/StudentSys/src/main/webapp/layui/images/face/54.gif 2.14KB
  159. 源代码/StudentSys/src/main/webapp/layui/images/face/55.gif 1.92KB
  160. 源代码/StudentSys/src/main/webapp/layui/images/face/56.gif 1.99KB
  161. 源代码/StudentSys/src/main/webapp/layui/images/face/57.gif 2.64KB
  162. 源代码/StudentSys/src/main/webapp/layui/images/face/58.gif 2.21KB
  163. 源代码/StudentSys/src/main/webapp/layui/images/face/59.gif 10.07KB
  164. 源代码/StudentSys/src/main/webapp/layui/images/face/6.gif 2.16KB
  165. 源代码/StudentSys/src/main/webapp/layui/images/face/60.gif 3.17KB
  166. 源代码/StudentSys/src/main/webapp/layui/images/face/61.gif 2.44KB
  167. 源代码/StudentSys/src/main/webapp/layui/images/face/62.gif 1.97KB
  168. 源代码/StudentSys/src/main/webapp/layui/images/face/63.gif 5.73KB
  169. 源代码/StudentSys/src/main/webapp/layui/images/face/64.gif 6.3KB
  170. 源代码/StudentSys/src/main/webapp/layui/images/face/65.gif 3.49KB
  171. 源代码/StudentSys/src/main/webapp/layui/images/face/66.gif 2.96KB
  172. 源代码/StudentSys/src/main/webapp/layui/images/face/67.gif 2.64KB
  173. 源代码/StudentSys/src/main/webapp/layui/images/face/68.gif 1.39KB
  174. 源代码/StudentSys/src/main/webapp/layui/images/face/69.gif 2.37KB
  175. 源代码/StudentSys/src/main/webapp/layui/images/face/7.gif 3.32KB
  176. 源代码/StudentSys/src/main/webapp/layui/images/face/70.gif 4.48KB
  177. 源代码/StudentSys/src/main/webapp/layui/images/face/71.gif 5.18KB
  178. 源代码/StudentSys/src/main/webapp/layui/images/face/8.gif 3.96KB
  179. 源代码/StudentSys/src/main/webapp/layui/images/face/9.gif 4.12KB
  180. 源代码/StudentSys/src/main/webapp/layui/lay/
  181. 源代码/StudentSys/src/main/webapp/layui/lay/modules/
  182. 源代码/StudentSys/src/main/webapp/layui/lay/modules/carousel.js 3.75KB
  183. 源代码/StudentSys/src/main/webapp/layui/lay/modules/code.js 1.15KB
  184. 源代码/StudentSys/src/main/webapp/layui/lay/modules/element.js 7.09KB
  185. 源代码/StudentSys/src/main/webapp/layui/lay/modules/flow.js 1.97KB
  186. 源代码/StudentSys/src/main/webapp/layui/lay/modules/form.js 8.66KB
  187. 源代码/StudentSys/src/main/webapp/layui/lay/modules/jquery.js 95.36KB
  188. 源代码/StudentSys/src/main/webapp/layui/lay/modules/laydate.js 26.73KB
  189. 源代码/StudentSys/src/main/webapp/layui/lay/modules/layedit.js 12.34KB
  190. 源代码/StudentSys/src/main/webapp/layui/lay/modules/layer.js 21.55KB
  191. 源代码/StudentSys/src/main/webapp/layui/lay/modules/laypage.js 4.37KB
  192. 源代码/StudentSys/src/main/webapp/layui/lay/modules/laytpl.js 1.79KB
  193. 源代码/StudentSys/src/main/webapp/layui/lay/modules/mobile.js 33.03KB
  194. 源代码/StudentSys/src/main/webapp/layui/lay/modules/rate.js 2.69KB
  195. 源代码/StudentSys/src/main/webapp/layui/lay/modules/table.js 20.34KB
  196. 源代码/StudentSys/src/main/webapp/layui/lay/modules/tree.js 2.99KB
  197. 源代码/StudentSys/src/main/webapp/layui/lay/modules/upload.js 6.82KB
  198. 源代码/StudentSys/src/main/webapp/layui/lay/modules/util.js 2.55KB
  199. 源代码/StudentSys/src/main/webapp/layui/layui.all.js 225.78KB
  200. 源代码/StudentSys/src/main/webapp/layui/layui.js 6.45KB
  201. 源代码/StudentSys/src/main/webapp/loginFailure.jsp 1.11KB
  202. 源代码/StudentSys/src/main/webapp/Main.jsp 4.33KB
  203. 源代码/StudentSys/src/main/webapp/modifyAcademy.jsp 1.88KB
  204. 源代码/StudentSys/src/main/webapp/modifyCourse.jsp 4.66KB
  205. 源代码/StudentSys/src/main/webapp/modifyMajor.jsp 3.76KB
  206. 源代码/StudentSys/src/main/webapp/modifystudent.jsp 5.92KB
  207. 源代码/StudentSys/src/main/webapp/showAll.jsp 7.57KB
  208. 源代码/StudentSys/src/main/webapp/showAllAcademy.jsp 4.84KB
  209. 源代码/StudentSys/src/main/webapp/showAllCourse.jsp 5.36KB
  210. 源代码/StudentSys/src/main/webapp/showAllMajor.jsp 4.6KB
  211. 源代码/StudentSys/src/main/webapp/WEB-INF/
  212. 源代码/StudentSys/src/main/webapp/WEB-INF/lib/
  213. 源代码/StudentSys/src/main/webapp/WEB-INF/lib/commons-logging-1.2.jar 60.38KB
  214. 源代码/StudentSys/src/main/webapp/WEB-INF/lib/javax.servlet-api-3.1.0.jar 93.56KB
  215. 源代码/StudentSys/src/main/webapp/WEB-INF/lib/jstl.jar 20.2KB
  216. 源代码/StudentSys/src/main/webapp/WEB-INF/lib/mysql-connector-java-5.1.38-bin.jar 960.85KB
  217. 源代码/StudentSys/src/main/webapp/WEB-INF/lib/spring-aop-4.2.5.RELEASE.jar 361.39KB
  218. 源代码/StudentSys/src/main/webapp/WEB-INF/lib/spring-beans-4.2.5.RELEASE.jar 714.42KB
  219. 源代码/StudentSys/src/main/webapp/WEB-INF/lib/spring-context-4.2.5.Release.jar 1.05MB
  220. 源代码/StudentSys/src/main/webapp/WEB-INF/lib/spring-core-4.2.5.RELEASE.jar 1.03MB
  221. 源代码/StudentSys/src/main/webapp/WEB-INF/lib/spring-expression-4.2.5.RELEASE.jar 256.82KB
  222. 源代码/StudentSys/src/main/webapp/WEB-INF/lib/spring-web-4.2.5.RELEASE.jar 749.25KB
  223. 源代码/StudentSys/src/main/webapp/WEB-INF/lib/spring-webmvc-4.2.5.RELEASE.jar 856.38KB
  224. 源代码/StudentSys/src/main/webapp/WEB-INF/lib/standard.jar 384.04KB
  225. 源代码/StudentSys/src/main/webapp/WEB-INF/web.xml 1.64KB
  226. 源代码/StudentSys/src/test/
  227. 源代码/StudentSys/src/test/java/
  228. 源代码/StudentSys/target/
  229. 源代码/StudentSys/target/classes/
  230. 源代码/StudentSys/target/classes/common/
  231. 源代码/StudentSys/target/classes/common/PageCount.class 1.58KB
  232. 源代码/StudentSys/target/classes/common/PageCount.java 723B
  233. 源代码/StudentSys/target/classes/common/Pager.class 1.57KB
  234. 源代码/StudentSys/target/classes/common/Pager.java 711B
  235. 源代码/StudentSys/target/classes/controller/
  236. 源代码/StudentSys/target/classes/controller/AcademyController.class 4.24KB
  237. 源代码/StudentSys/target/classes/controller/AcademyController.java 2.97KB
  238. 源代码/StudentSys/target/classes/controller/AdminController.class 2.32KB
  239. 源代码/StudentSys/target/classes/controller/AdminController.java 1.18KB
  240. 源代码/StudentSys/target/classes/controller/CourseController.class 3.81KB
  241. 源代码/StudentSys/target/classes/controller/CourseController.java 2.69KB
  242. 源代码/StudentSys/target/classes/controller/MajorController.class 4.95KB
  243. 源代码/StudentSys/target/classes/controller/MajorController.java 3.44KB
  244. 源代码/StudentSys/target/classes/controller/StudentController.class 4.76KB
  245. 源代码/StudentSys/target/classes/controller/StudentController.java 3.61KB
  246. 源代码/StudentSys/target/classes/dao/
  247. 源代码/StudentSys/target/classes/dao/AcademyDao.class 5.16KB
  248. 源代码/StudentSys/target/classes/dao/AcademyDao.java 3.93KB
  249. 源代码/StudentSys/target/classes/dao/AdminDao.class 3.8KB
  250. 源代码/StudentSys/target/classes/dao/AdminDao.java 2.7KB
  251. 源代码/StudentSys/target/classes/dao/CourseDao.class 5.5KB
  252. 源代码/StudentSys/target/classes/dao/CourseDao.java 4.31KB
  253. 源代码/StudentSys/target/classes/dao/MajorDao.class 5.12KB
  254. 源代码/StudentSys/target/classes/dao/MajorDao.java 3.95KB
  255. 源代码/StudentSys/target/classes/dao/StudentDao.class 7.82KB
  256. 源代码/StudentSys/target/classes/dao/StudentDao.java 7.16KB
  257. 源代码/StudentSys/target/classes/domain/
  258. 源代码/StudentSys/target/classes/domain/AcademyDomain.class 1.15KB
  259. 源代码/StudentSys/target/classes/domain/AcademyDomain.java 593B
  260. 源代码/StudentSys/target/classes/domain/AdminDomain.class 909B
  261. 源代码/StudentSys/target/classes/domain/AdminDomain.java 432B
  262. 源代码/StudentSys/target/classes/domain/CourseDomain.class 2.05KB
  263. 源代码/StudentSys/target/classes/domain/CourseDomain.java 1.32KB
  264. 源代码/StudentSys/target/classes/domain/MajorCourseDomain.class 2.22KB
  265. 源代码/StudentSys/target/classes/domain/MajorCourseDomain.java 1.28KB
  266. 源代码/StudentSys/target/classes/domain/MajorDomain.class 1.32KB
  267. 源代码/StudentSys/target/classes/domain/MajorDomain.java 759B
  268. 源代码/StudentSys/target/classes/domain/StudentDomain.class 2.67KB
  269. 源代码/StudentSys/target/classes/domain/StudentDomain.java 1.85KB
  270. 源代码/StudentSys/target/classes/entity/
  271. 源代码/StudentSys/target/classes/entity/AcademyEntity.class 983B
  272. 源代码/StudentSys/target/classes/entity/AcademyEntity.java 432B
  273. 源代码/StudentSys/target/classes/entity/AdminEntity.class 909B
  274. 源代码/StudentSys/target/classes/entity/AdminEntity.java 432B
  275. 源代码/StudentSys/target/classes/entity/CourseEntity.class 1.68KB
  276. 源代码/StudentSys/target/classes/entity/CourseEntity.java 968B
  277. 源代码/StudentSys/target/classes/entity/MajorCourseEntity.class 1.32KB
  278. 源代码/StudentSys/target/classes/entity/MajorCourseEntity.java 777B
  279. 源代码/StudentSys/target/classes/entity/MajorEntity.class 1.12KB
  280. 源代码/StudentSys/target/classes/entity/MajorEntity.java 579B
  281. 源代码/StudentSys/target/classes/entity/StudentEntity.class 2.47KB
  282. 源代码/StudentSys/target/classes/entity/StudentEntity.java 1.67KB
  283. 源代码/StudentSys/target/classes/filter/
  284. 源代码/StudentSys/target/classes/filter/AuthenticationFilter.class 2.04KB
  285. 源代码/StudentSys/target/classes/filter/AuthenticationFilter.java 1.08KB
  286. 源代码/StudentSys/target/classes/service/
  287. 源代码/StudentSys/target/classes/service/AcademyService.class 4.47KB
  288. 源代码/StudentSys/target/classes/service/AcademyService.java 2.85KB
  289. 源代码/StudentSys/target/classes/service/AdminService.class 2.24KB
  290. 源代码/StudentSys/target/classes/service/AdminService.java 1.19KB
  291. 源代码/StudentSys/target/classes/service/CourseService.class 3.69KB
  292. 源代码/StudentSys/target/classes/service/CourseService.java 2.39KB
  293. 源代码/StudentSys/target/classes/service/MajorService.class 3.24KB
  294. 源代码/StudentSys/target/classes/service/MajorService.java 1.96KB
  295. 源代码/StudentSys/target/classes/service/StudentService.class 5.26KB
  296. 源代码/StudentSys/target/classes/service/StudentService.java 4KB
  297. 源代码/StudentSys/target/classes/spring/
  298. 源代码/StudentSys/target/classes/spring/applicationContext.xml 1.49KB
  299. 源代码/StudentSys/target/classes/util/
  300. 源代码/StudentSys/target/classes/util/ConnectionUtil.class 1.13KB
  301. 源代码/StudentSys/target/classes/util/ConnectionUtil.java 822B
  302. 源代码/StudentSys/target/classes/util/DoLogin.class 1.94KB
  303. 源代码/StudentSys/target/classes/util/DoLogin.java 1.25KB
  304. 源代码/StudentSys/target/m2e-wtp/
  305. 源代码/StudentSys/target/m2e-wtp/web-resources/
  306. 源代码/StudentSys/target/m2e-wtp/web-resources/META-INF/
  307. 源代码/StudentSys/target/m2e-wtp/web-resources/META-INF/maven/
  308. 源代码/StudentSys/target/m2e-wtp/web-resources/META-INF/maven/cn.fengyunjun/
  309. 源代码/StudentSys/target/m2e-wtp/web-resources/META-INF/maven/cn.fengyunjun/student-sys/
  310. 源代码/StudentSys/target/m2e-wtp/web-resources/META-INF/maven/cn.fengyunjun/student-sys/pom.properties 433B
  311. 源代码/StudentSys/target/m2e-wtp/web-resources/META-INF/maven/cn.fengyunjun/student-sys/pom.xml 1.69KB
  312. 源代码/StudentSys/target/test-classes/
0评论
提交 加载更多评论
其他资源 w7-12-学生-第六讲 函数2.zip
w7-12-学生-第六讲 函数2.zip
w7-12-学生-第六讲 函数2.zip w7-12-学生-第六讲 函数2.zip w7-12-学生-第六讲 函数2.zip
windows MQTT mosquitto2.0.18a安装包
用于windows c++ 连接MQTT
java web项目校园二手交易管理系统jsp+struts+hibernate-java课程设计毕业设计期末大作业
本项目是一个基于JSP、Struts和Hibernate框架的校园二手交易管理系统,旨在为在校大学生的Java课程设计和毕业设计提供宝贵的学习参考与实践支持。帮助学生深入理解Java Web开发中的多层架构设计和技术实现。通过本项目,学习者将能够掌握JSP和Struts的应用,深入了解Hibernate框架在数据持久化中的重要角色。
java web项目新生报到系统jsp+mysql-java课程设计毕业设计期末大作业
本项目是一个基于JSP和MySQL数据库的新生报到系统,专为在校大学生的Java课程设计和毕业设计提供学习参考与实践支持。该系统主要功能包括公寓信息管理、新生信息管理、缴费信息管理等,旨在简化新生入学流程,提升管理效率。 通过本项目,学习者将深入了解JSP技术在Web开发中的应用,以及如何使用MySQL进行数据存储和管理。项目中详细的代码注释和结构清晰的设计,帮助Java技术爱好者轻松理解和应用所学知识,实现从理论到实践的转变。
java swing项目汽车租赁系统mysql数据库-java课程设计毕业设计期末大作业
本资源为Java Swing项目汽车租赁系统,基于MySQL数据库,适用于Java课程设计、毕业设计和期末大作业的学习参考。系统采用Java Swing构建用户友好的图形界面,结合JDBC和MySQL数据库实现车辆信息管理功能。该系统功能丰富,结构清晰,具有良好的可扩展性,便于学习与理解。非常适合在校大学生作为课程设计或毕业设计的参考项目,同时也是Java技术爱好者进行编程实践的理想素材。本项目可以帮助用户掌握Java图形界面编程和数据库交互的技术要点。
java swing项目购物系统mysql数据库-java课程设计毕业设计期末大作业
本资源为Java Swing项目购物系统,采用MySQL数据库,适用于Java课程设计、毕业设计以及期末大作业的学习参考。该系统使用Java Swing构建用户界面,结合JDBC与MySQL数据库实现商品查询、购物车管理等功能模块。该项目非常适合在校大学生进行参考与学习,同时为Java技术爱好者提供了极好的学习资源。通过本项目,用户可以深入学习Java图形界面编程和数据库操作的综合应用。
时间序列异常检测相关代码
时间序列异常检测代码
NodeJS期刊投稿信息查询系统-毕业设计源码06128(源码+数据库)
基于微信小程序的期刊投稿信息查询系统有注册用户和管理员两个用户角色,下面针对两个用户角色的功能需求进行分析: 1.注册用户: 登录注册:用户可以注册新账号或使用已有账号登录。 首页:展示系统的主要信息和功能入口。 期刊信息:提供期刊的相关信息,包括期刊名称、投稿要求等。 投稿信息:用户可以查看投稿相关的信息和要求。 网站公告:显示系统发布的重要通知信息。 我的: 基本信息:用户可以查看和管理自己的基本信息。 投稿信息:用户可以查看自己的投稿记录和状态。 通知提醒:用户可以接收系统通知和提醒。 2.管理员: 后台首页:展示系统数据统计和管理入口。 系统用户:管理系统中的各类用户。 期刊信息管理:管理系统中期刊的相关信息。 投稿信息管理:管理用户的投稿信息和处理投稿状态。 通知提醒管理:发布、编辑和删除系统通知和提醒。 轮播图管理:管理系统首页的轮播图内容。 系统通知管理:管理系统发布的通知信息。 权限管理:管理系统用户的权限和角色设置。 这个系统旨在为投稿者和管理员提供一个便捷的投稿信息查询平台,同时管理员可以管理系统中的期刊信息、投稿信息和系统通知等内容,确保系统运行顺畅。
NodeJS期刊投稿信息查询系统-毕业设计源码06128(源码+数据库) NodeJS期刊投稿信息查询系统-毕业设计源码06128(源码+数据库) NodeJS期刊投稿信息查询系统-毕业设计源码06128(源码+数据库)