基于SSH的企业车辆管理系统的设计与实现毕业论文+源码+数据库+辅导视频
摘 要随着经济的日益增长,车辆作为最重要的交通工具,在企事业单位中得以普及,单位的车辆数目已经远远不止简单的几辆,与此同时就产生了车辆资源的合理分配使用问题。企业车辆管理系统运用现代化的计算机管理手段,不但可以对车辆的使用进行合理的管理,而且对车辆的使用情况进行跟踪记录,这对于单位车辆责任到人,费用清晰,避免责任混乱、费用虚假等一系列相应问题的解决。系统的主要功能包括:车辆管理、驾驶员管理及出车信息管理。本系统前台主要使用JSP作为开发语言,后台使用SQServer作为数据库管理系统,开发环境是MyEclipse,服务器采用tomcat,开发出的一个基于Web技术的B/S结构的企业车辆管理系统。关键词:车辆,管理系统,JSP,B/S结构ABSTRACTWith 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目 录摘 要 IABSTRACT II第一章 绪论 11.1课题背景 11.2目的和意义 11.3开发工具及技术 21.3.1开发工具 21.3.2 JSP 21.3.3 JavaScript 31.3.4 Struts 2简介 41.3.5 Hibernate简介 41.4软硬件需求 5第二章 需求分析 62.1需求调研 62.2可行性分析 62.2.1技术的可行性 62.2.2经济的可行性 62.2.3操作可行性 62.2.4法律的可行性 72.3系统用户用例图 72.3.1管理员用例图 72.4功能模块需求分析 72.5设计的基本思想 82.6性能需求 92.6.1系统的安全性 92.6.2数据的完整性 92.7界面需求 9第三章 系统分析与设计 113.1数据库的分析与设计 113.1.1数据库的概念结构设计 113.1.2数据库的逻辑结构设计 133.1.3数据库的连接原理 153.2中文乱码问题处理 16第四章 系统功能实现 184.1系统登陆页面实现 184.2总体功能模块 194.2.1注册会员管理 204.2.1类别信息管理 224.2.3商品信息管理 244.2.4系统管理 264.2.5修改密码 284.2.6退出系统 284.3前台网站模块 294.3.1网站首面 294.3.2用户注册 294.3.3免费信息发布 304.3.4商品信息修改 314.3.4商品信息查看 33第五章 系统测试 365.1系统测试目的与意义 365.2测试过程 365.2.1主页面的登录模块测试 365.3其他错误 37结 论 38参考文献 39致 谢 40