摘 要
随着经济的日益增长,车辆作为最重要的交通工具,在企事业单位中得以普及,单位的车辆数目已经远远不止简单的几辆,与此同时就产生了车辆资源的合理分配使用问题。
企业车辆管理系统运用现代化的计算机管理手段,不但可以对车辆的使用进行合理的管理,而且对车辆的使用情况进行跟踪记录,这对于单位车辆责任到人,费用清晰,避免责任混乱、费用虚假等一系列相应问题的解决。系统的主要功能包括:车辆管理、驾驶员管理及出车信息管理。
本系统前台主要使用JSP作为开发语言,后台使用SQServer作为数据库管理系统,开发环境是MyEclipse,服务器采用tomcat,开发出的一个基于Web技术的B/S结构的企业车辆管理系统。
关键词:车辆,管理系统,JSP,B/S结构
ABSTRACT
With the economy growing, the vehicle as the most important means of transportation in enterprises and institutions, the popularity of the vehicle, the unit has been far more than the number of simple several cars, at the same time it has a vehicle resources rational allocation and use of.
Enterprise vehicle management system the use of modern computer management means, can not only for use in a vehicle for rational management, but also for vehicle usage tracking record for the unit to the vehicle, the responsibility to the people, the cost clear, avoid responsibility confusion, false charges such as a series of problem solving. The main functions of the system include: vehicle management, driver management and vehicle information management.
The front of the system using JSP as a development language, the use of SQServer as a database management system, the development environment is MyEclipse, server using tomcat, developed a Web technology based on B / S structure of enterprise vehicle management system.
Key words: vehicle, management system, JSP, B / S structure
目 录
摘 要I
ABSTRACTII
第一章 绪论1
1.1课题背景1
1.2目的和意义1
1.3开发工具及技术2
1.3.1开发工具2
1.3.2 JSP2
1.3.3 JavaScript3
1.3.4 Struts 2简介4
1.3.5 Hibernate简介4
1.4软硬件需求5
第二章 需求分析6
2.1需求调研6
2.2可行性分析6
2.2.1技术的可行性6
2.2.2经济的可行性6
2.2.3操作可行性6
2.2.4法律的可行性7
2.3系统用户用例图7
2.3.1管理员用例图7
2.4功能模块需求分析7
2.5设计的基本思想8
2.6性能需求9
2.6.1系统的安全性9
2.6.2数据的完整性9
2.7界面需求9
第三章 系统分析与设计11
3.1数据库的分析与设计11
3.1.1数据库的概念结构设计11
3.1.2数据库的逻辑结构设计13
3.1.3数据库的连接原理15
3.2中文乱码问题处理16
第四章 系统功能实现18
4.1系统登陆页面实现18
4.2总体功能模块19
4.2.1注册会员管理20
4.2.1类别信息管理22
4.2.3商品信息管理24
4.2.4系统管理26
4.2.5修改密码28
4.2.6退出系统28
4.3前台网站模块29
4.3.1网站首面29
4.3.2用户注册29
4.3.3免费信息发布30
4.3.4商品信息修改31
4.3.4商品信息查看33
第五章 系统测试36
5.1系统测试目的与意义36
5.2测试过程36
5.2.1主页面的登录模块测试36
5.3其他错误37
结 论38
参考文献39
致 谢40