摘 要

本代驾服务系统是针对目前代驾服务的实际需求,从实际工作出发,对过去的代驾服务系统存在的问题进行分析,结合计算机系统的结构、概念、模型、原理、方法,在计算机各种优势的情况下,采用目前最流行的B/S结构和java中流行的MVC三层设计模式和myeclipse编辑器、MySQL数据库设计并实现的 。本代驾服务系统主要包括系统用户管理模块、商家信息管理模块、代驾线路信息管理、车辆信息管理、代驾管理、登录模块、和退出模块等多个模块。它帮助代驾服务实现了信息化、网络化,通过测试,实现了系统设计目标,相比传统的管理模式,本系统合理的利用了代驾服务数据资源,有效的减少了代驾服务的经济投入,大大提高了代驾服务的效率。

关键词:代驾服务;MVC模式;MySQL数据库

ABSTRACT

This travel through train service system is aimed at the actual needs of the current travel through train service. From the actual work, the problems existing in the past travel through train service system are analyzed, and the structure, concept, model, principle, and method of the computer system are combined. Under the various advantages of the computer, the most popular B/S structure and the popular MVC three-layer design model in Java and the myclipse editor, MySQL database design and implementation are used. This travel through train service system mainly includes system user management module, business information management module, travel line information management, vehicle information management, travel through train management, login module, and exit module. It has helped the tourism through train service to realize informatization and networking. Through testing, it has achieved the goal of system design. Compared with the traditional management model, the system has reasonably used the data resources of the tourism through train service and effectively reduced the economic investment of the tourism through train service. Has greatly improved the efficiency of the travel through train service.

 

key words:Travel through train service; The MVC pattern; Essentially a database

 

 

目  录

摘 要

ABSTRACT

目  录

第1章 绪论

1.1开发背景

1.2开发意义

1.3研究内容

第2章 主要技术和工具介绍

2.1 JSP语言

2.2 MySQL数据库

2.3 jsp技术

2.4MVC模式

第3章 系统分析

3.1可行性分析

3.1.1经济可行性

3.1.2技术可行性

3.1.3操作可行性

3.2需求分析

3.3业务流程分析

3.4数据流程分析

第4章 系统设计

4.1系统结构设计

4.2功能模块设计

4.3数据库设计

4.3.1数据库设计概述

4.3.1概念设计

4.3.2表设计

第5章  系统实现

5.1基本任务

5.2登录模块的实现

5.2.1首页实现

5.2.2管理员后台登录

5.3用户模块的实现

5.3.1线路预定管理模块的实现

5.3.2预定管理模块的实现

5.4管理员模块的实现

5.4.1用户管理模块的实现

5.4.2密码修改模块的实现

5.4.3商家信息管理模块的实现

5.4.4线路信息管理模块的实现

5.4.5代驾管理模块的实现

5.5.5评论管理实现

第6章  系统测试

6.1测试目的

6.2测试概述

6.3单元测试

6.3.1注册测试

6.3.2登录测试

6.4集成测试

第7章  总结

致  谢

参考文献