摘 要
本物流管理系统设计目标是实现物流的信息化管理,提高管理效率,使得物流管理作规范化、科学化、高效化。
本文重点阐述了物流管理系统的开发过程,以实际运用为开发背景,基于SSM框架,运用了Java编程语言和MYSQL数据库进行开发,充分保证系统的安全性和稳定性。本系统界面良好,操作简单方便,通过系统概述、系统分析、系统设计、数据库设计、系统测试这几个部分,详细的说明了系统的开发过程,最后并对整个开发过程进行了总结,实现了物流相关信息管理的重要功能。
本物流管理系统运行效果稳定,操作方便、快捷,界面友好,是一个功能全面、实用性好、安全性高,并具有良好的可扩展性、可维护性的物流管理平台。
关键词:物流管理,Java编程语言,SSM框架,MYSQL数据库
Abstract
The design goal of this logistics management system is to realize the information management of logistics, improve management efficiency, and make logistics management standardized, scientific and efficient.
This article focuses on the development process of the logistics management system, based on the actual application of the development background, based on the SSM framework, using the Java programming language and MYSQL database for development, to fully ensure the security and stability of the system. The system has a good interface, simple and convenient operation. Through the system overview, system analysis, system design, database design, system testing, the development process of the system is explained in detail. Finally, the whole development process is summarized and realized An important function of logistics-related information management.
The logistics management system has stable operation effect, convenient and fast operation, and friendly interface. It is a logistics management platform with comprehensive functions, good practicability, high safety, and good scalability and maintainability.
Key words:Logistics management, Java programming language, SSM framework, MYSQL database
目 录
摘 要
Abstract
1 绪论
1.1 研究背景
1.2 设计原则
1.3 论文结构安排
2 关键技术简介
2.1 JAVA技术
2.2 MYSQL数据库
2.3 B/S结构
2.4 SSM框架
3 系统分析
3.1 可行性分析
3.1.1 技术可行性
3.1.2 经济可行性
3.1.3 操作可行性
3.1.4法律可行性
3.2 系统性能分析
3.3 系统功能分析
3.4 系统技术框架分析
3.5 系统流程分析
3.5.1开发流程
3.5.2登录流程
3.5.3 注册流程
3.5.4添加信息流程
4 系统设计
4.1 系统结构设计
4.2 系统顺序图设计
4.2.1登录模块顺序图
4.2.2添加信息模块顺序图
4.3 系统数据库设计
4.3.1 数据库E-R图设计
4.3.2 数据库表设计
5 系统的实现
5.1 登录模块的实现
5.2 注册模块的实现
5.3 用户管理模块的实现
5.4 配送员管理模块的实现
5.5 站点信息管理模块的实现
5.6 寄件订单管理模块的实现
5.7 仓库管理模块的实现
6 系统测试
6.1 测试目的
6.2测试步骤
6.3测试方法
6.4测试结果
7 结论
参考文献
致 谢