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

金港酒店宾馆信息管理系统的设计(SSM,MySQL)

来源:wenku163.com  资料编号:WK16313272 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK16313272
资料介绍

金港酒店宾馆信息管理系统的设计(SSM,MySQL)(任务书,开题报告,论文说明书14000字,程序代码,MySQL数据库)
摘要
伴随着科技日新月异的发展,计算机的信息管理系统已是企业中不可或缺的一部分。而对于宾馆来说,信息管理系统更是提高管理效率,方便管理的好工具。本论文根据当前时代宾馆的发展状况,结合金港宾馆的实际状况,对金港宾馆管理系统进行了分析和设计,对系统的关键业务和实现的技术方法作了详细的分析和探讨。宾馆管理系统是一个基于javaweb的项目,在开发工具上选择了myeclipse10,以MySQL作为数据库,以tomcat8为服务器,利用SSM框架来完成课题制作。本系统分为用户和管理员两个模块,其中用户模块的的重点功能在于预定功能、评论功能以及会员功能。管理员模块的重点功能是客房管理功能里的房价管理和统计分析里面的按月份分析各种类型的房间的入住情况。本系统的实现加深了我对计算机技术知识的认识,但系统还存在一系列问题,页面也很简陋,需要改进的地方很多,在未来的日子还需不断努力。
关键词:宾馆信息管理系统;MySQL;javaweb;B/S结构
Abstract
With the rapid development of science and technology, computer information management system has become an indispensable part of enterprises. As for hotels, information management system is a good tool to improve management efficiency and facilitate management. According to the development of the current state of the era of the hotel, this paper combined with the actual status of the golden port hotel, on the golden port hotel management system analysis and design, the system of key business method and implementation of technology has made the detailed analysis and discussion. Hotel management system is a project based on javaweb. Myeclipse10 was selected as the development tool, MySQL as the database, tomcat8 as the server, and SSM framework was used to complete the project. The system is divided into two modules: user and administrator. The key functions of the user module are reservation function, comment function and membership function. The key function of the administrator module is the house price management and the monthly analysis of various types of rooms in the room management function. The implementation of this system deepened my understanding of computer technology knowledge, but there are a series of problems, system page is also very humble, there's a lot need to improve, and in the future still need continuous efforts.
Keyword: Hotel information management system, Mysql, javaweb, B/S Structure
金港宾馆信息管理系统是一个经典的信息管理系统,本系统分为两个子系统,分别为面向用户的预定系统和管理员管理系统。
对于用户,可以实现预定功能,便于用户的出行。还有对自己的订单进行一些处理,比如说因故不能当天入住,可以选择取消订单。还有一些会员功能,可以是会员用户得到优惠,以及兑换奖品。另外具有评论功能,用户根据自己对宾馆的感受,写下自己的评论或建议。在此子系统,重点功能在于预定功能、评论功能以及会员功能。
对于管理员,可以实现用户管理功能,会员管理功能,订单管理功能,客房的管理功能,财务管理功能,点评管理功能。其中,重点功能是客房管理功能里的房价管理和统计分析里面的按月份分析各种类型的房间的入住情况。
 

金港宾馆信息管理系统的设计(SSM,MySQL)
金港宾馆信息管理系统的设计(SSM,MySQL)
金港宾馆信息管理系统的设计(SSM,MySQL)
金港宾馆信息管理系统的设计(SSM,MySQL)
金港宾馆信息管理系统的设计(SSM,MySQL)
金港宾馆信息管理系统的设计(SSM,MySQL)
金港宾馆信息管理系统的设计(SSM,MySQL)


目录
摘要    1
Abstract    2
第1章绪论    3
1.1    研究现状    3
1.2    项目背景介绍    3
1.2.1 金港宾馆简介    3
1.2.2 现存系统的问题    3
1.3    系统开发目标和现实意义    3
1.3.1 目标    4
1.3.2 意义    5
第2章系统分析    6
2.1 需求分析    6
2.2 可行性分析    6
2.2.1 管理可行性    6
2.2.2 经济可行性    6
2.2.3 技术可行性    7
2.3 组织结构图    7
2.4 业务流程图    8
2.5 数据流程图    9
2.6 数据字典    10
2.6.1    数据项    10
2.6.2    处理逻辑    12
2.6.3    数据存储    16
第3章系统设计    19
3.1 系统开发平台的选择    19
3.2 功能结构设计    19
3.3 编码设计    20
3.4 算法设计    20
3.5 数据库设计    21
3.5.1    数据库概念设计    21
3.7.3    数据库表结构    25
3.6 程序模块设计    28
3.7 输入输出设计    30
3.7.1    输入设计    30
3.7.2    输出设计    30
第4章系统实施    32
4.1    模拟运行数据    32
4.1.1    用户登录注册模块    32
4.1.2    用户功能模块    33
4.1.3    管理员登陆模块    38
4.1.4    管理员功能模块    39
4.2    系统调试和测试    41
4.2.1    系统调试    41
4.2.2    系统测试    41
第5章结论    42
致谢    43
参考文献    44
附录    45

推荐资料