区域物流信息平台开发货源管理
摘 要摘 要由于网购的发展,物流也变成了我们生活中越来越必不可少的部分。我们需要良好的工具来对物流信息进行管理和控制。而我们这次毕业设计的课题就是就是开发这样一个网站,让所有的用户能够在网站上进行有效及时的信息交换。本文首先对系统所用的技术进行了讨论,关于我们所用的编程语言JAVA、数据库My SQL以及我们使用的开发工具IDEA。讨论完技术之后,本文开始对区域物流平台做出需求分析,分析这样一个网站需要实现的功能:他对普通用户提供的注册、登陆、搜索、发货等功能;他对车主用户提供的车源信息管理;还有他对物流公司提供的专线服务管理。需求分析做好之后,我们便开始对系统的具体设计进行讨论,重点讨论了系统的功能结构和系统架构以及数据库的设计和数据库中表的设计。在详细设计中阐述了关于系统的角色权限分配和货源的编码。最后是关于系统的具体实现,我们工作到最后呈现出来的一个成果的大体介绍。关键词:区域物流;货源管理;Spring MVC目录
第一章绪论 1
1.1 系统研究背景 1
1.2 国内外研究现状 1
1.3 本课题主要研究内容 2
第二章开发环境及相关技术介绍 4
2.1 系统开发环境和数据库的选择 4
2.2 系统开发语言和数据库简介 4
2.2.1 JAVA的介绍 4
2.2.2 My SQL数据库的介绍 5
2.3 系统开发环境 5
第三章 系统需求分析 7
3.1系统功能分析 7
3.2系统用例分析 8
3.2.1识别角色 8
3.3系统数据流分析 8
3.3.1 顶层数据流图 8
3.3.2 细分数据流图 9
3.4系统流程分析 9
3.5系统功能操作描述 10
第四章 概要设计 12
4.1系统架构 12
4.1.1使用了Spring MVC架构设计 12
4.1.2系统架构的实现 12
4.2系统数据库设计 13
4.2.1数据库逻辑设计 13
4.2.2数据库表结构设计 13
*好棒文|www.hbsrm.com +Q: *351916072*
4系统流程分析 9
3.5系统功能操作描述 10
第四章 概要设计 12
4.1系统架构 12
4.1.1使用了Spring MVC架构设计 12
4.1.2系统架构的实现 12
4.2系统数据库设计 13
4.2.1数据库逻辑设计 13
4.2.2数据库表结构设计 13
第五章详细设计 15
5.1页面的总体设计 15
5.2关于发货的详细设计 15
5.3编码的设计 16
5.4订单管理的详细设计 17
第六章 系统实现 18
6.1货源信息展现和搜索的实现 18
6.2货源发布界面的实现 19
6.3货源订单确认的实现 21
第七章 系统测试分析报告 23
7.1功能测试计划 23
7.2测试用例 23
7.3测试结论 27
结 论 28
致 谢 29
参 考 文 献 30
摘 要
由于网购的发展,物流也变成了我们生活中越来越必不可少的部分。我们需要良好的工具来对物流信息进行管理和控制。而我们这次毕业设计的课题就是就是开发这样一个网站,让所有的用户能够在网站上进行有效及时的信息交换。
本文首先对系统所用的技术进行了讨论,关于我们所用的编程语言JAVA、数据库My SQL以及我们使用的开发工具IDEA。讨论完技术之后,本文开始对区域物流平台做出需求分析,分析这样一个网站需要实现的功能:他对普通用户提供的注册、登陆、搜索、发货等功能;他对车主用户提供的车源信息管理;还有他对物流公司提供的专线服务管理。
需求分析做好之后,我们便开始对系统的具体设计进行讨论,重点讨论了系统的功能结构和系统架构以及数据库的设计和数据库中表的设计。在详细设计中阐述了关于系统的角色权限分配和货源的编码。最后是关于系统的具体实现,我们工作到最后呈现出来的一个成果的大体介绍。
关键词:区域物流;货源管理;Spring MVC
Abstract
Due to the development of online shopping, logistics has become more and more essential in our lives part. We need good tools to logistics information management and control. And this time we graduate design issue is that the development of such a site, so that all users can perform effective and timely exchange of information on the website.
Firstly, the technology used for the system were discussed, we use the programming language ,JAVA, the database,My SQL and the development tools , IDEA. After discussing technology, the paper began to confirm the demands on the regional logistics platform , analysis of such a site needs to implement functions: registration of his ordinary users, login, search, delivery and other functions; it was the owner of a usersupplied vehicle source information management; and it provides leased line service management to logistics company .
After the needs analysis done, we began to discuss the specific design of the system, focusing on the tables in the function of the system architecture and system architecture ,the database design and database design. It describes the role permission assignment and supply of coding on the system in the detailed design. Finally
第一章绪论 1
1.1 系统研究背景 1
1.2 国内外研究现状 1
1.3 本课题主要研究内容 2
第二章开发环境及相关技术介绍 4
2.1 系统开发环境和数据库的选择 4
2.2 系统开发语言和数据库简介 4
2.2.1 JAVA的介绍 4
2.2.2 My SQL数据库的介绍 5
2.3 系统开发环境 5
第三章 系统需求分析 7
3.1系统功能分析 7
3.2系统用例分析 8
3.2.1识别角色 8
3.3系统数据流分析 8
3.3.1 顶层数据流图 8
3.3.2 细分数据流图 9
3.4系统流程分析 9
3.5系统功能操作描述 10
第四章 概要设计 12
4.1系统架构 12
4.1.1使用了Spring MVC架构设计 12
4.1.2系统架构的实现 12
4.2系统数据库设计 13
4.2.1数据库逻辑设计 13
4.2.2数据库表结构设计 13
*好棒文|www.hbsrm.com +Q: *351916072*
4系统流程分析 9
3.5系统功能操作描述 10
第四章 概要设计 12
4.1系统架构 12
4.1.1使用了Spring MVC架构设计 12
4.1.2系统架构的实现 12
4.2系统数据库设计 13
4.2.1数据库逻辑设计 13
4.2.2数据库表结构设计 13
第五章详细设计 15
5.1页面的总体设计 15
5.2关于发货的详细设计 15
5.3编码的设计 16
5.4订单管理的详细设计 17
第六章 系统实现 18
6.1货源信息展现和搜索的实现 18
6.2货源发布界面的实现 19
6.3货源订单确认的实现 21
第七章 系统测试分析报告 23
7.1功能测试计划 23
7.2测试用例 23
7.3测试结论 27
结 论 28
致 谢 29
参 考 文 献 30
摘 要
由于网购的发展,物流也变成了我们生活中越来越必不可少的部分。我们需要良好的工具来对物流信息进行管理和控制。而我们这次毕业设计的课题就是就是开发这样一个网站,让所有的用户能够在网站上进行有效及时的信息交换。
本文首先对系统所用的技术进行了讨论,关于我们所用的编程语言JAVA、数据库My SQL以及我们使用的开发工具IDEA。讨论完技术之后,本文开始对区域物流平台做出需求分析,分析这样一个网站需要实现的功能:他对普通用户提供的注册、登陆、搜索、发货等功能;他对车主用户提供的车源信息管理;还有他对物流公司提供的专线服务管理。
需求分析做好之后,我们便开始对系统的具体设计进行讨论,重点讨论了系统的功能结构和系统架构以及数据库的设计和数据库中表的设计。在详细设计中阐述了关于系统的角色权限分配和货源的编码。最后是关于系统的具体实现,我们工作到最后呈现出来的一个成果的大体介绍。
关键词:区域物流;货源管理;Spring MVC
Abstract
Due to the development of online shopping, logistics has become more and more essential in our lives part. We need good tools to logistics information management and control. And this time we graduate design issue is that the development of such a site, so that all users can perform effective and timely exchange of information on the website.
Firstly, the technology used for the system were discussed, we use the programming language ,JAVA, the database,My SQL and the development tools , IDEA. After discussing technology, the paper began to confirm the demands on the regional logistics platform , analysis of such a site needs to implement functions: registration of his ordinary users, login, search, delivery and other functions; it was the owner of a usersupplied vehicle source information management; and it provides leased line service management to logistics company .
After the needs analysis done, we began to discuss the specific design of the system, focusing on the tables in the function of the system architecture and system architecture ,the database design and database design. It describes the role permission assignment and supply of coding on the system in the detailed design. Finally
版权保护: 本文由 hbsrm.com编辑,转载请保留链接: www.hbsrm.com/jsj/rjgc/1438.html