内蒙古工工业大学毕业设计(论文) 摘要
I
毕业设计(论文)
系 所:
软件工程系
专 业:
软件工程
学生姓名:
学生学号:
指导教师:
导师职称:
完成日期:
论文题目:汽车维修管理系统的设计与实现
内蒙古工工业大学毕业设计(论文) 摘要
II
汽车维修管理系统的设计与实现
摘 要
随着计算机技术的高速发展,现代计算机系统已经从以计算为中心向以信息化处理
为中心的方向发展。而汽车维修,不仅需要在硬件上为现代社会的人们提供一个汽车维
修的平台,获取汽车知识的环境,更要在软件上为车辆提供汽车维修的服务。于是汽车
维修管理系统便应运而生。
目前在本课题范围内,分析了汽车维修管理人员对汽车的管理现状和现有的用户对
汽车维修管理人员的服务的要求。针对两者的要求,设计了一套基于 SpringMVC 的汽
车维修管理系统。本系统的集成开发环境是 Eclipse,使用 MySQL 作为数据库管理系统,
Web 服务器采用 Tomcat,运用 SpringMVC 及 Spring3.0 框架技术实现。为了充分利用
网络信息化的优势,本系统采用 B/S 结构。系统具有专门的供用户使用的前台和专门供
汽车维修管理人员使用的后台。汽车维修管理系统,首页展示汽车维修管理系统的欢迎
界面,管理员对车辆进行管理、查看、修改等操作,车辆对自己信息进行查看、修改等
操作,对于用户而言可体验日常汽车管理的流程以及在线查询汽车的信息。
在汽车维修管理系统的实现下,汽车维修管理人员能够充分发挥信息化处理的优势,
提高日常管理的处理速率。用户一方可以更好的享受信息化处理带来的便利。系统运行
内蒙古工工业大学毕业设计(论文) 摘要
III
能够稳定且高效。并且人机友好程度能够显著提升。
关键词:汽车维修管理,SpringMVC,B/S
内蒙古工工业大学毕业设计(论文) Abstract
IV
Design and implementation of automobile
maintenance management system
Abstract
With the rapid development of computer technology, the modern computer system has
developed from the computation-centered to the information-based processing. And the car
maintenance, not only in the hardware for the modern society to provide a car maintenance
platform, to acquire the car knowledge of the environment, but also in the software for the car
owners to provide car maintenance services. Then the car maintenance management system
came into being.
At present, in the scope of this subject, this paper analyzes the current situation of automobile
maintenance management personnel and the service requirements of existing users to
automobile maintenance management personnel. Aiming at the requirements of both, a vehicle
maintenance management system based on SpringMVC is designed. The integrated
development environment of this system is Eclipse, using MySQL as the database management
system, Web server using Tomcat, using SpringMVC and Spring3.0 framework technology to
achieve. In order to make full use of the advantages of network informatization, the system
adopts B/S structure. The system has a dedicated front desk for users and a special background
for car maintenance management personnel. Car maintenance management system, the home
page shows the welcome interface of the car maintenance management system, the
administrator to the owner of the management, view, modify and other operations, the owner
of their own information to view, modify and other operations, for users can experience the
daily car management process and online query car information.
With the realization of the automobile maintenance management system, the automobile
maintenance management personnel can give full play to the advantages of information
treatment and improve the processing rate of daily management. The user can better enjoy the
convenience of information processing. The system runs stably and efficiently. And the degree
of human-computer friendliness can be significantly improved.
Key words: Automobile maintenance management, SpringMVC, B / S
内蒙古工工业大学毕业设计(论文) 目录
V
目 录
摘 要 .....................................................................................................................................I
ABSTRACT........................................................................................................................II
第 1 章 项目概述..........................................................................................................1
1.1 问题描述 ..........................................................................................................................1
1.2 项目目标 ..........................................................................................................................1
1.3 项目适用范围.................................................................................................................1
1.4 项目应遵守的规范与标准..........................................................................................1
1.5 涉众....................................................................................................................................1
第 2 章 需求分析..........................................................................................................2
2.1 业务需求 ..........................................................................................................................2
2.1.1 业务流程...................................................................................................................2
2.1.2 业务对象...................................................................................................................4
2.2 功能性需求......................................................................................................................4
2.2.1 用例概述...................................................................................................................4
2.2.2 用例细化描述...........................................................................................................5
2.3 非功能性需求...............................................................................................................11
2.4 运行环境 ........................................................................................................................11