JSP自行车租赁网站系统设计

本次JSP自行车租赁网站系统是基于Java平台开发的一套小型自行车租赁网站,主要采用JSP为编程技术,数据库则使用sql2008来完成数据之间的转换。


摘 要

时代迈进了21世纪,计算机技术飞速向着网络化、集成化方向前进。原来只能单机操作的软件已经不能满足社会的需求。各种支持网络、多种数据信息的新一代应用软件更新换代而生,形成了信息化社会。信息化的高度发展,导致原来落后的办公软件已经无法配合其进度。办公管理的核心就是信息,是进行决策的依据。信息与物质资源不同,庞大的信息量只能通过计算机来操作。信息爆炸的时代,重要的信息必须进行引导和控制。为了及时满足消费者的消费需求,各种租赁市场也迅速出现。

本次JSP自行车租赁网站系统是基于Java平台开发的一套小型自行车租赁网站,主要采用JSP为编程技术,数据库则使用sql2008来完成数据之间的转换。这篇论文主要介绍了我设计系统的前景,以及我为此使用的技术和设计的过程。论文的重点在第三章的系统分析、第四章的系统设计和第五章的系统实现上。系统设计成功之后可以完成用户注册登录、在线进行自行车的选择和租赁等操作。不仅提供用户不小的便利。也帮助租赁的商家更好的管理车辆和用户信息等。

关键词:租赁;系统;计算机;Java;JSP;sql2008

Abstract

Time into the 21st century, computer technology quickly toward the networked, integrated direction. The traditional stand-alone application software has gradually withdrawn from the stage, A variety of support network, a variety of data information, a new generation of application software replacement, and formed an information society. The formation of information society with microelectronics technology with the ever-changing development, the original backward office software has been unable to meet its progress, the core of office management is information, we need it to make decisions. Information and material resources are different, a huge amount of information can only be operated by the computer. In the era of information blowout, important information must be guided and controlled. Especially now fast-paced life, endless consumption patterns. In order to meet the consumer's timely consumer demand, a variety of rental markets are also emerging.

The JSP bicycle rental website system is based on the Java platform to develop a set of small bike rental website, using JSP for programming technology, the database using sql2008 to establish data conversion between. This paper focuses on the future of my design system and the technology and design process I have used for this purpose. The focus of this paper is in the third chapter of the system analysis, the fourth chapter of the system design and the fifth chapter of the system implementation. With the end of the system we can meet the user registration log, online bike rental and other operations, Not only for the user to provide a small convenience, but also to promote the rental business better management of vehicle and user information.

Keywords: rental; system; computer; Java; JSP; Mysql

目 录

第一章 绪论 1

1.1 课题背景 1

1.2 课题研究目的及意义 1

1.3 国内外研究现状 2

1.4 研究方法及内容 2

第二章 相关技术介绍 4

2.1 JSP简介 4

2.2 servlet简介 4

2.3 JavaBean简介 5

2.4 数据库简介 5

2.5 B/S模式分析 6

第三章 系统分析 8

3.1 需求分析 8

3.1.1 应用和运行需求分析 8

3.1.2 可靠性需求 8

3.1.3 运行环境需求 9

3.1.4 其他需求分析 9

3.2 数据流程分析 9

3.2.1 系统操作流程 9

3.2.2 数据添加流程 10

3.2.3 数据修改流程 10

3.2.4 数据删除流程 11

3.3 可行性分析 11

3.3.1 经济可行性 12

3.3.2 运行可行性 12

第四章 系统设计 14

4.1 系统开发步骤 14

4.2 功能模块设计 14

4.3 数据库概念设计 15