{$cfg_webname}
主页 > 计算机 > Javaweb >

X酒店客房管理信息系统的设计(Eclipse,Java,MySQL)

来源:56doc.com  资料编号:5D20741 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20741
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

X酒店客房管理信息系统的设计(Eclipse,Java,MySQL)(任务书,开题报告,外文翻译,毕业论文12000字,程序代码,MySQL数据库)
摘要
二十一世纪以来,我国经济迅速发展,人们的生活水平也在不断地提高,除了对生活必需品的需求外,人们在外出旅行、商务出差等情况下对“住”的要求也在不断提高。我国的酒店行业将面临着前所未有的机遇和挑战。在这种情况下,酒店行业要想取得比较大的发展,酒店客房管理系统的出现不可阻挡。
X酒店客房管理系统不仅与酒店的实际情况相结合实现了用户与管理员的基本操作,更进一步的对酒店的营业额情况作了一个初步的统计,便于管理人员对酒店进行更好的管理,系统还有损赔登记的功能,管理员可以更好的对酒店客房的出租状态做一个统计。
本系统使用HTML、CSS和JavaScript进行网页的布局和实现,用Java在后台进行数据的处理,使用了MySQL数据库并使其运行在Tomcat服务器上。在进行基本的调试后,本系统运行流畅,操作简单,具有较高的使用价值。

关键词:酒店客房管理系统;Java;MySQL;Tomcat

Abstract
Since the 21st century, China's economy has developed rapidly, and people's living standards have been constantly improving. In addition to the demand for necessities, people's demands for "living" are also increasing under the circumstances of traveling and business trips. China's hotel industry will face unprecedented opportunities and challenges.In this case, the hotel industry in order to achieve the larger development, hotel management system appears unstoppable.
X hotel room management system not only combines with the actual situation of the hotel to realize the basic operation of users and administrators, but also makes a preliminary statistics on the turnover of the hotel, which is convenient for management to better manage the hotel. The system also has the function of loss compensation registration, the administrator can better make a statistics on the rental status of the hotel room.
This system uses HTML, CSS and JavaScript to layout and implement web pages, uses Java to process data in the background, uses MySQL database and uses it on Tomcat server. After basic debugging, the system runs smoothly, has simple operation, and has high use value.

Key Words:Hotel room management system; Java;MySQL;Tomcat
 
系统的开发环境
X酒店客房管理系统具体的开发环境如下:
(1)    系统开发平台:Eclipse
(2)    系统开发语言:Java
(3)    数据库管理系统:MySQL
(4)    服务器:Tomcat
(5)    通信协议:TCP/IP协议
 需求分析
X酒店客房管理信息系统的用户分为三类(游客、普通用户、管理员),主要用户有两类(普通用户、管理员):
(1)游客。拥有的权限只有浏览客房的信息,要想进行进一步的操作如预定客房、查看订单等,需要进行用户注册才可以。
(2)普通用户。根据用户名和密码登录,拥有查看、搜索客房信息,客房预定,查看预订单、订单等功能。
(3)管理员。拥有查询、审核用户的预订单、入住登记等权限,可以对用户、管理员的权限进行调整,例如管理员降级为普通用户、普通用户升级为管理员,并且可以对酒店客房的营业额情况做一个初步的统计,查看统计报表,还可以根据退房时客房的状态进行损赔登记并查看损赔报表等。
 

X酒店客房管理信息系统的设计(Eclipse,Java,MySQL)
X酒店客房管理信息系统的设计(Eclipse,Java,MySQL)
X酒店客房管理信息系统的设计(Eclipse,Java,MySQL)
X酒店客房管理信息系统的设计(Eclipse,Java,MySQL)
X酒店客房管理信息系统的设计(Eclipse,Java,MySQL)
X酒店客房管理信息系统的设计(Eclipse,Java,MySQL)


目录
第1章绪论    1
1.1    背景及意义    1
1.1.1    研究的背景    1
1.1.2    研究的意义    1
1.2    研究现状    1
1.2.1    国外研究现状    1
1.2.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    管理员用例图    5
2.4    业务流程图    5
2.5    数据流程图    6
2.6    数据字典    8
2.6.1    数据项    8
2.6.2    处理逻辑    9
2.6.3    数据存储    10
第3章系统设计    11
3.1    系统开发平台的选择    11
3.2    功能结构设计    11
3.3    编码设计    12
3.4    数据库设计    13
3.4.1    数据库设计意义    13
3.4.2    数据库概念设计    13
3.4.3    数据库逻辑结构设计    17
3.5    程序模块设计    20
3.6    输入输出设计    21
3.6.1    输出设计    21
3.6.2    输入设计    22
第4章系统实施    23
4.1    系统调试    23
4.1.1    模拟运行系统    23
4.2    系统测试    30
4.2.1    系统测试的意义    30
4.2.2    系统测试的设计    30
第5章总结与展望    36
参考文献    37
致谢    38

推荐资料