基于jsp的酒店客房管理系統(tǒng)【數(shù)據(jù)庫+源代碼+文獻及翻譯+畢業(yè)設計報告】.zip
基于jsp的酒店客房管理系統(tǒng)【數(shù)據(jù)庫+源代碼+文獻及翻譯+畢業(yè)設計報告】,基于jsp的酒店客房管理系統(tǒng)【數(shù)據(jù)庫+源代碼+文獻及翻譯+畢業(yè)設計報告】摘 要計算機技術(shù)發(fā)展至今已走過了半個多世紀之久,現(xiàn)在各個階層、各個領(lǐng)域都使用著計算機,在這個快節(jié)奏的時代中它已經(jīng)成為了社會生活的必需品。它的出現(xiàn)是現(xiàn)代社會進步,科技發(fā)展的標志。同時現(xiàn)代化的酒店組織龐大,信息量大。為了要提高效率,降低成本我們需要借助...
該文檔為壓縮文件,包含的文件列表如下:


內(nèi)容介紹
原文檔由會員 bshhty 發(fā)布基于JSP的酒店客房管理系統(tǒng)【數(shù)據(jù)庫+源代碼+文獻及翻譯+畢業(yè)設計報告】
摘 要
計算機技術(shù)發(fā)展至今已走過了半個多世紀之久,現(xiàn)在各個階層、各個領(lǐng)域都使用著計算機,在這個快節(jié)奏的時代中它已經(jīng)成為了社會生活的必需品。它的出現(xiàn)是現(xiàn)代社會進步,科技發(fā)展的標志。同時現(xiàn)代化的酒店組織龐大,信息量大。為了要提高效率,降低成本我們需要借助計算機來進行現(xiàn)代化的信息管理,設計一個酒店客房管理系統(tǒng)。
本系統(tǒng)應用JSP技術(shù),運用WindowsXP平臺,使用JAVA編程語言和SQL Server 2005數(shù)據(jù)庫,采用B/S模式開發(fā)設計完成。系統(tǒng)分為前臺和后臺管理,前臺主要實現(xiàn)客戶的瀏覽信息、預定客房等功能,后臺是管理員管理信息的平臺,主要是管理員對客房、客戶的信息的管理(包括添加、修改、刪除、查詢)。
本系統(tǒng)的設計可使酒店的龐大信息的管理更加系統(tǒng)化、規(guī)范化、自動化,實現(xiàn)操作簡便、靈活性強、安全性好等特點,更為廣大客戶提供了方便的信息查詢平臺。
關(guān)鍵詞:酒店客房管理系統(tǒng);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
第一章 系統(tǒng)概述 2
1.1 系統(tǒng)功能概述 2
1.2 系統(tǒng)目標 2
1.3 軟件功能: 2
1.4 運行環(huán)境 3
1.4.1 硬件環(huán)境 3
1.4.2 軟件環(huán)境 3
1.5 本章小結(jié) 3
第二章 技術(shù)分析 4
2.1 JSP簡介 4
2.2 CSS概述 4
2.3 TOMCAT 簡介 5
2.4 MyEclipse開發(fā)工具 5
2.5 Dreamweaver 簡介 6
2.6 本章小結(jié) 6
第三章 系統(tǒng)需求分析設計 7
3.1 系統(tǒng)功能圖 7
3.2 功能模塊詳述 8
3.2.1 酒店客房管理系統(tǒng)前臺 8
3.2.2 后臺管理 8
3.3系統(tǒng)用例圖 14
3.3.1 管理員用例 14
3.3.2 客戶用例 14
3.4 系統(tǒng)數(shù)據(jù)流圖 15
3.5 本章小結(jié) 15
第四章 數(shù)據(jù)庫設計 16
4.1 酒店客房管理系統(tǒng)數(shù)據(jù)庫關(guān)系圖 16
4.2主要表結(jié)構(gòu) 16
4.3數(shù)據(jù)字典 17
4.3.1客房類型表(RoomType) 17
4.3.2客房信息表(Room) 17
4.3.3管理員登錄表(HotelUser) 18
4.3.4 客戶信息表(Guest) 18
4.4 本章小結(jié) 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 本章小結(jié) 33
結(jié) 論 34
參考文獻 35
謝 辭 36