下载资源后端资源详情
物流信息管理系统.zip
大小:25.51MB
价格:22积分
下载量:0
评分:
5.0
上传者:csm2017
更新日期:2024-10-21

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

资源文件列表(大概)

文件名
大小
必读.txt
898B
视频演示/
-
视频演示/2月29日.mp4
12.21MB
源代码/
-
源代码/ExpressManager/
-
源代码/ExpressManager/.classpath
739B
源代码/ExpressManager/.project
883B
源代码/ExpressManager/.settings/
-
源代码/ExpressManager/.settings/.jsdtscope
555B
源代码/ExpressManager/.settings/org.eclipse.core.resources.prefs
57B
源代码/ExpressManager/.settings/org.eclipse.jdt.core.prefs
842B
源代码/ExpressManager/.settings/org.eclipse.wst.common.component
486B
源代码/ExpressManager/.settings/org.eclipse.wst.common.project.facet.core.xml
345B
源代码/ExpressManager/.settings/org.eclipse.wst.jsdt.ui.superType.container
49B
源代码/ExpressManager/.settings/org.eclipse.wst.jsdt.ui.superType.name
6B
源代码/ExpressManager/build/
-
源代码/ExpressManager/build/classes/
-
源代码/ExpressManager/build/classes/applicationContext.xml
1.28KB
源代码/ExpressManager/build/classes/com/
-
源代码/ExpressManager/build/classes/com/dzx/
-
源代码/ExpressManager/build/classes/com/dzx/express/
-
源代码/ExpressManager/build/classes/com/dzx/express/biz/
-
源代码/ExpressManager/build/classes/com/dzx/express/biz/ExpressBiz.class
590B
源代码/ExpressManager/build/classes/com/dzx/express/biz/impl/
-
源代码/ExpressManager/build/classes/com/dzx/express/biz/impl/ExpressBizImpl.class
1.8KB
源代码/ExpressManager/build/classes/com/dzx/express/biz/impl/LogBizImpl.class
1.66KB
源代码/ExpressManager/build/classes/com/dzx/express/biz/impl/UserBizImpl.class
1.64KB
源代码/ExpressManager/build/classes/com/dzx/express/biz/LogBiz.class
540B
源代码/ExpressManager/build/classes/com/dzx/express/biz/UserBiz.class
544B
源代码/ExpressManager/build/classes/com/dzx/express/controller/
-
源代码/ExpressManager/build/classes/com/dzx/express/controller/MainController.class
8.4KB
源代码/ExpressManager/build/classes/com/dzx/express/entity/
-
源代码/ExpressManager/build/classes/com/dzx/express/entity/Express.class
1.79KB
源代码/ExpressManager/build/classes/com/dzx/express/entity/Log.class
1.56KB
源代码/ExpressManager/build/classes/com/dzx/express/entity/User.class
1.59KB
源代码/ExpressManager/build/classes/com/dzx/express/mapper/
-
源代码/ExpressManager/build/classes/com/dzx/express/mapper/ExpressMapper.class
599B
源代码/ExpressManager/build/classes/com/dzx/express/mapper/ExpressMapper.xml
4KB
源代码/ExpressManager/build/classes/com/dzx/express/mapper/LogMapper.class
549B
源代码/ExpressManager/build/classes/com/dzx/express/mapper/LogMapper.xml
3.3KB
源代码/ExpressManager/build/classes/com/dzx/express/mapper/UserMapper.class
553B
源代码/ExpressManager/build/classes/com/dzx/express/mapper/UserMapper.xml
3.1KB
源代码/ExpressManager/build/classes/com/dzx/express/util/
-
源代码/ExpressManager/build/classes/com/dzx/express/util/DateUtil.class
1.45KB
源代码/ExpressManager/build/classes/com/dzx/express/util/MyBatisXmlGenerator.class
2.42KB
源代码/ExpressManager/build/classes/jdbc.properties
342B
源代码/ExpressManager/build/classes/MyBatisGeneratorConfig.xml
3.08KB
源代码/ExpressManager/build/classes/spring_mvc.xml
1.15KB
源代码/ExpressManager/src/
-
源代码/ExpressManager/src/applicationContext.xml
1.28KB
源代码/ExpressManager/src/com/
-
源代码/ExpressManager/src/com/dzx/
-
源代码/ExpressManager/src/com/dzx/express/
-
源代码/ExpressManager/src/com/dzx/express/biz/
-
源代码/ExpressManager/src/com/dzx/express/biz/ExpressBiz.java
471B
源代码/ExpressManager/src/com/dzx/express/biz/impl/
-
源代码/ExpressManager/src/com/dzx/express/biz/impl/ExpressBizImpl.java
1.56KB
源代码/ExpressManager/src/com/dzx/express/biz/impl/LogBizImpl.java
1.35KB
源代码/ExpressManager/src/com/dzx/express/biz/impl/UserBizImpl.java
1.35KB
源代码/ExpressManager/src/com/dzx/express/biz/LogBiz.java
417B
源代码/ExpressManager/src/com/dzx/express/biz/UserBiz.java
403B
源代码/ExpressManager/src/com/dzx/express/controller/
-
源代码/ExpressManager/src/com/dzx/express/controller/MainController.java
7.3KB
源代码/ExpressManager/src/com/dzx/express/entity/
-
源代码/ExpressManager/src/com/dzx/express/entity/Express.java
1.26KB
源代码/ExpressManager/src/com/dzx/express/entity/Log.java
1011B
源代码/ExpressManager/src/com/dzx/express/entity/User.java
1KB
源代码/ExpressManager/src/com/dzx/express/mapper/
-
源代码/ExpressManager/src/com/dzx/express/mapper/ExpressMapper.java
479B
源代码/ExpressManager/src/com/dzx/express/mapper/ExpressMapper.xml
4KB
源代码/ExpressManager/src/com/dzx/express/mapper/LogMapper.java
410B
源代码/ExpressManager/src/com/dzx/express/mapper/LogMapper.xml
3.3KB
源代码/ExpressManager/src/com/dzx/express/mapper/UserMapper.java
404B
源代码/ExpressManager/src/com/dzx/express/mapper/UserMapper.xml
3.1KB
源代码/ExpressManager/src/com/dzx/express/util/
-
源代码/ExpressManager/src/com/dzx/express/util/DateUtil.java
625B
源代码/ExpressManager/src/com/dzx/express/util/MyBatisXmlGenerator.java
1.26KB
源代码/ExpressManager/src/jdbc.properties
342B
源代码/ExpressManager/src/MyBatisGeneratorConfig.xml
3.08KB
源代码/ExpressManager/src/spring_mvc.xml
1.15KB
源代码/ExpressManager/WebContent/
-
源代码/ExpressManager/WebContent/addorder.jsp
4.39KB
源代码/ExpressManager/WebContent/admin.jsp
1.63KB
源代码/ExpressManager/WebContent/allorder.jsp
3.37KB
源代码/ExpressManager/WebContent/cangadmin.jsp
1.49KB
源代码/ExpressManager/WebContent/css/
-
源代码/ExpressManager/WebContent/css/bootstrap.min.css
118.32KB
源代码/ExpressManager/WebContent/css/bootstrapValidator.css
700B
源代码/ExpressManager/WebContent/css/cityselect.css
1.93KB
源代码/ExpressManager/WebContent/image/
-
源代码/ExpressManager/WebContent/image/background.jpg
174.41KB
源代码/ExpressManager/WebContent/image/banner01.png
85.2KB
源代码/ExpressManager/WebContent/image/banner02.png
101.33KB
源代码/ExpressManager/WebContent/image/end.PNG
834B
源代码/ExpressManager/WebContent/image/math.PNG
458B
源代码/ExpressManager/WebContent/image/Start.PNG
513B
源代码/ExpressManager/WebContent/index.html
985B
源代码/ExpressManager/WebContent/index.jsp
2.51KB
源代码/ExpressManager/WebContent/js/
-
源代码/ExpressManager/WebContent/js/bootstrap.min.js
36.18KB
源代码/ExpressManager/WebContent/js/cityselect.js
30.4KB
源代码/ExpressManager/WebContent/js/jquery-3.2.1.min.js
84.63KB
源代码/ExpressManager/WebContent/login.jsp
1.54KB
源代码/ExpressManager/WebContent/META-INF/
-
源代码/ExpressManager/WebContent/META-INF/MANIFEST.MF
36B
源代码/ExpressManager/WebContent/new1.htm
18.63KB
源代码/ExpressManager/WebContent/news/
-
源代码/ExpressManager/WebContent/news/base.css
12.49KB
源代码/ExpressManager/WebContent/news/cnrfont.css
1.58KB
源代码/ExpressManager/WebContent/news/jquery-1.js
277.64KB
源代码/ExpressManager/WebContent/news/jweixin-1.js
11.3KB
源代码/ExpressManager/WebContent/news/layout.css
10.91KB
源代码/ExpressManager/WebContent/news/logo3.jpg
23.94KB
源代码/ExpressManager/WebContent/news/logoFooter.png
2.98KB
源代码/ExpressManager/WebContent/news/post.css
2.68KB
源代码/ExpressManager/WebContent/news/respond.js
4.48KB
源代码/ExpressManager/WebContent/news/share.js
16.9KB
源代码/ExpressManager/WebContent/news/share_style0_32.css
3.7KB
源代码/ExpressManager/WebContent/news/typo.css
7.65KB
源代码/ExpressManager/WebContent/news/W020181113356145647253.jpg
192.96KB
源代码/ExpressManager/WebContent/news/webdig.js
9.45KB
源代码/ExpressManager/WebContent/news/weixin3.js
1.29KB
源代码/ExpressManager/WebContent/newstaff.jsp
1.72KB
源代码/ExpressManager/WebContent/orderin.jsp
1.73KB
源代码/ExpressManager/WebContent/orderinfo.jsp
1.57KB
源代码/ExpressManager/WebContent/staff.jsp
1.28KB
源代码/ExpressManager/WebContent/success.jsp
1.2KB
源代码/ExpressManager/WebContent/WEB-INF/
-
源代码/ExpressManager/WebContent/WEB-INF/applicationContext.xml
1.28KB
源代码/ExpressManager/WebContent/WEB-INF/lib/
-
源代码/ExpressManager/WebContent/WEB-INF/lib/aopalliance-1.0.jar
4.36KB
源代码/ExpressManager/WebContent/WEB-INF/lib/aspectjweaver-1.8.2.jar
1.77MB
源代码/ExpressManager/WebContent/WEB-INF/lib/c3p0-0.9.2.1.jar
413.94KB
源代码/ExpressManager/WebContent/WEB-INF/lib/commons-dbcp-1.4.jar
156.76KB
源代码/ExpressManager/WebContent/WEB-INF/lib/commons-fileupload-1.3.1.jar
67.38KB
源代码/ExpressManager/WebContent/WEB-INF/lib/commons-lang-2.6.jar
277.56KB
源代码/ExpressManager/WebContent/WEB-INF/lib/commons-logging-1.1.3.jar
60.6KB
源代码/ExpressManager/WebContent/WEB-INF/lib/commons-pool-1.6.jar
108.51KB
源代码/ExpressManager/WebContent/WEB-INF/lib/javax.servlet.jsp.jstl.jar
43.61KB
源代码/ExpressManager/WebContent/WEB-INF/lib/jstl-impl.jar
379.45KB
源代码/ExpressManager/WebContent/WEB-INF/lib/log4j-1.2.17.jar
478.4KB
源代码/ExpressManager/WebContent/WEB-INF/lib/mybatis-3.2.2.jar
683.42KB
源代码/ExpressManager/WebContent/WEB-INF/lib/mybatis-generator-core-1.3.2.jar
504.25KB
源代码/ExpressManager/WebContent/WEB-INF/lib/mybatis-spring-1.2.0.jar
47.64KB
源代码/ExpressManager/WebContent/WEB-INF/lib/mysql-connector-java-5.1.7-bin.jar
693.28KB
源代码/ExpressManager/WebContent/WEB-INF/lib/mysql-connector-java-8.0.18.jar
2.22MB
源代码/ExpressManager/WebContent/WEB-INF/lib/spring-aop-4.1.0.RELEASE.jar
350.61KB
源代码/ExpressManager/WebContent/WEB-INF/lib/spring-aspects-4.1.0.RELEASE.jar
55.19KB
源代码/ExpressManager/WebContent/WEB-INF/lib/spring-beans-4.1.0.RELEASE.jar
684.9KB
源代码/ExpressManager/WebContent/WEB-INF/lib/spring-context-4.1.0.RELEASE.jar
999.21KB
源代码/ExpressManager/WebContent/WEB-INF/lib/spring-context-support-4.1.0.RELEASE.jar
173.09KB
源代码/ExpressManager/WebContent/WEB-INF/lib/spring-core-4.1.0.RELEASE.jar
981.48KB
源代码/ExpressManager/WebContent/WEB-INF/lib/spring-expression-4.1.0.RELEASE.jar
243.78KB
源代码/ExpressManager/WebContent/WEB-INF/lib/spring-instrument-4.1.0.RELEASE.jar
7.07KB
源代码/ExpressManager/WebContent/WEB-INF/lib/spring-instrument-tomcat-4.1.0.RELEASE.jar
10.21KB
源代码/ExpressManager/WebContent/WEB-INF/lib/spring-jdbc-4.1.0.RELEASE.jar
417.69KB
源代码/ExpressManager/WebContent/WEB-INF/lib/spring-jms-4.1.0.RELEASE.jar
259.92KB
源代码/ExpressManager/WebContent/WEB-INF/lib/spring-orm-4.1.0.RELEASE.jar
363.94KB
源代码/ExpressManager/WebContent/WEB-INF/lib/spring-oxm-4.1.0.RELEASE.jar
80.22KB
源代码/ExpressManager/WebContent/WEB-INF/lib/spring-tx-4.1.0.RELEASE.jar
245.22KB
源代码/ExpressManager/WebContent/WEB-INF/lib/spring-web-4.1.0.RELEASE.jar
681.11KB
源代码/ExpressManager/WebContent/WEB-INF/lib/spring-webmvc-4.1.0.RELEASE.jar
755.68KB
源代码/ExpressManager/WebContent/WEB-INF/lib/spring-webmvc-portlet-4.1.0.RELEASE.jar
172.69KB
源代码/ExpressManager/WebContent/WEB-INF/web.xml
1.75KB

资源内容介绍

该项目采用Spring、Spring MVC、MyBatis和MySQL**等主流开发技术,专为在校大学生的Java课程设计和毕业设计提供学习参考和实践经验。通过本项目,您将能够学习到如何使用Spring框架构建高效的后端服务,如何利用MyBatis进行数据库操作,以及如何通过Spring MVC实现前后端的交互。

用户评论 (0)

发表评论

captcha