基于BS架构的物流管理系统设计与实现毕业论文
2021-11-02 21:12:47
摘 要
随着互联网的普及,实现物流信息化是必然,物流管理系统应运而生。物流管理系统可以缩短物流过程,提升物流企业的业务办理效率,优化物流企业的管理模式。观望我国物流企业市场,物流管理系统发展潜力巨大。为此进行本课题的设计,是十分有意义的。
本文描述设计与实现基于B/S结构的物流管理系统的过程。本系统采用JSP JavaBean Servlet模式。开发工具为MySQL、Tomcat与Eclipse。设计流程是需求分析、概要设计、详细设计。最终设计的系统为客户与管理员服务,实现注册登录、业务办理、信息管理等。系统界面美观、实用,基本符合物流管理的需求。
本系统提供便捷的管理服务,提升办公效率,对物流企业信息化管理有一定实用价值。
关键词:JSP;物流管理;系统设计
Abstract
With the popularity of the Internet, it is inevitable to realize logistics informatization, and a logistics management system came into being. The logistics management system can shorten the logistics process, improve the efficiency of the logistics business, and optimize the management mode of the logistics enterprise. Looking at my country's logistics enterprise market, the development potential of the logistics management system is huge. It is very meaningful to design this topic for this purpose.
Thesis describes the process of designing and implementing a logistics management system. The system bases on B/S architecture.The system uses JSP JavaBean Servlet mode.The development tools are Eclipse, MySQL and Tomcat.The design process is demand analysis, summary design, detailed design. The finally designed system serves customers and administrators, and realizes registration, business management, and information management. Interface design beautiful, practical, meet the needs of logistics management.
.This system provides convenient management service, improves the efficiency of the office, and has certain practical value for the information management of logistics enterprises.
Key Words:JSP; logistics management; systematic design
目 录
第1章 绪论 1
1.1 研究目的及意义 1
1.2 国内外研究现状 1
1.3 论文内容及章节安排 2
第2章 开发工具、技术及环境配置 3
2.1 开发工具 3
2.2 技术概述 3
2.3 开发环境配置 4
2.4 本章小结 5
第3章 需求分析 6
3.1 可行性分析 6
3.2 功能描述 6
3.2.1 前台功能 6
3.2.2 后台功能 7
3.3 业务流程描述 7
3.4 本章小结 7
第4章 系统概要设计 8
4.1 数据库设计 8
4.1.1 概念结构设计 8
4.1.2 逻辑结构设计 8
4.1.3 物理结构设计 9
4.2 系统结构与功能设计 13
4.2.1 前台模块设计 13
4.2.2 后台模块设计 14
4.3 本章小结 16
第5章 系统详细设计 17
5.1 前台模块流程 17
5.1.1 首页模块 17
5.1.2 客户中心模块 18
5.2 后台模块流程 20
5.2.1 人事管理模块 20
5.2.2 客户服务模块 21
5.2.3 财务管理模块 22
5.2.4 运务管理模块 23
5.2.5 系统管理模块 24
5.3 系统工程实现 24
5.3.1 项目分层分析 24
5.3.2 数据层实现 26
5.3.3 表示层实现 26
5.3.4 业务逻辑层实现 28
5.4 系统功能实现 29
5.4.1 注册功能实现 29
5.4.2 登录功能实现 30
5.4.3 修改记录功能实现 32
5.4.4 删除记录功能实现 33
5.4.5 查看记录功能实现 34
5.5 本章小结 35
第6章 系统功能测试 36
6.1 前台首页 36
6.2 登录注册 37
6.2.1 页面显示 37
6.2.2 用例测试 37
6.3 客户中心 38
6.3.1 页面显示 38
6.3.2 用例测试 40
6.4 后台登录 44
6.5 客户服务模块 45
6.5.1 页面显示 45
6.5.2 用例测试 46
6.6 财务管理模块 46
6.6.1 页面显示 46
6.6.2 用例测试 47
6.7 人事管理页面 48
6.7.1 页面显示 48
6.7.2 用例测试 49
6.8 运务管理模块 50
6.8.1 页面显示 50
6.8.2 用例测试 52
6.9 系统管理模块 53
6.10 本章小结 53
第7章 结论与展望 54
7.1 课题总结 54
7.2 课题展望 54
7.3 个人心得 55
参考文献 56
附录A 工程代码 57
附A1 分层说明代码 57
附A2 注册功能实现代码 59