当前位置:文档之家› 汽车服务管理系统毕业设计

汽车服务管理系统毕业设计

┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线┊┊┊┊┊┊┊┊┊┊┊┊┊名车坊汽车服务管理系统[摘要] 随着计算机的普及和计算机科学技术的飞速发展,人们开始越来越多地利用计算机解决实际问题。

汽车服务管理系统是现代企业信息管理的重要部分之一,面对大量的汽车百货零件信息、汽车装饰、汽车美容、汽车保养以及员工的工资绩效管理等,采用传统的纸张处理信息将浪费大量的时间、人力和物力,且数据的准确性低。

因此,开发一个界面友好,易于操作的汽车服务管理系统软件进行自动化处理变得十分重要,这正是本系统开发的目的和意义。

作为动态页面的实现,JSP技术已经形成了一整套独有的理论。

JSP是Microsoft提出的一种网络服务器端编程环境。

JSP已经成为开发动态网站的重要而快速、有效的工具。

JSP强大的功能使之成为一种优秀的服务器技术。

随着网络技术的日益成熟,JSP技术在网络编程中也变得越来越重要。

所以,在在本次毕业设计中采用了JSP作为开发工具,构建了一个能实现简单的小型管理系统——名车坊汽车服务管理系统。

本系统采用Myeclipse7.0和JDK Version1.6开发工具,它提供的各种内部及外部控件,可以帮助我们设计出功能强大,页面有好的管理系统;服务器选择Tomcat6.0版本。

另外在本次设计中,选择MySQL 作为后台数据库,由于它本身通过一个高度优化类库实现SQL函数库,使得查询速度快而且查询初始化之后没有任何内存分配,使得开发系统更加的方便。

本论文针对该系统的各个方面,对开发过程中涉及到的技术和工具都分别进行了阐述。

系统功能主要包括以下方面:人员信息管理、汽车百货信息管理、汽车装饰管理、汽车美容管理、汽车保养管理以及人员工资报表等。

[关键词] JSP技术;汽车服务;管理系统┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线┊┊┊┊┊┊┊┊┊┊┊┊┊Square Cars Car Service Management System[Abstract]With the proliferation of computers and the rapid development of computer science and technology, more and more people began using computers to solve practical problems. Automotive Service Management System is a modern enterprise information management an important part of the face of a large number of vehicles department stores part information, car decoration, car, vehicle maintenance and performance management, staff wages, the use of traditional paper processing of information will waste a lot of time , human and material resources, and the low accuracy of the data. Therefore, the development of a user-friendly, easy automotive service management system software for automated processing becomes very important, which is the purpose of the system development and significance.As the realization of dynamic pages, JSP technology has formed a set of unique theory. JSP is Microsoft proposed a network server-side programming environment. JSP has become an important and dynamic website development fast and effective tool. JSP powerful features make it an excellent server technology. With the increasing maturity of network technology, JSP technology in network programming has become increasingly important. Therefore, in this graduation project using JSP as a development tool to build a simple small-scale management systems - China Car Corner Auto Service Management System. The system uses Myeclipse7.0 and JDK Version1.6 development tools, it provides a variety of internal and external controls that can help us to design powerful, the page have a good management system; server selection Tomcat6.0 version. Also in this design, select MySQL as the backend database, because its own highly optimized class library by a SQL function library, so check and check fast no memory allocation after initialization, making the development system more convenient.This thesis focuses on various aspects of the system, involved in the process of developing the technology and tools are described. System functions include the following areas: information management, information management department car, automobile decoration management, car management, vehicle maintenance management and staff salaries reporting.[Keywords] JSP Technology Automotive Service Management System┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线┊┊┊┊┊┊┊┊┊┊┊┊┊目录1 绪论 (1)1.1课题意义 (1)1.2课题目的 (1)1.2.1系统目标设计 (1)1.2.2系统功能要求 (2)2开发工具和环境介绍 (3)2.1 JSP简介 (3)2.2 JavaScript简介 (3)2.3 jQuery简介 (4)2.4系统数据库介绍 (4)2.4.1数据库的概念 (4)2.4.2MySQL简介 (5)2.5开发环境 (6)3需求分析 (7)3.1设计背景 (7)3.2用户需求 (7)3.3系统架构的选择 (8)3.4逻辑结构 (10)3.5物理结构 (10)3.6概念结构设计 (11)4数据库设计 (13)4.1 数据库实体关系图设计 (13)4.2 数据库逻辑结构设计 (16)4.3 数据字典 (17)4.3.1 数据项 (17)4.3.2数据结构 (19)4.3.3数据流 (20)4.3.4数据存储 (20)┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线┊┊┊┊┊┊┊┊┊┊┊┊┊4.3.5处理过程 (21)5详细设计 (22)5.1 划分功能模块 (22)5.2 系统的基本流程 (23)5.3 程序流程图 (24)5.4操作数据库的实现 (25)5.4.1连接池的工作原理 (25)5.4.2操作数据库的代码实现 (25)5.4.2数据库连接的关闭 (26)5.5 系统实现 (27)6系统测试与维护 (29)6.1系统测试方法 (29)6.2系统维护 (30)7结束语 (33)致谢 (34)参考文献 (35)┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线┊┊┊┊┊┊┊┊┊┊┊┊┊1 绪论1.1课题意义从汽车美容概念进中国市场到现在已经有十几年的时间了,汽车美容方式的不断升级及美容服务的“星级化”告诉业内人士,汽车美容行业已经正式走了成熟发展时期。

的确,中国有庞大的汽车市场,是汽车美容市场火爆的可靠保障。

看好这个市场的商家纷纷向行业进军,一时之间汽车美容店遍地开花,汽车美容连锁也成了行业热门话题。

汽车服务行业的确是“黄金产业”,主要是因为该行业属于社会经济发展的产物,是随着汽车保有量的增加而自然形成的新兴行业,她具有技术含量高和专业人才匮乏的现实发展特点,属于“先发展先受益”的行业。

初步形成一定的行业规范,但总体来说我国的汽车后服务市场刚刚开始,从服务模式和发展模式等方面的行业特征还不够稳定,今后几年之内必然要进行一轮残酷的竞争,重新洗牌的结果是真正意义上的规范经营的汽车美容装饰养护服务业的开始。

但是我国的管理信息化水平还处在初级阶段,主要表现在对信息的交互、人力物力的管理以及信息的大力推广等方面,而面对庞大的信息量,这时的人工管理几乎无法实现,在这种情况下用数据库进行管理变的尤为必要,这可以发挥计算机的优势,就需要有汽车服务管理系统来提高汽车服务管理工作的效率.通过这样的系统,可以做到信息的规范管理,科学统计和快速的查询,从而减少管理方面的工作量和减少人为的错误。

1.2课题目的1.2.1系统目标设计使得汽车服务管理工作更加清晰、条理化、自动化。

相关主题