软件工程毕业设计(论文)-基于web的宾馆客房管理系统的设计与实现(

上传人:aa****6 文档编号:34070322 上传时间:2018-02-20 格式:DOC 页数:39 大小:787KB
返回 下载 相关 举报
软件工程毕业设计(论文)-基于web的宾馆客房管理系统的设计与实现(_第1页
第1页 / 共39页
软件工程毕业设计(论文)-基于web的宾馆客房管理系统的设计与实现(_第2页
第2页 / 共39页
软件工程毕业设计(论文)-基于web的宾馆客房管理系统的设计与实现(_第3页
第3页 / 共39页
软件工程毕业设计(论文)-基于web的宾馆客房管理系统的设计与实现(_第4页
第4页 / 共39页
软件工程毕业设计(论文)-基于web的宾馆客房管理系统的设计与实现(_第5页
第5页 / 共39页
点击查看更多>>
资源描述

《软件工程毕业设计(论文)-基于web的宾馆客房管理系统的设计与实现(》由会员分享,可在线阅读,更多相关《软件工程毕业设计(论文)-基于web的宾馆客房管理系统的设计与实现((39页珍藏版)》请在金锄头文库上搜索。

1、齐 齐 哈 尔 大 学毕业设计(论文)题 目 基于 Web 的宾馆客房管理系统的设计与实现 学 院 计算机与控制工程学院 专业班级 软件工程 081 班 学生姓名 指导教师 成 绩 2012 年 06 月 16 日齐齐哈尔大学毕业设计(论文)I摘 要随着社会经济的飞速发展,酒店、宾馆在服务行业中扮演的角色越来越重要。在酒店、宾馆的运作期间,其管理和服务水平直接影响到酒店形象和声誉。采用计算机这一现代化工具作为管理的辅助手段可以提高服务质量,尽可能做到让客户满意,同时也需要一套酒店管理系统对客人、费用、房间的正确处理和保存等。基于 C/S 结构的管理软件开发困难,业务变更或改变不够灵活,增加了维

2、护和管理的难度,进一步的业务拓展困难较多,并且兼容性差。基于 B/S 的酒店客房管理系统可以实现对客房的科学化、规范化、查询顾客情况、订房信息、以及结算信息等,有助于提高管理的效率,方便酒店对客房的实际情况进行集中的查询与管理工作,以改善整个酒店的工作效率和服务质量。本文采用了当今比较流行的框架 Struts2 + Spring+ Hibernate 的系统结构,通过介绍 Struts 的 MVC 结构、基本组成和结构以及 Hibernate 的基本对象,并将三种框架技术整合起来应用到系统中,给出一个具体的实例配置,前端采用 Struts 的 MVC 框架,中间层采用 Spring,底层采用

3、Hibernate,提高了系统代码的可重用性和开发效率。经测试,本系统的实现策略是可行的,能够满足中小型宾馆客房管理的需求,实现了对工作效率的提升。关键词:宾馆;客房;MVC 框架;管理系统齐齐哈尔大学毕业设计(论文)IIAbstractWith the rapid economic development of society , the hotel , the guesthouse inservice industry in the role of more and more important. In a hotel , thehotel duringthe operation, the

4、 management and service level directly affect thehotels image andreputation. Using a computer to the modern tools as amanagement auxiliary instrument,it can improve the service quality, as far aspossible, do let customer satisfaction, alsoneed a hotel management system inthe guest room , cost, the p

5、roper management andpreservation . Based on C/Sstructure of management software development difficulties,business changes orchange flexible enough, increased the difficulty of maintenance andmanagement,further business to expand more difficult, and poor compatibility.Based onB/S hotel guest room man

6、agement system can realize the rooms,scientific, standardized,and inquires , booking information, customer information and settlement , and improvethe management efficiency,convenient hotel rooms,the fact ofconcentration and management of inquires, in order to improve the whole hotelwork efficiency

7、and service quality.This paper adopted the more popular framework Struts2+Spring+Hibernate systemstructure, through the introduction of the Struts structure, basic MVC composition andstructure and the basic objects Hibernate,and the three frame technology applied to thesystem together,give a specifi

8、c example configuration,the Struts MVC framework front,the intermediate Spring, the bottom Hibernate, and improve the system code reusabilityand efficiency of development.By test, the realization of the system of the strategy is feasible,can meetthe needsof small and medium-sized hotel room manageme

9、nt , realize the workefficiency of ascension.Key words: Hotel; Guest room; MVC framework; Management system齐齐哈尔大学毕业设计(论文)III目 录摘要 .IAbstract .II第 1 章 绪论 .11.1 课题研究的背景及意义 .11.2 客房管理系统及相关技术研究现状 .11.3 课题的研究目的与内容 .11.3.1 课题的研究目标 .21.3.2 课题的主要工作和研究内容 .21.4 设计说明书结构 .3第 2 章 系统开发相 关技术的简介 .42.1 系统开发环境 .42.1.

10、1 软件开发环境 .42.1.2 数据库开发工具 MySQL 5.1.42.1.3 开发工具 MyEclipse8.5.52.2 主要开发技术 .52.2.1 Struts2 简介 .52.2.2 Hibernate 简介 .52.2.3 Spring 简介 .6第 3 章 系统的需求 分析 .83.1 目前小型宾馆运营中存在的问题 .83.2 功能分析 .83.2.1 系统业务流程 .83.2.2 用例模型 .93.2.3 业务流程分析 .103.3 可行性分析 .103.3.1 经济可行性 .113.3.2 技术可行性 .113.3.3 操作可行性 .11第 4 章 系统的概要设计 .124.1 系统功能结构框架 .12齐齐哈尔大学毕业设计(论文)IV4.2 数据库设计 .124.2.1 数据库概念设计 .134.2.2 数据库逻辑结构设计 .

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号