本 科 毕 业 设 计 (论 文 )
题目 企业车辆管理系统
学院名称
专业班级
学生姓名
导师姓名
年 月 日
目 录
摘 要 ........................................................................................................................................I
ABSTRACT ..................................................................................................................................1
第 1 章 绪 论 .......................................................................................................................2
1.1 研究背景 .........................................................................................................................2
1.2 设计思想..........................................................................................................................2
1.3 研究目的和内容..............................................................................................................2
第 2 章 关键技术介绍 ...........................................................................................................4
2.1 系统开发工具 .................................................................................................................4
2.2 JSP 技术............................................................................................................................4
2.3 MYSQL 数据库..................................................................................................................5
2.4 B/S 结构 ...........................................................................................................................5
第 3 章 系统分析 ...................................................................................................................7
3.1 开发目标..........................................................................................................................7
3.2 可行性分析......................................................................................................................7
3.2.1 技术可行性 ..............................................................................................................7
3.2.2 操作可行性 ..............................................................................................................8
3.2.3 经济可行性 ..............................................................................................................8
3.2.4 时间可行性 ..............................................................................................................8
3.3 界面分析..........................................................................................................................8
3.4 性能分析..........................................................................................................................9
3.4.1 系统安全性 ...............................................................................................................9
3.4.2 数据完整性 ...............................................................................................................9
3.5 系统 UML 用例分析 ........................................................................................................9
3.6 流程分析........................................................................................................................10
3.6.1 操作流程 .................................................................................................................10
3.6.2 添加信息流程 .........................................................................................................11
3.6.3 删除信息流程 .........................................................................................................12
第 4 章 系统设计 .................................................................................................................13
4.1 系统结构设计 ...............................................................................................................13
4.2 系统开发流程设计 .......................................................................................................13
4.3 数据库设计 ...................................................................................................................14
4.3.1 数据库实体(E-R 图) ...........................................................................................14
4.3.2 数据库表设计 .........................................................................................................15
第 5 章 系统实现 .................................................................................................................18
5.1 登录模块的实现 ...........................................................................................................18
5.2 车辆管理模块的实现....................................................................................................18
5.3 员工管理界面................................................................................................................19
5.4 车辆费用管理................................................................................................................19
5.5 申请用车界面................................................................................................................20
5.6 审批申请管理界面........................................................................................................20
5.7 归还车辆管理界面........................................................................................................21
5.8 奖惩管理管理界面........................................................................................................21
第 6 章 系统测试 .................................................................................................................22
6.1 测试方法 .......................................................................................................................22
6.2 测试过程........................................................................................................................22
6.3 测试策略........................................................................................................................23
6.4 测试安排......................................................................................................................23
6.5 测试分析......................................................................................................................23
总 结 .......................................................................................................................................24
致 谢 .....................................................................................................................................25
参考文献 .................................................................................................................................26
I
摘 要
本企业车辆管理系统设计目标是实现企业车辆的信息化管理,提高管理效率,使得
车辆管理工作规范化、
本文研究的企业车辆管理系统基于当前较为流行的 B/S(浏览器/服务器)结构,采
用 JAVA 编程语言和 MYSQL 数据库设计开发。通过本系统,满足了不同权限用户的需求,
包括系统管理员和员工,管理员登录后功能模块包括个人中心、车辆管理、员工管理、
车辆费用管理、用车申请管理,员工可以进行在线申请用车、进行审核、调度等。本系
统经过测试,运行效果稳定,操作方便、快捷,是一个功能全面、实用性好、安全性高,
并具有良好的可扩展性、可维护性的企业车辆管理平台。
论文首先阐述了企业车辆管理系统的开发,并对该系统进行了较详细的需求分析,
探讨了企业车辆管理系统的功能需求、业务流程、系统结构和数据库设计等方面的问题。
望能利用先进的计算机技术和网络技术来改变目前的车辆管理状况,提高管理效率。
关键词:企业车辆管理系统;MYSQL 数据库;Java 编程语言
1
Abstract
The design goal of the enterprise vehicle management system is to realize the
informatization management of enterprise vehicles, improve the management efficiency,
make the vehicle operation management work standardized,
The enterprise vehicle management system studied in this paper is based on the currently
popular B / S (browser / server) structure, and is designed and developed using JAVA
programming language and MYSQL database. Through this system, the needs of users with
different permissions are met, including system administrators and employees. After the
administrator logs in, the functional modules include personal center, vehicle management,
employee management, vehicle cost management, and vehicle application management.
Employees can apply online. Vehicle, audit, dispatch, etc. This system has been tested and has
stable operating effects, convenient and fast operation, and is an enterprise vehicle
management platform with comprehensive functions, good practicability, high safety, and
good scalability and maintainability.
The thesis first elaborated the development of the enterprise vehicle management system,
and carried out a detailed requirements analysis of the system, and discussed the functional
requirements, business processes, system structure, and database design of the enterprise
vehicle management system. Hope to use advanced computer technology and network
technology to change the current vehicle operation management situation and improve
management efficiency.
Keywords: Enterprise vehicle management system; MYSQL database; Java programming
language