{$cfg_webname}
主页 > 计算机 > JSP >

基于数据库和JAVA的网上汽车租赁管理系统的设计(MySQL)

来源:wenku163.com  资料编号:WK16313258 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK16313258
资料介绍

基于数据库和JAVA的网上汽车租赁管理系统的设计(MySQL)(论文11000字,程序代码,MySQL数据库)
摘要:本文用JAVA编程语言为主体,用JDBC连接MySQL数据库来设计和实现这个系统。具体方法用以JAVA为脚本的JSP语言和B/S结构搭建出完整的Web网页管理系统。论文主要介绍了这个系统的研究背景,和主要的功能模块以及它具体的实现方法和过程。另外重点说明了系统设计相关技术和操作过程以及实现过程中出现的一些相关问题的解决方法。
本文还着重讨论了本设计和其他的一些网上汽车租赁系统的发展与创新的地方。本系统是顺应当今电子商务的潮流,自然也增加了一些电子商务带来的一些新鲜特征。比如本设计增加了对客户在本平台进行实名认证的流程,另外创新的实现了客户与客户之间直接的线上交流。除此之外还有其他创新的地方,如在实现高效系统管理的同时,本汽车租赁管理系统提供的服务除了提供车给客户自驾租赁外,还吸收新鲜的时代潮流,提供代驾服务,及带司机的租赁服务,这个不仅可以提供分内的租赁服务,甚至可以为有驾驶和相关方面能力的人提供一些赚取额外佣金的机会。
关键字:汽车租赁;JSP;MySQL;B/S;电子商务;
With The Implementation Of Rental System Design   Of Automobile
Abstract:In this paper, using the JAVA programming language as the main body, with a JDBC connection MySQL database to design and implement this system. Specific methods used to JAVA for the script of the JSP language and B/S structure to build a complete Web page management system. Paper mainly introduced the research background of this system, and the main functional modules and its specific implementation method and process. Also emphasizes the related technology and the system design in the process of the implementation and operation process of some related problem solutions.
This paper also emphatically discusses the design and other online car rental system of development and innovation. This system is adapt to the trends of e-commerce, nature also added some e-commerce brings some new characteristics. Added to customers such as the design on the platform to new certification process, and the realization of the innovation direct online communication between the customers and clients. There are other innovation place, at the same time of efficient system management, this car rental management system to provide the services in addition to offer customers drive car rental, and absorb the new trend of The Times, to provide driving services, and rental with driver's services, this not only can provide part of rental service, can even for driving and the related aspects ability some chance to earn extra commission.
Key words: Auto Rental; JSP; MySQL; B/S; E-Commerce
 

基于数据库和JAVA的网上汽车租赁管理系统的设计(MySQL)
基于数据库和JAVA的网上汽车租赁管理系统的设计(MySQL)
基于数据库和JAVA的网上汽车租赁管理系统的设计(MySQL)
基于数据库和JAVA的网上汽车租赁管理系统的设计(MySQL)


目  录
1.绪论    1
1.1.研究背景和现状    1
1.1.1.研究背景    1
1.1.2.国内外研究现状    1
1.2.研究意义与目的    1
1.2.1.研究意义    1
1.2.2.研究目的    2
1.3.系统设计需求分析    2
1.3.1.系统所用的工具分析    2
1.3.2.应用和运行需求分析    2
1.4.系统实现可行性分析    2
1.4.1.系统经济可行性    2
1.4.2.系统技术可行性    3
1.4.3.系统运行可行性    3
1.4.4.设计与实现时间可行性    3
1.4.5.法律可行性    3
2.设计思路    3
2.1.研究方法及设计思路    3
2.1.1.研究方法    4
2.1.2.设计思路    4
3.系统设计与实现过程    5
3.1.系统功能模块    5
3.2.系统主控流程    6
3.3.系统ER图    7
3.4.系统详细实现    8
3.4.1.系统登陆页面    8
3.4.2.本系统的主要程序目录    8
3.4.3.登陆后的主控界面    10
3.4.4.系统用户管理模块    11
3.4.5.车辆信息管理模块    11
3.4.6.客户信息管理模块    12
3.4.7.租金管理模块    13
3.4.8.信息统计模块    14
3.4.9.租赁信息管理模块    15
4.具体的数据库设计    15
4.1.在MyEclipse中连接数据库    15
4.2.MySQL中数据库表的设计    17
4.2.1.管理员用户表的设计    17
4.2.2.管理员登陆日志表的设计    17
4.2.3.车辆表的设计    18
4.2.4.客户租赁信息表的设计    18
4.2.5.系统信息表的设计    19
4.2.6.租金信息表的设计    19
4.3.关键模块的ER图    20
4.3.1.admin 管理员e-r图    20
4.3.2.car车辆信息e-r图    20
4.3.3.ht客户信息e-r图    21
4.3.4.zj租赁信息e-r图    21
4.4.MySQL数据库的实现    22
4.4.1.用Navicat管理数据库    22
4.4.2.系统管理员表实现    22
4.4.3.管理员登陆日志表实现    23
4.4.4.车辆信息表实现    23
4.4.5.客户信息表实现    23
4.4.6.系统说明表实现    23
4.4.7.租金信息表实现    24
5.系统测试和总结    24
5.1代码调试    24
5.2.系统功能模块测试        24
5.3.总结    25
参考文献    25
致谢    26

推荐资料