{$cfg_webname}
主页 > 电子信息 > 信息工程 >

汽车租赁管理系统的设计与实现

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

汽车租赁管理系统的设计与实现(12600字)
摘  要:汽车租赁管理系统是一个基于Internet,采用B/S(Browser/Server,浏览器/服务器模式)模式,并根据现有的企业管理系统的现状而设计开发的服务于企业的电子平台。
论文首先介绍了企业管理平台的现状及开发背景,然后论述了系统的设计目标,系统需求和总体设计方案,较详细的论述了系统的详细设计和实现。最后,对企业管理系统的前台应用软件进行了一些简单介绍。
本文以JSP为开发技术,实现了一个虚拟的汽车租赁管理系统。该信息管理系统分为管理员管理后台、会员信息查询两块独立的模块。本系统为管理员提供实现了以下功能:车辆信息管理,会员信息管理,车辆维修保养记录管理,租车信息管理,密码修改等功能;为会员提供了在线租车,租车超期记录查询,车辆信息查询,修改密码等功能;通过这些功能模块的设计,基本上满足了小型租车公司对车辆的监控,对客户关系的维系。
在设计方面,系统采用B/S三层结构,同时使用JSP技术进行动态页面的设计,从系统的安全性和代码的可重用性方面考虑,运用JavaBean对程序的关键代码进行封装。后台数据库选用SQL Server2000数据库。
关键字: JSP;B/S结构;JavaBean;SQL Server2000

The System Design and Implementation of Car Rental
Abstract: Taxi company information management system is based on Internet, using B / S ( Browser / Server, browser / server ) mode, and according to the existing enterprise management system and the status of design and development services to the business platform.
The thesis first introduces the management platform of enterprises the status quo and development background, and then discusses the system design objectives, system requirements and design program, more detailed discussion of the detailed design and realization. Finally, the management system of enterprise application software has made some brief introduction.
This paper uses JSP as the development technology, to achieve a virtual taxi company information management system. The information management system is divided into administrators management background, driver information and customer information inquiry of three blocks of independent modules. The system administrator to achieve the following functions: driver management, customer management, vehicle management, driver management vehicle accidents, vehicle driver configuration management, performance management functions; provide the driver with a personal evaluation scores of inquiries, examination of the personal information management, query, modify passwords and other functions; to provide customers with a driver search and evaluation, personal information management, password modification. The function module design, basically meet the small taxi company for monitoring vehicles, the driver examination management, customer relationship.
It is designed with B/S mode of three-level structure, and used JSP technology in dynamic page design. Considering from the security and reusing code of the system, key codes has been secured by JavaBean technology. SQL Server2000 database has been used as the background database.
Key words:JSP;B/S structure;JavaBean;SQL Server2000

 系统说明
本系统是一个中小型的企业信息化管理系统,可以为各类用户提供方便的在线信息查询、管理,符合目前国内流行的管理平台模式。用户可以在系统中实现注册、查询等功能;管理员可以通过用户管理、车辆管理,个人信息管理等管理功能来对系统进行维护更新、对企业员工进行管理调控、对客户关系进行维系。
2.2  系统特点   
(1)本系统完全基于Web技术,只要能连接Internet,就能访问本系统。
(2)采用JSP加SQL开发,具有管理方便,代码简单易懂,体积小巧的特点。
(3)可以完全通过网页登录管理系统,维护方便。
(4)各种功能模块独立性强,可以根据需要任意组合。
(5)具有清新简洁方便的界面,操作简单。
(6)支持所有的Windows系列操作系统。
2.3  系统功能简介
2.3.1 基本功能
(1)会员注册
(2)会员登陆
(3)会员查询车辆信息
(4)会员添加租车信息
(5)会员查看所有的租车信息
(6)会员修改密码
2.3.2  高级功能
(1)管理员登录
(2)会员管理(添加/删除/编辑会员)、管理用户资料
(3)车辆管理(添加/删除/编辑车辆)
(4)车辆出租管理(添加/删除/编辑车辆出租信息)、管理车辆租用信息
(5)车辆维修保养管理(添加/删除/编辑车辆维修保养信息)
(6)管理员密码修改

目   录
摘要    1
关键词    1
1   前言    3
2   概述        3
2.1  系统说明    5
2.2  系统特点    5
2.3  系统功能简介    5
2.3.1  基本功能    5
2.3.2  高级功能    5
3  开发环境介绍    5
3.1  JSP简介    5
3.2  Struts构架技术简介    7
3.3  系统数据库介绍    10
3.3.1  数据库的概念    10
3.3.2  “结构化查询语言”(SQL)简介    11
3.4  系统运行环境配置    12
4  总体设计    12
4.1  开发背景    12
4.2  功能分析    13
4.3  数据流图    16
4.4  系统结构分析    16
4.4.1  逻辑结构    16
4.4.2  物理结构    16
5  数据库设计    17
5.1  数据表的介绍    17
5.2  用户模块设计概述    19
5.2.1  系统原理    19
5.2.2  用户模块的程序流程图    20
6  详细设计    20
6.1  系统设计及界面    21
6.1.1  管理员管理平台    21
6.1.2  会员功能    31
6.1.3  系统框架核心    32
7  结束语    32
参考文献    33
致 谢    34

推荐资料