網(wǎng)上賓館訂房管理系統(tǒng)[數(shù)據(jù)庫+源代碼+文獻(xiàn)及翻譯+畢業(yè)設(shè)計(jì)報(bào)告].rar
網(wǎng)上賓館訂房管理系統(tǒng)[數(shù)據(jù)庫+源代碼+文獻(xiàn)及翻譯+畢業(yè)設(shè)計(jì)報(bào)告],摘 要本系統(tǒng)是根據(jù)社會(huì)需求而設(shè)計(jì)的一款網(wǎng)上賓館訂房管理軟件,本文主要介紹了訂房系統(tǒng)中前臺(tái)預(yù)訂和后臺(tái)管理的設(shè)計(jì)與實(shí)現(xiàn)。作為網(wǎng)絡(luò)化的訂房系統(tǒng),采用適應(yīng)internet/intranet的b/s體系結(jié)構(gòu),以jsp、java、html等作為開發(fā)語言,結(jié)合人們的心理...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 bshhty 發(fā)布網(wǎng)上賓館訂房管理系統(tǒng)[數(shù)據(jù)庫+源代碼+文獻(xiàn)及翻譯+畢業(yè)設(shè)計(jì)報(bào)告]
摘 要
本系統(tǒng)是根據(jù)社會(huì)需求而設(shè)計(jì)的一款網(wǎng)上賓館訂房管理軟件,本文主要介紹了訂房系統(tǒng)中前臺(tái)預(yù)訂和后臺(tái)管理的設(shè)計(jì)與實(shí)現(xiàn)。作為網(wǎng)絡(luò)化的訂房系統(tǒng),采用適應(yīng)Internet/Intranet的B/S體系結(jié)構(gòu),以JSP、JAVA、HTML等作為開發(fā)語言,結(jié)合人們的心理需求,建立了一種簡單的、操作方便的網(wǎng)上訂房環(huán)境。
本系統(tǒng)的設(shè)計(jì)層次清晰,邏輯簡單。設(shè)計(jì)步驟主要分三個(gè)部分:視圖層的JSP文件部分,生成系統(tǒng)原型的框架;通過ACTION來控制業(yè)務(wù)邏輯并且傳遞表單數(shù)據(jù);DAO層用來對(duì)數(shù)據(jù)進(jìn)行解析并且通過ACTION傳遞給前臺(tái),在框架中顯示出來。
本設(shè)計(jì)主要包括以下六個(gè)模塊:房間展示、會(huì)員功能、查詢模塊、客戶預(yù)訂房、房間管理、訂單管理。它可以幫您實(shí)現(xiàn)賓館訂房管理的信息化,不管是在什么地方,使用任何聯(lián)接在網(wǎng)絡(luò)中的電腦,即可進(jìn)行網(wǎng)上遠(yuǎn)程管理客房。
關(guān)鍵詞:MVC模式;B/S;MYSQL;模塊化;分層設(shè)計(jì)
Abstract
This system is an online hotel reservation management software according to the needs of society by design. This paper mainly introduces the reservation system of receptionist and t design and implementation of background manage. As the network of reservation system, establish a kind of simple and convenient operation of online booking using B/S structure adapt to the Internet/ Intranet, With JSP, JAVA, HTML such as language development, combined with the psychological needs of people.
This system design level is clear and Logic is simple. Design steps mainly three part: View the JSP file part layer generate The prototype system framework; Through the ACTION to control the business logic and data transfer form; Analysis data use DAO and Transfer to the front desk through ACTION and display in the framework of .
This design mainly include the following six modules: show room, membership functions, the inquiry module, customers booking room, the room management and order management. It can help you achieve hotel reservation management of informatization, can an online management whether in what place use of any one of the connection of computer network.
Keywords: MVC schema; B/S; MYSQL; modularize; split-level design
目 錄
引 言 1
第一章 系統(tǒng)分析 2
1.1 課題簡要說明 2
1.2 需求分析 2
1.2.1 需求分析與描述 2
1.2.2 需求分析的步驟 2
1.2.3 用戶特點(diǎn) 3
1.2.4 用戶需求 3
1.3 可行性研究 3
1.3.1 經(jīng)濟(jì)可行性 3
1.3.2 技術(shù)可行性 4
1.3.3 運(yùn)行可行性 4
1.3.4 時(shí)間可行性 4
1.3.5 法律可行性 4
第二章 系統(tǒng)結(jié)構(gòu)及開發(fā)工具簡介 5
2.1 B/S結(jié)構(gòu)簡介 5
2.2 MVC架構(gòu) 5
2.3 STRUTS2簡介 6
2.3 JSP簡介 6
2.4 MYSQL簡介 7
2.4.1 MYSQL的特性 7
2.4.2 MYSQL的應(yīng)用 8
第三章 系統(tǒng)設(shè)計(jì) 9
3.1數(shù)據(jù)庫設(shè)計(jì) 9
3.1.1 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計(jì) 9
3.1.2 數(shù)據(jù)庫表設(shè)計(jì) 11
3.2 功能設(shè)計(jì) 13
3.2.1 項(xiàng)目規(guī)劃 13
3.2.2 系統(tǒng)功能結(jié)構(gòu)圖 13
3.2.3 業(yè)務(wù)流程 14
3.2.4 功能描述 15
3.3 代碼設(shè)計(jì)說明 17
第四章 系統(tǒng)的實(shí)現(xiàn) 19
4.1 系統(tǒng)流程 19
4.2 構(gòu)建開發(fā)環(huán)境 20
4.3 文件夾組織結(jié)構(gòu) 20
4.4 系統(tǒng)實(shí)現(xiàn) 20
4.4.1 主界面 20
4.4.2 登錄界面 22
4.4.3 查詢界面 22
4.4.4 訂房界面 23
4.4.4 注冊(cè)界面 24
4.4.5 后臺(tái)管理界面 24
結(jié) 論 25
參 考 文 獻(xiàn) 27
謝 辭 28