摘 要
随着计算机网络的飞速发展,Internet技术越来越广泛的应用,网络覆盖的区域不断扩大,给酒店业计算机应用带来了蓬勃发展的机遇。
采用全新的计算机网络和管理系统,将成为提高酒店管理效率,改善服务水准的重要手段之一。所以城市酒店入住信息管理系统是酒店经营不可缺少的现代工具。系统的主要功能包括:会员管理、类别管理、客房管理、预订管理。
本系统前台主要使用JSP作为开发语言,后台使用MySQL作为数据库管理系统,开发环境是MyEclipse,服务器采用tomcat,开发出的一个基于Web技术的B/S结构的酒店管理系统。
关键词:酒店,管理系统,JSP,B/S结构
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
目 录
摘 要 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
4.1系统登陆页面实现 19
4.2总体功能模块 20
4.2.1注册会员管理 21
4.2.2类别信息管理 22
4.2.3客房信息管理 24
4.2.4预订信息管理 27
4.2.5公告信息管理 29
4.2.6留言信息管理 31
4.2.7修改密码 33
4.2.8退出系统 33
4.3前台网站模块 33
4.3.1网站首面 33
4.3.2用户注册 34
4.3.3客房信息查看 35
4.3.4客房预订 36
4.3.5客房评论 37
4.3.6系统留言板功能 37
第五章 系统测试 39
5.1系统测试目的与意义 39
5.2测试过程 39
5.2.1主页面的登录模块测试 39
5.3其他错误 40
结 论 41
参考文献 42
致 谢 43