基于 java 的酒店管理系统
毕业设计(论文)资料
设计(论文)题目:
酒店管理系统
基于 java 的酒店管理系统
I
摘 要
随着计算机网络的飞速发展,Internet 技术越来越广泛的应用,网络覆盖的区域不
断扩大,给酒店业计算机应用带来了蓬勃发展的机遇。
采用全新的计算机网络和管理系统,将成为提高酒店管理效率,改善服务水准的重
要手段之一。所以城市酒店入住信息管理系统是酒店经营不可缺少的现代工具。系统的
主要功能包括:会员管理、类别管理、客房管理、预订管理。
本系统前台主要使用 JSP 作为开发语言,后台使用 MySQL 作为数据库管理系统,开
发环境是 MyEclipse,服务器采用 tomcat,开发出的一个基于 Web 技术的 B/S 结构的酒
店管理系统。
关键词:酒店,管理系统,JSP,B/S 结构
基于 java 的酒店管理系统
II
ABSTRACT
With the rapid development of computer network, Internet is more and more extensive
application, the network coverage area to expand ceaselessly, computer applications to the
hotel industry has brought great development opportunity.
The use of new computer network and management system, hotel management will be to
increase efficiency, improve the standard of service is one of the important means. So the
Urban Inn occupancy hotel information management system is an indispensable business tool
for the modern. The main functions of the system include: membership management, category
management, room management, booking management.
The front of the system using JSP as a development language, the use of MySQL as a
database management system, the development environment is MyEclipse, server using
tomcat, developed a Web technology based on B / S structure of the hotel management
system.
Key words: Hotel, management system, JSP, B / S structure
基于 java 的酒店管理系统
III
目 录
摘 要....................................................................................................................I
ABSTRACT .........................................................................................................II
第一章 绪论.........................................................................................................1
1.1 课题背景........................................................................................................................1
1.2 目的和意义....................................................................................................................1
1.3 开发工具及技术............................................................................................................2
1.3.1 开发工具..............................................................................................................2
1.3.2 JSP........................................................................................................................2
1.3.3 JavaScript.............................................................................................................3
1.3.4 Struts 2 简介 ........................................................................................................4
1.3.5 Hibernate 简介.....................................................................................................4
1.4 软硬件需求....................................................................................................................5
第二章 需求分析.................................................................................................6
2.1 需求调研........................................................................................................................6
2.2 可行性分析....................................................................................................................6
2.2.1 技术的可行性......................................................................................................6
2.2.2 经济的可行性......................................................................................................6
2.2.3 操作可行性..........................................................................................................6
2.2.4 法律的可行性......................................................................................................7
2.3 系统用户用例图............................................................................................................7
2.3.1 管理员用例图......................................................................................................7
2.4 功能模块需求分析........................................................................................................7
2.5 设计的基本思想............................................................................................................8
2.6 性能需求........................................................................................................................9
2.6.1 系统的安全性......................................................................................................9
2.6.2 数据的完整性......................................................................................................9
2.7 界面需求........................................................................................................................9
第三章 系统分析与设计...................................................................................11
3.1 数据库的分析与设计..................................................................................................11
3.1.1 数据库的概念结构设计....................................................................................11
3.1.2 数据库的逻辑结构设计....................................................................................14
3.1.3 数据库的连接原理............................................................................................16
3.2 中文乱码问题处理......................................................................................................17
第四章 系统功能实现.......................................................................................19
基于 java 的酒店管理系统
IV
4.1 系统登陆页面实现......................................................................................................19
4.2 总体功能模块..............................................................................................................20
4.2.1 注册会员管理....................................................................................................21
4.2.1 类别信息管理....................................................................................................23
4.2.3 客房信息管理....................................................................................................25
4.2.4 预订信息管理....................................................................................................29
4.2.5 公告信息管理....................................................................................................30
4.2.6 留言信息管理....................................................................................................33
4.2.7 修改密码............................................................................................................34
4.2.8 退出系统............................................................................................................35
4.3 前台网站模块..............................................................................................................35
4.3.1 网站首面............................................................................................................35
4.3.2 用户注册............................................................................................................35
4.3.3 客房信息查看....................................................................................................37
4.3.4 客房预订............................................................................................................38
4.3.5 客房评论............................................................................................................38
4.3.6 系统留言板功能................................................................................................39
第五章 系统测试...............................................................................................41
5.1 系统测试目的与意义..................................................................................................41
5.2 测试过程......................................................................................................................41
5.2.1 主页面的登录模块测试....................................................................................41
5.3 其他错误......................................................................................................................42
结 论.................................................................................................................43
参考文献.............................................................................................................44
致 谢.................................................................................................................45