基于jsp的酒店客房管理系统【数据库+源代码+文献及翻译+毕业设计报告】.zip
基于jsp的酒店客房管理系统【数据库+源代码+文献及翻译+毕业设计报告】,基于jsp的酒店客房管理系统【数据库+源代码+文献及翻译+毕业设计报告】摘 要计算机技术发展至今已走过了半个多世纪之久,现在各个阶层、各个领域都使用着计算机,在这个快节奏的时代中它已经成为了社会生活的必需品。它的出现是现代社会进步,科技发展的标志。同时现代化的酒店组织庞大,信息量大。为了要提高效率,降低成本我们需要借助...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 bshhty 发布基于JSP的酒店客房管理系统【数据库+源代码+文献及翻译+毕业设计报告】
摘 要
计算机技术发展至今已走过了半个多世纪之久,现在各个阶层、各个领域都使用着计算机,在这个快节奏的时代中它已经成为了社会生活的必需品。它的出现是现代社会进步,科技发展的标志。同时现代化的酒店组织庞大,信息量大。为了要提高效率,降低成本我们需要借助计算机来进行现代化的信息管理,设计一个酒店客房管理系统。
本系统应用JSP技术,运用WindowsXP平台,使用JAVA编程语言和SQL Server 2005数据库,采用B/S模式开发设计完成。系统分为前台和后台管理,前台主要实现客户的浏览信息、预定客房等功能,后台是管理员管理信息的平台,主要是管理员对客房、客户的信息的管理(包括添加、修改、删除、查询)。
本系统的设计可使酒店的庞大信息的管理更加系统化、规范化、自动化,实现操作简便、灵活性强、安全性好等特点,更为广大客户提供了方便的信息查询平台。
关键词:酒店客房管理系统;JSP;SQL Server2005;B/S模式
Abstract
The computer technology has developed more than half a century, and now every stage use the computer in various fields, in this era of fast-paced society it has become a necessity. Its appearance is a sign of modern society advancement and technological development. At the same time the modern hotel owns huge organizations and large amount of information .In order to improve efficiency and Reduceing costs we need computers to manage modernize information management, so to design a hotel room management system.
The system uses JSP technology, the WindowsXP platform and the JAVA programming language and SQL Server 2005 database,and using B / S modle to develop and design. System is divided into front and back office managements, the front management is mainly to achieve customer's browsing information, booking rooms and other functions. The background is the the platform of administrator to manage information, mainly for the administrator about the room, customer information management (including add, modify, delete, query).
The system design supplys more systematic information, standardization, automation for a large hotel management,it achieves simple, flexible, security and good features, even it supplys a convenient information search platform for our clients.
Keyword: The hotel management system; JSP; SQL Server2005; B / S modle
目 录
引 言 1
第一章 系统概述 2
1.1 系统功能概述 2
1.2 系统目标 2
1.3 软件功能: 2
1.4 运行环境 3
1.4.1 硬件环境 3
1.4.2 软件环境 3
1.5 本章小结 3
第二章 技术分析 4
2.1 JSP简介 4
2.2 CSS概述 4
2.3 TOMCAT 简介 5
2.4 MyEclipse开发工具 5
2.5 Dreamweaver 简介 6
2.6 本章小结 6
第三章 系统需求分析设计 7
3.1 系统功能图 7
3.2 功能模块详述 8
3.2.1 酒店客房管理系统前台 8
3.2.2 后台管理 8
3.3系统用例图 14
3.3.1 管理员用例 14
3.3.2 客户用例 14
3.4 系统数据流图 15
3.5 本章小结 15
第四章 数据库设计 16
4.1 酒店客房管理系统数据库关系图 16
4.2主要表结构 16
4.3数据字典 17
4.3.1客房类型表(RoomType) 17
4.3.2客房信息表(Room) 17
4.3.3管理员登录表(HotelUser) 18
4.3.4 客户信息表(Guest) 18
4.4 本章小结 18
第五章 运行演示 19
5.1 设计成果 19
5.2 管理员登录界面 22
5.3 客房类型添加界面 24
5.4 客房类型查看界面 25
5.5 客房信息添加界面 26
5.6 客房信息查看界面 27
5.7 客户信息添加界面 30
5.8 客户信息查看界面 31
5.9 查询界面 32
5.10 本章小结 33
结 论 34
参考文献 35
谢 辞 36