基于JSP的旅店登记系统的设计与实现 - 图文 下载本文

内容发布更新时间 : 2024/5/14 5:28:51星期一 下面是文章的全部内容请认真阅读。

本科毕业设计(论文)

题目:JSP的旅店登记系统的设计与实现

院 系: 工学院计算机系 专 业: 软件技术

班 级: 软件技术 学 号: XXXXXXXXX 姓 名: XX 指导教师: XXX

烟台南山学院教务处制 二〇一六年六月

烟台南山学院毕业设计(论文)原创性声明

本人郑重声明:所呈交的学位论文,是本人在导师的指导下进行研究工作所取得的成果。除文中已经注明引用的内容外,本论文不含任何其他个人或集体已经发表或撰写过的研究成果。对本文的研究做出重要贡献的个人和集体,均已在论文中作了明确的说明并表示了谢意。本声明的法律结果由本人承担。

论文作者签名:

年 月 日

烟台南山学院关于毕业设计(论文)使用授权的说明

本人完全了解烟台南山学院有关保留、使用学士学位论文的规定,即:学校有权保留、送交论文的复印件,允许论文被查阅,学校可以公布论文的全部或部分内容,可以采用影印或其他复制手段保存论文。

指导教师签名: 论文作者签名:

年 月 日 年 月 日

JSP的旅店登记系统的设计与实现

摘 要

随着社会和经济的发展,旅店业逐渐发达,管理难度也逐渐增加,为了提高工作效率,降低成本,同时减少出错率,使用计算机管理旅店信息已经越发的重要。我国加入WTO之后,旅店业的准入门槛已经降低,大量的大型旅店已经投入运营,为了能够提供更好、更快的服务,采用计算机管理旅店已经是必不可少的事情了。

本系统采用Java设计,数据库使用mysql,该系统采用jsp应用开发,具有管理旅店的基础功能,预定,入住,消费,退房等。

本文介绍了在Eclipse环境下采用struts2框架和hibernate框架构建旅店登记系统。文章介绍了旅店管理管理系统的系统分析部分,包括可行性等;系统设计部分主要介绍了系统功能设计和数据库设计及代码设计;系统实现部分说明了几个主要模块的算法,本系统界面友好,操作简单,比较实用。

关键字:旅店登记系统 struts2 hibernate mysql

烟台学院毕业设计(论文) 第II页

An Analysis of the Characteristics of

Advertising English

ABSTRACT

With the development of society and economy, the hotel industry has gradually developed, the management difficulty also increases gradually, in order to improve the work efficiency, reduce costs, and reduce the error rate, using computer to manage the hotel information has been more and more important. After China's accession to the WTO, the hotel industry access threshold has been reduced, many large hotels have been put into operation, in order to provide better, faster service, using computer to manage the hotel is essential.

Java design is adopted in the system, the database using mysql, the system uses JSP application development, has the basic function of management, hotel reservation, check-in, check-out consumption, etc.

This article describes the Eclipse environment, using Struts2 framework and Hibernate framework construction of hotel management system. This paper introduces the system analysis part hotel management system, including feasibility and so on; the system design part mainly introduced the system function design and the database design and the code design; the system realization part explained several main modules algorithm, this system friendly interface, the operation is simple, quite practical.

Key words: hotel management system Struts2 hibernate MySQL

烟台学院毕业设计(论文) 第III页

目 录

第1章 绪 论 ..................................................................................................................... 1

1.1选题背景以及意义 ................................................ 1 1.2国内外研究现状及发展趋势 ........................................ 2 1.3课题研究的意义 .................................................. 2 第2章 需求分析 ................................................................................................................. 3

2.1系统现状 ........................................................ 3 2.2 可行性分析 ...................................................... 3

2.2.1经济可行性 ................................................. 3 2.2.2 技术可行性 ................................................ 3 2.2.3 社会可行性 ................................................ 4 2.3 总体设计原则 .................................................... 4

2.3.1易用性原则 ................................................. 4 2.3.2实用性原则 ................................................. 4 2.3.3技术先进性和成熟性原则 ..................................... 4

第3章 系统分析 ................................................................................................................. 5

3.1 开发平台 ........................................................ 5 3.2 功能模块分析 .................................................... 5

3.2.1用户信息模块 ............................................... 5 3.2.2房间信息模块 ............................................... 5 3.2.3操作记录模块 ............................................... 6 3.2.4入住记录模块 ............................................... 6 3.2.5顾客信息模块 ............................................... 6 3.3 非功能性需求分析 ................................................ 6 第4章 系统设计 ................................................................................................................. 7

4.1 功能设计 ........................................................ 7

4.1.1系统用户组成 ............................................... 7 4.1.2前台管理员功能 ............................................. 7 4.1.3其它员工功能 ............................................... 8 4.1.4管理员功能 ................................................. 8 4.2 数据库设计 ...................................................... 9

4.2.1 数据库逻辑设计 ............................................ 9 4.2.2 数据库实现 ................................................ 9 4.2.3 数据库表设计 .............................................. 9 4.3 功能设计 ....................................................... 10

4.3.1 系统开发工具 ............................................. 10 4.3.2系统开发框架 .............................................. 11

第5章 系统实现 ............................................................................................................... 13

5.1 功能实现 ....................................................... 13

5.1.1 通用功能 ................................................. 13 5.1.2 非通用功能 ............................................... 13 5.2 用户功能模块 ................................................... 13