您的位置:首页 > 其它

基于WEB的自行车租赁管理系统设计与实现

2015-10-26 10:52 756 查看
[摘要] 步入二十一世纪,伴随着城市化发展的步伐的加快,机动交通的普及直接导致了现代交通压力的日益增大,于是自行车这种出行方式因它的环保便捷而逐渐流行。同时由于自行车作为一种户外运动的流行,自行车已经逐步成为一种全新的生活态度,于是自行车的个性化也就已经开始成为当下的趋势。本文从对自行车管理的市场需求、可执行性、设计环境、系统结构、实现流程等方面系统化地介绍了自行车管理系统从分析、设计到实现的整个过程开发技术的高速发展。

    本系统是一个管理自行车租赁的管理系统,以B/S模式为开发架构,使用Java语言综合应用JSP及Mysql数据库以及前端技术,实现了一个基于WEB的自行车管理系统,该系统主要有管理员和用户两类用户,主要功能有自行车管理、人员管理和自行车租赁的。

[关键词]WEB;自行车管理;JSP;MYSQL  

The mobile development and operation management system Based on WEB 

[Abstract] With the rapid development of the mobile terminal development technology. Mobile development and operation become the hot technology. The development and management in the operation it is also a key point, the basic functional requirements of mobile development, operation and management, in B/S mode for the development of architecture, the use of Java language, Struts2 framework of integrated application of Hibernate framework, Spring framework and Mysql database as well as front end technology, based on the realization of a mobile development operation management platform WEB, the system consists of management development and management interface, developers, application store and operation function, greatly facilitate the mobile development and operation of the daily business processes.

[Key Words]App development management; Struts2;Hibernate;Spring

目  录

目录

引 言 VI

1. 绪 论 1

1.1简述 1

1.2自行车管理系统发展史 1

1.3课题的研究现状及意义 2

1.3.1课题的研究现状 2

1.3.2课题的研究意义 2

1.4本文的主要工作 2

2. 系统需求分析 4

2.1功能需求分析 4

2.2系统实现可行性分析 4

2.2.1技术可行性分析 4

2.2.2环境可行性分析 5

3. 系统概要设计 6

3.1系统主要界面设计 6

3.1.1系统登录界面 6

3.1.2系统主界面 6

3.1.3系统功能模块界面 6

3.2系统功能模块设计 6

3.2.1自行车管理模块设计 7

3.2.2借还管理模块设计 7

3.2.3会员管理模块设计 8

3.2.4充值管理模块设计 8

3.2.5维修管理模块设计 9

3.2.6系统管理模块设计 9

4.  系统详细设计 10

4.1运行环境的搭建与部署 10

4.2系统体系架构 10

4.3系统业务流程 11

4.4系统数据库设计 12

4.4.1数据库总体设计 12

4.4.2数据字典 12

5. 系统的实现 14

5.1系统界面的实现 14

5.1.1系统登录界面的实现 14

5.1.2系统主界面的实现 14

5.1.3系统功能模块界面的实现 15

功能模块是用户进行不同功能操作的界面,如图5.4。 15

5.2系统各功能模块的实现 16

5.2.1自行车管理的实现 16

5.2.2借还管理模块的实现 17

5.2.3会员管理模块的实现 20

5.2.4充值管理模块的实现 20

5.2.5其他模块的实现 21

5.3系统所用到的关键技术 21

5.3.1中文乱码处理 21

页面字符集设置 21

6. 软件测试 22

6.1软件测试的定义及目的 22

6.2软件测试方式 22

6.3对本系统的测试 22

结  论 23

致谢语 24

参考文献 25

了解更多请登录:我爱毕设网            雪蓝工作室
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  管理 设计 web