77范文网 - 专业文章范例文档资料分享平台

基于JAVA的酒店管理系统的设计与实现(毕业论文)

来源:网络收集 时间:2019-01-10 下载这篇文档 手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:或QQ: 处理(尽可能给您提供完整文档),感谢您的支持与谅解。点击这里给我发消息

毕业设计说明书(毕业论文)

题目:基于Java的酒店管理系统的设计与实现

学生所在系: 信息工程系 专 业: 计算机应用技术 班 级: 14级计算机应用技术 学 号: 20141300127 姓 名: 王 莹 指导教师: 付 岩 时 间: 2017年3月22日

摘要

内蒙古师范大学青年政治学院信息工程系毕业设计说明书(毕业论文)

当前酒店管理系统己经得到了充足的发展和完善,一些大的酒店购买了功能强大、数据量处理快速、客户行为研究的软件,借此来提升酒店的核心竞争力。 但是对于一些中小规模的酒店而言,昂贵的系统花费、专人的维护是不现实的, 也是非常不灵活的。一款简单、灵活、经济适用的中小型酒店管理系统的开发非 常具有市场前景。

本文针对上面提到的问题,基于JAVAEE平台设计并实现了一套基于B/S模 式的中小型酒店管理系统,其主要研究的内容如下:

1.本文基于B/S的应用实现模式,设计并实现了一套中小型酒店管理系统,包括了客户订房管理、接待管理、收银管理、客房管理和系统管理五大功能模块,重点解决了人工管理酒店方式的缺点、客房信息的及时反馈问题以及系统访问安全性等难题。

2.本文的开发过程遵守软件工程的理论,详细地介绍了中小型酒店管理系统的开发背景、研究现状、系统业务需求、功能需求、非功能需求、系统架构设计、数据库设计、安全设计,给出了核心功能模块的界面实现和代码实现过程,并对系统做了较为详细的功能测试和性能测试,保证了系统的正确性。

通过在酒店的模拟运行,本系统能够实现简化酒店原有工作流程、提高人员 与相关资源利用率的目的,同时B/S模式的应用能够在一定程度上节约酒店成 本,提高了酒店科学化管理水平。

关键词:酒店管理系统;JAVAEE平台;SQL Sever 2008 R2

Abstract

With the rapid development of the recovery of the global economy and the domestic economy, to date, the hotel is an irreplaceablepart ofcommercial development, the speed of development of the hotel industry is moving beyond

内蒙古师范大学青年政治学院信息工程系毕业设计说明书(毕业论文)

traditional industries, changing into a special service industry. And the hotel management is one of top ten industries in the world.

With the widespread popularity of computers and networks, at this stage, the service of the hotel is no longer limited to \- check out\simple operating mode did. But in the context of the informational technology and electronic commerce, gradually developed into a modern business mode given its wide range of services, comprehensive business, sophisticated infrastructure. With the help of informational technology and network, a professional large hotel management system, that is simpler to operate, providemore convenient for services,give more satisfaction to customer and show highermarket competitiveness, is arisen at the historic moment. If this mechanism is applied in the management of small or medium-scale hotels, it is a waste of resources, and the system is too complicated to maintain.Inorderto improvethe managementof small or medium-scale hotels, make it more convenient, fast, and accurate, as well as to obtain tremendous economic benefit and work more efficiently, to prepare and program an information management system for small or medium-scale hotels is inevitable.

Through market research and feasibility analysis, this paper presents hotel information management system specifically for small and medium-scale hotel, the main contents includes:

1. Requirements analysis of hotel information management system. Firstly, this study gives a preliminary analysis and argumentation for the feasibility of the system from the aspect of technical, operational and economic. Secondly, roughly draw the overall design of the system and a functional block diagram of each module, and the management system is divided into five levels, the level of analysis were carried out then.

2. Specific design for hotelinformation management system. Firstly, determine the overall design of the system overview of basic management modules. Secondly, design of key technologies, development environment and database in detail, which involved in the development of the system. Finally, we drawn diagrams for the implementation of the main function modules, including room management module, financial statistics module, personnel management module and warehouse

内蒙古师范大学青年政治学院信息工程系毕业设计说明书(毕业论文)

management module.

3. Process and system testing. At beginning, home page of the hotel management system was tested. Secondly, the development tools were used to test each subsystem interface, the testing include the interface of user registration and log in, the interface of room reservation for users, the interface of users manage for reception, the interface of objects query, the interface of checkout for reception, the interface of personnel management for manager and the interface of warehouse management. And the final testing was carried out for the operating environment.

From the current perspective, no matter large, small or medium sized hotel companies, hotel management does a good job or not is a key factor directly affect the development of the hotel itself. The system can be effective in helping to save the daily management of the hotel appeared in a variety of problems and improve the operational capacity of the hotel, the hotel to promote good services and rapid development.

Keywords: JavaEE; small or medium-scale hotels; SQL Server 20098 R2

目 录

Abstract............................................................ 2 第1章 绪论......................................................... 1

1.1背景......................................................... 1 1.2酒店管理系统的现状........................................... 2 1.3本文的主要工作及组织结构..................................... 2 第2章 开发工具..................................................... 4

2.1开发工具..................................................... 4

内蒙古师范大学青年政治学院信息工程系毕业设计说明书(毕业论文)

2.1.1 Eclipse................................................ 4 2.1.2 SQL Sever 2008 R2...................................... 5 图2-2 SQL Sever 2008 R2 ..................................... 6

第3章 需求分析.................................................... 7

3.1可行性分析................................................... 7 3.2 系统功能分析 ................................................ 8 第四章 系统设计.................................................... 10

4.1数据库设计.................................................. 10 4.2系统界面设计................................................ 12

4.2.1系统登录界面设计 ...................................... 12 4.2.2主界面设计 ............................................ 12 4.2.3订房信息界面设计 ...................................... 13 4.2.4接待管理界面设计 ...................................... 14 4.2.5结账界面设计 .......................................... 15 4.2.6客户管理界面设计 ...................................... 15 4.2.7退出系统界面设计 ...................................... 16

第5章 系统的实现.................................................. 17

5.1系统框架设计................................................ 17

5.1.1系统登录模块设计 ...................................... 17 5.1.2主界面模块设计 ........................................ 18 5.1.3为数据库建立连接类 .................................... 19 5.2基本信息管理模块............................................ 20

5.2.1房建项目设置 .......................................... 20 5.2.2客户类型设置 .......................................... 21 5.2.3计费设置 .............................................. 23 5.3.2营业查询 .............................................. 24 5.4旅客信息管理模块............................................ 25

5.4.1旅客信息查询 .......................................... 25

第6章 系统运行与测试.............................................. 27 参 考 文 献........................................................ 27 致 谢........................................................... 29

百度搜索“77cn”或“免费范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,免费范文网,提供经典小说综合文库基于JAVA的酒店管理系统的设计与实现(毕业论文)在线全文阅读。

基于JAVA的酒店管理系统的设计与实现(毕业论文).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印 下载失败或者文档不完整,请联系客服人员解决!
本文链接:https://www.77cn.com.cn/wenku/zonghe/415408.html(转载请注明文章来源)
Copyright © 2008-2022 免费范文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ: 邮箱:tiandhx2@hotmail.com
苏ICP备16052595号-18
× 注册会员免费下载(下载后可以自由复制和排版)
注册会员下载
全站内容免费自由复制
注册会员下载
全站内容免费自由复制
注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: