县级速运物流管理系统的设计与实现
摘 要
经济全球化以及电子商务的兴起,使得现代物流公司货物运输的规模越来越大。在这样的背景下,物流企业的服务质量往往取决于物流企业的未来。通过建立一个科学的物流管理系统,全面整合物流管理信息,对其流程进行优化,最终达到提高物流管理业务效率,缩减运营成本,提升企业竞争力的目的。
本文通过分析当前物流的现状,对于物流管理实现了系统的开发,现以MVC开源框架为基础,使用JSP技术实现前台界面,Servlet技术实现后台服务,采用B/S架构通过MyEclipse 10平台进行开发,使用MySQL进行数据库的建立,运用Java语言对系统进行实现,并运用Web前端技术对系统样式进行优化。
实验证明,物流管理系统能够快速查看商品的基本信息,可以在系统上对用户信息和物流进行增加,更新,删除和审核等操作,能够充分利用资源并提高物流公司的管理。
关键词:速运;物流;管理系统;Web;Java
Design and Implementation of County Speed Transportation Logistics Management System
Abstract
Economic globalization and the rise of e-commerce make the scale of freight transportation of modern logistics companies more and more large. In this context, the service quality of logistics enterprises often depends on the future of logistics enterprises. By establishing a scientific logistics management system, integrating logistics management information and optimizing its process, the purpose of improving logistics management business efficiency, reducing operating costs and enhancing enterprise competitiveness is finally achieved.
Through analyzing the current situation of logistics, this paper realizes the development of the system for logistics management. Based on the MVC open source framework, the JSP technology is used to realize the foreground interface and the Servlet technology to realize the background service. The system style is optimized by Web front-end technology.
The experiment proves that the logistics management system can quickly view the basic information of the goods, can add, update, delete and audit the user information and logistics on the system, and can make full use of the resources and improve the management of the logistics company.
Keywords: express transportation; logistics; management system; Web;Java
目 录
摘 要
Abstract
1绪论
1.1选题背景及意义
1.2发展现状
1.3研究主要内容
2相关技术说明
2.1 Java语言
2.2 Eclipse IDE工具
2.3 AJAX
2.4 Navicat for MySQL工具
2.5系统开发环境概述
2.5.1硬件环境
2.5.2软件环境
3系统分析
3.1可行性分析
3.2数据描述
3.2.1数据流图
3.2.2数据字典
3.3功能需求
3.4性能需求
3.5运行需求
4系统设计
4.1系统功能结构设计
4.2需求分析
4.3数据库设计
4.3.1概念结构设计
4.3.2逻辑结构设计
4.3.3物理结构设计
4.4错误处理
5系统实现
5.1系统首页实现
5.2查询模块
5.2.1通过快递编号查询
5.2.2通过快递编号及地区查询
5.2.3通过快递公司及地区查询
5.2.4通过发送地点和收件地点查询时效
5.2.5通过发送地点和收件地点及重量查价格
5.3登录模块
5.4注册模块
5.5合作伙伴模块
5.6管理员模块
6系统测试
6.1测试概述
6.2白盒测试
6.3黑盒测试
6.3.1登录部分
6.3.2查询模块
6.3.3注册模块
6.3.4合作伙伴模块
6.3.5管理员模块
7 总 结
参考文献
致谢