首页下载资源后端javaweb项目物流信息管理系统spring+springMVC+mybatis+mysql-java课程设计毕业设计期末大作

ZIPjavaweb项目物流信息管理系统spring+springMVC+mybatis+mysql-java课程设计毕业设计期末大作

csm201725.51MB需要积分:1

资源文件列表:

物流信息管理系统.zip 大约有164个文件
  1. 必读.txt 898B
  2. 视频演示/
  3. 视频演示/2月29日.mp4 12.21MB
  4. 源代码/
  5. 源代码/ExpressManager/
  6. 源代码/ExpressManager/.classpath 739B
  7. 源代码/ExpressManager/.project 883B
  8. 源代码/ExpressManager/.settings/
  9. 源代码/ExpressManager/.settings/.jsdtscope 555B
  10. 源代码/ExpressManager/.settings/org.eclipse.core.resources.prefs 57B
  11. 源代码/ExpressManager/.settings/org.eclipse.jdt.core.prefs 842B
  12. 源代码/ExpressManager/.settings/org.eclipse.wst.common.component 486B
  13. 源代码/ExpressManager/.settings/org.eclipse.wst.common.project.facet.core.xml 345B
  14. 源代码/ExpressManager/.settings/org.eclipse.wst.jsdt.ui.superType.container 49B
  15. 源代码/ExpressManager/.settings/org.eclipse.wst.jsdt.ui.superType.name 6B
  16. 源代码/ExpressManager/build/
  17. 源代码/ExpressManager/build/classes/
  18. 源代码/ExpressManager/build/classes/applicationContext.xml 1.28KB
  19. 源代码/ExpressManager/build/classes/com/
  20. 源代码/ExpressManager/build/classes/com/dzx/
  21. 源代码/ExpressManager/build/classes/com/dzx/express/
  22. 源代码/ExpressManager/build/classes/com/dzx/express/biz/
  23. 源代码/ExpressManager/build/classes/com/dzx/express/biz/ExpressBiz.class 590B
  24. 源代码/ExpressManager/build/classes/com/dzx/express/biz/impl/
  25. 源代码/ExpressManager/build/classes/com/dzx/express/biz/impl/ExpressBizImpl.class 1.8KB
  26. 源代码/ExpressManager/build/classes/com/dzx/express/biz/impl/LogBizImpl.class 1.66KB
  27. 源代码/ExpressManager/build/classes/com/dzx/express/biz/impl/UserBizImpl.class 1.64KB
  28. 源代码/ExpressManager/build/classes/com/dzx/express/biz/LogBiz.class 540B
  29. 源代码/ExpressManager/build/classes/com/dzx/express/biz/UserBiz.class 544B
  30. 源代码/ExpressManager/build/classes/com/dzx/express/controller/
  31. 源代码/ExpressManager/build/classes/com/dzx/express/controller/MainController.class 8.4KB
  32. 源代码/ExpressManager/build/classes/com/dzx/express/entity/
  33. 源代码/ExpressManager/build/classes/com/dzx/express/entity/Express.class 1.79KB
  34. 源代码/ExpressManager/build/classes/com/dzx/express/entity/Log.class 1.56KB
  35. 源代码/ExpressManager/build/classes/com/dzx/express/entity/User.class 1.59KB
  36. 源代码/ExpressManager/build/classes/com/dzx/express/mapper/
  37. 源代码/ExpressManager/build/classes/com/dzx/express/mapper/ExpressMapper.class 599B
  38. 源代码/ExpressManager/build/classes/com/dzx/express/mapper/ExpressMapper.xml 4KB
  39. 源代码/ExpressManager/build/classes/com/dzx/express/mapper/LogMapper.class 549B
  40. 源代码/ExpressManager/build/classes/com/dzx/express/mapper/LogMapper.xml 3.3KB
  41. 源代码/ExpressManager/build/classes/com/dzx/express/mapper/UserMapper.class 553B
  42. 源代码/ExpressManager/build/classes/com/dzx/express/mapper/UserMapper.xml 3.1KB
  43. 源代码/ExpressManager/build/classes/com/dzx/express/util/
  44. 源代码/ExpressManager/build/classes/com/dzx/express/util/DateUtil.class 1.45KB
  45. 源代码/ExpressManager/build/classes/com/dzx/express/util/MyBatisXmlGenerator.class 2.42KB
  46. 源代码/ExpressManager/build/classes/jdbc.properties 342B
  47. 源代码/ExpressManager/build/classes/MyBatisGeneratorConfig.xml 3.08KB
  48. 源代码/ExpressManager/build/classes/spring_mvc.xml 1.15KB
  49. 源代码/ExpressManager/src/
  50. 源代码/ExpressManager/src/applicationContext.xml 1.28KB
  51. 源代码/ExpressManager/src/com/
  52. 源代码/ExpressManager/src/com/dzx/
  53. 源代码/ExpressManager/src/com/dzx/express/
  54. 源代码/ExpressManager/src/com/dzx/express/biz/
  55. 源代码/ExpressManager/src/com/dzx/express/biz/ExpressBiz.java 471B
  56. 源代码/ExpressManager/src/com/dzx/express/biz/impl/
  57. 源代码/ExpressManager/src/com/dzx/express/biz/impl/ExpressBizImpl.java 1.56KB
  58. 源代码/ExpressManager/src/com/dzx/express/biz/impl/LogBizImpl.java 1.35KB
  59. 源代码/ExpressManager/src/com/dzx/express/biz/impl/UserBizImpl.java 1.35KB
  60. 源代码/ExpressManager/src/com/dzx/express/biz/LogBiz.java 417B
  61. 源代码/ExpressManager/src/com/dzx/express/biz/UserBiz.java 403B
  62. 源代码/ExpressManager/src/com/dzx/express/controller/
  63. 源代码/ExpressManager/src/com/dzx/express/controller/MainController.java 7.3KB
  64. 源代码/ExpressManager/src/com/dzx/express/entity/
  65. 源代码/ExpressManager/src/com/dzx/express/entity/Express.java 1.26KB
  66. 源代码/ExpressManager/src/com/dzx/express/entity/Log.java 1011B
  67. 源代码/ExpressManager/src/com/dzx/express/entity/User.java 1KB
  68. 源代码/ExpressManager/src/com/dzx/express/mapper/
  69. 源代码/ExpressManager/src/com/dzx/express/mapper/ExpressMapper.java 479B
  70. 源代码/ExpressManager/src/com/dzx/express/mapper/ExpressMapper.xml 4KB
  71. 源代码/ExpressManager/src/com/dzx/express/mapper/LogMapper.java 410B
  72. 源代码/ExpressManager/src/com/dzx/express/mapper/LogMapper.xml 3.3KB
  73. 源代码/ExpressManager/src/com/dzx/express/mapper/UserMapper.java 404B
  74. 源代码/ExpressManager/src/com/dzx/express/mapper/UserMapper.xml 3.1KB
  75. 源代码/ExpressManager/src/com/dzx/express/util/
  76. 源代码/ExpressManager/src/com/dzx/express/util/DateUtil.java 625B
  77. 源代码/ExpressManager/src/com/dzx/express/util/MyBatisXmlGenerator.java 1.26KB
  78. 源代码/ExpressManager/src/jdbc.properties 342B
  79. 源代码/ExpressManager/src/MyBatisGeneratorConfig.xml 3.08KB
  80. 源代码/ExpressManager/src/spring_mvc.xml 1.15KB
  81. 源代码/ExpressManager/WebContent/
  82. 源代码/ExpressManager/WebContent/addorder.jsp 4.39KB
  83. 源代码/ExpressManager/WebContent/admin.jsp 1.63KB
  84. 源代码/ExpressManager/WebContent/allorder.jsp 3.37KB
  85. 源代码/ExpressManager/WebContent/cangadmin.jsp 1.49KB
  86. 源代码/ExpressManager/WebContent/css/
  87. 源代码/ExpressManager/WebContent/css/bootstrap.min.css 118.32KB
  88. 源代码/ExpressManager/WebContent/css/bootstrapValidator.css 700B
  89. 源代码/ExpressManager/WebContent/css/cityselect.css 1.93KB
  90. 源代码/ExpressManager/WebContent/image/
  91. 源代码/ExpressManager/WebContent/image/background.jpg 174.41KB
  92. 源代码/ExpressManager/WebContent/image/banner01.png 85.2KB
  93. 源代码/ExpressManager/WebContent/image/banner02.png 101.33KB
  94. 源代码/ExpressManager/WebContent/image/end.PNG 834B
  95. 源代码/ExpressManager/WebContent/image/math.PNG 458B
  96. 源代码/ExpressManager/WebContent/image/Start.PNG 513B
  97. 源代码/ExpressManager/WebContent/index.html 985B
  98. 源代码/ExpressManager/WebContent/index.jsp 2.51KB
  99. 源代码/ExpressManager/WebContent/js/
  100. 源代码/ExpressManager/WebContent/js/bootstrap.min.js 36.18KB
  101. 源代码/ExpressManager/WebContent/js/cityselect.js 30.4KB
  102. 源代码/ExpressManager/WebContent/js/jquery-3.2.1.min.js 84.63KB
  103. 源代码/ExpressManager/WebContent/login.jsp 1.54KB
  104. 源代码/ExpressManager/WebContent/META-INF/
  105. 源代码/ExpressManager/WebContent/META-INF/MANIFEST.MF 36B
  106. 源代码/ExpressManager/WebContent/new1.htm 18.63KB
  107. 源代码/ExpressManager/WebContent/news/
  108. 源代码/ExpressManager/WebContent/news/base.css 12.49KB
  109. 源代码/ExpressManager/WebContent/news/cnrfont.css 1.58KB
  110. 源代码/ExpressManager/WebContent/news/jquery-1.js 277.64KB
  111. 源代码/ExpressManager/WebContent/news/jweixin-1.js 11.3KB
  112. 源代码/ExpressManager/WebContent/news/layout.css 10.91KB
  113. 源代码/ExpressManager/WebContent/news/logo3.jpg 23.94KB
  114. 源代码/ExpressManager/WebContent/news/logoFooter.png 2.98KB
  115. 源代码/ExpressManager/WebContent/news/post.css 2.68KB
  116. 源代码/ExpressManager/WebContent/news/respond.js 4.48KB
  117. 源代码/ExpressManager/WebContent/news/share.js 16.9KB
  118. 源代码/ExpressManager/WebContent/news/share_style0_32.css 3.7KB
  119. 源代码/ExpressManager/WebContent/news/typo.css 7.65KB
  120. 源代码/ExpressManager/WebContent/news/W020181113356145647253.jpg 192.96KB
  121. 源代码/ExpressManager/WebContent/news/webdig.js 9.45KB
  122. 源代码/ExpressManager/WebContent/news/weixin3.js 1.29KB
  123. 源代码/ExpressManager/WebContent/newstaff.jsp 1.72KB
  124. 源代码/ExpressManager/WebContent/orderin.jsp 1.73KB
  125. 源代码/ExpressManager/WebContent/orderinfo.jsp 1.57KB
  126. 源代码/ExpressManager/WebContent/staff.jsp 1.28KB
  127. 源代码/ExpressManager/WebContent/success.jsp 1.2KB
  128. 源代码/ExpressManager/WebContent/WEB-INF/
  129. 源代码/ExpressManager/WebContent/WEB-INF/applicationContext.xml 1.28KB
  130. 源代码/ExpressManager/WebContent/WEB-INF/lib/
  131. 源代码/ExpressManager/WebContent/WEB-INF/lib/aopalliance-1.0.jar 4.36KB
  132. 源代码/ExpressManager/WebContent/WEB-INF/lib/aspectjweaver-1.8.2.jar 1.77MB
  133. 源代码/ExpressManager/WebContent/WEB-INF/lib/c3p0-0.9.2.1.jar 413.94KB
  134. 源代码/ExpressManager/WebContent/WEB-INF/lib/commons-dbcp-1.4.jar 156.76KB
  135. 源代码/ExpressManager/WebContent/WEB-INF/lib/commons-fileupload-1.3.1.jar 67.38KB
  136. 源代码/ExpressManager/WebContent/WEB-INF/lib/commons-lang-2.6.jar 277.56KB
  137. 源代码/ExpressManager/WebContent/WEB-INF/lib/commons-logging-1.1.3.jar 60.6KB
  138. 源代码/ExpressManager/WebContent/WEB-INF/lib/commons-pool-1.6.jar 108.51KB
  139. 源代码/ExpressManager/WebContent/WEB-INF/lib/javax.servlet.jsp.jstl.jar 43.61KB
  140. 源代码/ExpressManager/WebContent/WEB-INF/lib/jstl-impl.jar 379.45KB
  141. 源代码/ExpressManager/WebContent/WEB-INF/lib/log4j-1.2.17.jar 478.4KB
  142. 源代码/ExpressManager/WebContent/WEB-INF/lib/mybatis-3.2.2.jar 683.42KB
  143. 源代码/ExpressManager/WebContent/WEB-INF/lib/mybatis-generator-core-1.3.2.jar 504.25KB
  144. 源代码/ExpressManager/WebContent/WEB-INF/lib/mybatis-spring-1.2.0.jar 47.64KB
  145. 源代码/ExpressManager/WebContent/WEB-INF/lib/mysql-connector-java-5.1.7-bin.jar 693.28KB
  146. 源代码/ExpressManager/WebContent/WEB-INF/lib/mysql-connector-java-8.0.18.jar 2.22MB
  147. 源代码/ExpressManager/WebContent/WEB-INF/lib/spring-aop-4.1.0.RELEASE.jar 350.61KB
  148. 源代码/ExpressManager/WebContent/WEB-INF/lib/spring-aspects-4.1.0.RELEASE.jar 55.19KB
  149. 源代码/ExpressManager/WebContent/WEB-INF/lib/spring-beans-4.1.0.RELEASE.jar 684.9KB
  150. 源代码/ExpressManager/WebContent/WEB-INF/lib/spring-context-4.1.0.RELEASE.jar 999.21KB
  151. 源代码/ExpressManager/WebContent/WEB-INF/lib/spring-context-support-4.1.0.RELEASE.jar 173.09KB
  152. 源代码/ExpressManager/WebContent/WEB-INF/lib/spring-core-4.1.0.RELEASE.jar 981.48KB
  153. 源代码/ExpressManager/WebContent/WEB-INF/lib/spring-expression-4.1.0.RELEASE.jar 243.78KB
  154. 源代码/ExpressManager/WebContent/WEB-INF/lib/spring-instrument-4.1.0.RELEASE.jar 7.07KB
  155. 源代码/ExpressManager/WebContent/WEB-INF/lib/spring-instrument-tomcat-4.1.0.RELEASE.jar 10.21KB
  156. 源代码/ExpressManager/WebContent/WEB-INF/lib/spring-jdbc-4.1.0.RELEASE.jar 417.69KB
  157. 源代码/ExpressManager/WebContent/WEB-INF/lib/spring-jms-4.1.0.RELEASE.jar 259.92KB
  158. 源代码/ExpressManager/WebContent/WEB-INF/lib/spring-orm-4.1.0.RELEASE.jar 363.94KB
  159. 源代码/ExpressManager/WebContent/WEB-INF/lib/spring-oxm-4.1.0.RELEASE.jar 80.22KB
  160. 源代码/ExpressManager/WebContent/WEB-INF/lib/spring-tx-4.1.0.RELEASE.jar 245.22KB
  161. 源代码/ExpressManager/WebContent/WEB-INF/lib/spring-web-4.1.0.RELEASE.jar 681.11KB
  162. 源代码/ExpressManager/WebContent/WEB-INF/lib/spring-webmvc-4.1.0.RELEASE.jar 755.68KB
  163. 源代码/ExpressManager/WebContent/WEB-INF/lib/spring-webmvc-portlet-4.1.0.RELEASE.jar 172.69KB
  164. 源代码/ExpressManager/WebContent/WEB-INF/web.xml 1.75KB

资源介绍:

该项目采用Spring、Spring MVC、MyBatis和MySQL**等主流开发技术,专为在校大学生的Java课程设计和毕业设计提供学习参考和实践经验。 通过本项目,您将能够学习到如何使用Spring框架构建高效的后端服务,如何利用MyBatis进行数据库操作,以及如何通过Spring MVC实现前后端的交互。
数据库+源码+运行教程+演示视频 获取地址:https://www.javaplayer.com/forum.php?mod=viewthread&tid=87 *********************************************************** 远程调试,修改源码,疑难解答 * 联系方式: * * 联系微信:yishui7599 联系邮箱: wdltushuguan@163.com * * * * ***********************************************************
100+评论
captcha