計(jì)算機(jī)畢業(yè)設(shè)計(jì)-基于web的圖書館借閱系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn).doc
計(jì)算機(jī)畢業(yè)設(shè)計(jì)-基于web的圖書館借閱系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn),基于web的圖書館借閱系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)摘 要隨著電腦、手機(jī)等信息工具的普及,人們能更加完善、快捷地處理信息數(shù)據(jù)。在圖書館的日常運(yùn)作中,由于圖書借閱和用戶查詢次數(shù)繁多,需要進(jìn)行繁雜的信息數(shù)據(jù)管理。為了能更高效、快捷、穩(wěn)定地管理圖書館的數(shù)據(jù)信息,本文設(shè)計(jì)并實(shí)現(xiàn)了一套基于web的圖書管理借閱系統(tǒng)。系統(tǒng)采用browser/se...
內(nèi)容介紹
此文檔由會(huì)員 allvs 發(fā)布基于WEB的圖書館借閱系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)
摘 要
隨著電腦、手機(jī)等信息工具的普及,人們能更加完善、快捷地處理信息數(shù)據(jù)。在圖書館的日常運(yùn)作中,由于圖書借閱和用戶查詢次數(shù)繁多,需要進(jìn)行繁雜的信息數(shù)據(jù)管理。
為了能更高效、快捷、穩(wěn)定地管理圖書館的數(shù)據(jù)信息,本文設(shè)計(jì)并實(shí)現(xiàn)了一套基于Web的圖書管理借閱系統(tǒng)。系統(tǒng)采用Browser/Server運(yùn)行模式,基于JAVA開發(fā)平臺(tái),并使用SQL Server作為后臺(tái)數(shù)據(jù)庫(kù)系統(tǒng)。系統(tǒng)主要實(shí)現(xiàn)了以下幾個(gè)功能:查詢圖書、借還圖書、圖書管理、讀者信息管理,讀者留言、公告欄等。讀者只需要通過瀏覽器訪問本系統(tǒng),就可以輕松實(shí)現(xiàn)圖書查詢、圖書借還等操作。同樣,圖書管理員也可以使用本系統(tǒng)方便快捷地完成圖書館的信息數(shù)據(jù)管理工作。另外,由于手機(jī)使用的普及,本系統(tǒng)中還新加入了WAP查詢功能,借助于無線網(wǎng)絡(luò),讀者可以通過使用手機(jī),更加方便、快捷地完成圖書查詢的工作,這為讀者帶來了更多便捷。
關(guān)鍵詞:圖書管理系統(tǒng);WAP;JSP
Design and Implementation of Library Management System Based on WEB
Abstract
With the information tools becoming so popular, such as computer and cell phone etc, people can handle the information data more perfectly and rapidly. In the daily library operation, as book-borrowed and the ones searched being so frequently, the library has to deal with a great many complicated data.
For the data management more efficiently, fast and reliably, the thesis designs and implements a library management system which is based on Web. On the Java platform, the system adopts the Browser/Server model, which takes SQL Server as a database server. The system mainly carry out the following functions: searching for borrowing and returning, book management, reader information management, reads’ messages, and the library bulletin. While the readers interview the system through the browser, they can easily search for a book or borrow and return a book etc. Simultaneously, the assistant is able to control the library information datum. In addition, the system is still added a searching function based WAP, by which the readers can search for a book more conveniently and rapidly, by means of wireless network. Such a function brings the readers a great deal convenience.
Key words: Library Management System; WAP; JSP
目 錄
論文總頁數(shù):22頁
1 引 言 1
1.1 課題背景 1
1.2 課題研究意義 1
2 需求分析 1
2.1 應(yīng)用需求分析 1
2.2 設(shè)計(jì)模式 2
2.3 開發(fā)環(huán)境 3
2.4 開發(fā)工具 3
3 系統(tǒng)總體設(shè)計(jì) 4
3.1 系統(tǒng)概要 4
3.2 功能模塊構(gòu)成 5
3.3 功能流程圖 5
3.3.1 查詢功能流程圖 5
3.3.2 借還圖書功能流程圖 6
3.4 數(shù)據(jù)庫(kù)設(shè)計(jì) 6
3.4.1 數(shù)據(jù)庫(kù)概要 6
3.4.2 數(shù)據(jù)庫(kù)邏輯設(shè)計(jì) 6
3.4.3 數(shù)據(jù)庫(kù)之間關(guān)聯(lián)設(shè)計(jì) 8
4 系統(tǒng)詳細(xì)設(shè)計(jì)與實(shí)現(xiàn) 9
4.1 發(fā)布首頁公告功能模塊 11
4.2 留言板功能模塊 12
4.2.1 發(fā)布留言模塊 13
4.2.2 回復(fù)留言模塊 14
4.3 系統(tǒng)管理員登錄功能模塊 14
4.4 圖書查詢功能模塊 15
4.4.1 前臺(tái)圖書查詢 15
4.4.2 后臺(tái)所有圖書查詢 16
4.4.3 WAP查詢 17
4.5 其余功能模塊 18
5 測(cè)試 19
結(jié) 論 19
參考文獻(xiàn) 20
致 謝 21
聲 明 22
TA們正在看...
- 中國(guó)移動(dòng)i承載網(wǎng)ppt.ppt
- 中國(guó)移動(dòng)各省公司組織架構(gòu)ppt.ppt
- 中國(guó)空軍發(fā)展史淺談中國(guó)空軍發(fā)展資料ppt.ppt
- 中國(guó)空軍發(fā)展要點(diǎn)ppt.ppt
- 中國(guó)管理10大解析陳春花ppt.ppt
- 中國(guó)粒缺伴發(fā)熱抗菌藥物指南2016版解讀ppt.ppt
- 中國(guó)糖尿病足診治指南最新版資料ppt.ppt
- 中國(guó)紅英文介紹chineseredppt.ppt
- 中國(guó)經(jīng)濟(jì)的強(qiáng)國(guó)與大國(guó)ppt.ppt
- 中國(guó)結(jié)編織方法——平安結(jié)ppt.ppt