毕业设计说明书
美特好商品物流管理系统
学生姓名: 学号:
学 院:
专 业:
指导教师:
2014 年 06 月
贾旺
1021010727
软件学院
软件工程
郝喜 张卓鹏
中 北 大 学 2014 届 毕 业 生 毕 业 设 计 ( 论 文 ) 摘 要
美特好商品物流管理系统
摘 要
随着社会经济的不断发展,作为“第三利润源”的物流越来越引起人们的关
注,其中物流配送车辆优化调度问题是物流中关键的一环,对其进行优化调度,
可以提高物流经济效益、实现物流科学化。
本文对第三方物流车辆管理系统,进行了分析与设计。首先描述了第三方物
流车辆管理系统的课题背景,国内外物流调度管理系统的应用现状。然后经过对
现代物流企业现状要求的研究,对本系统进行了系统分析,包括:业务流程分析、
功能需求分析和数据流程分析。接着再在系统分析的基础上进行具体设计,并用
JAVA 语言实现。本文的最后是对本系统的一个总结以及对其发展进行了展望
关键词:java,物流配送,B/S,JSP
中 北 大 学 2014 届 毕 业 生 毕 业 设 计 ( 论 文 ) 摘 要
Design and implementation ofgoodsupermarket logistics
Abstract
As social and economic development, logistics as "the third profit source" cause for
concern, logistics vehicle scheduling problem is a key logistics and to optimize the scheduling
can improve logistics economy effective logistics scientific.
In this paper, the third-party logistics vehicle management system, analysis and design.
First describes the background of the subject of the third-party logistics vehicle management
system, the application status of the domestic and international logistics scheduling
management system. And then, after the study requested the status of modern logistics
enterprises, the system of systems analysis, including: business process analysis, functional
requirements analysis and data flow analysis. Then the system analysis based on the specific
design and JAVA language. The end of this article is a summary of the system and its
development prospect.
Keywords: Logistics and distribution management system,JSP,B / S structure
中 北 大 学 2014 届 毕 业 设 计 说 明 书
第 I 页 共Ⅱ页
目录
1 绪 论 ...................................................................1
1.1 课题背景...............................................................1
1.2 目的和意义.............................................................2
1.3 开发工具及技术.........................................................3
1.3.1 开发工具.............................................................3
1.3.1.1 MyEclipse .........................................................3
1.3.1.2 Tomcat ............................................................3
1.3.1.3 Mysql .............................................................3
1.3.2 JSP .................................................................3
1.3.3 JavaScript ..........................................................4
1.4 软硬件需求.............................................................5
2 需求分析 ................................................................6
2.1 需求调研...............................................................6
2.2 可行性分析.............................................................6
2.2.1 技术的可行性.........................................................6
2.2.2 经济的可行性.........................................................7
2.2.3 操作可行性...........................................................7
2.2.4 法律的可行性.........................................................7
2.3 系统用户用例图.........................................................7
2.3.1 管理员用例图.........................................................7
2.4 功能模块需求分析.......................................................8
2.5 设计的基本思想.........................................................8
2.6 性能需求...............................................................9
2.6.1 系统的安全性.........................................................9
2.6.2 数据的完整性.........................................................9
2.7 界面需求...............................................................9
3 系统分析与设计 .........................................................11
3.1 数据库的分析与设计....................................................11
中 北 大 学 2014 届 毕 业 设 计 说 明 书
第 II 页 共Ⅱ页
3.1.1 数据库的概念结构设计................................................11
3.1.2 数据库的逻辑结构设计................................................15
3.1.3 数据库的连接原理....................................................17
3.2 中文乱码问题处理......................................................18
4 系统功能实现............................................................21
4.1 系统登陆页面实现......................................................21
4.2 系统首页设计..........................................................23
4.3 车辆管理模块..........................................................24
4.3.1 车辆信息录入........................................................24
4.4 车辆加油管理..........................................................25
4.4.1 车辆加油添加........................................................25
4.5 车辆维修管理..........................................................26
4.6 订单管理..............................................................26
4.7 客户管理..............................................................26
4.8 派车管理..............................................................27
4.9 线路管理..............................................................27
4.10 选择线路管理.........................................................28
4.11 修改密码.............................................................28
4.12 安全退出系统.........................................................29
5 系统测试 ...............................................................30
5.1 系统测试目的与意义....................................................30
5.2 测试过程..............................................................30
5.2.1 主页面的登录模块测试................................................30
5.3 其他错误..............................................................31
6 结论 ...................................................................32
参考文献 .................................................................33
致谢 .....................................................................35