基于jsp技術(shù)的圖書館管理系統(tǒng)的設(shè)計.doc
約48頁DOC格式手機打開展開
基于jsp技術(shù)的圖書館管理系統(tǒng)的設(shè)計,48頁2.6萬余字【摘 要】圖書館管理系統(tǒng)是一種典型的信息管理系統(tǒng),其開發(fā)主要包括后臺的數(shù)據(jù)庫的建立、維護以及前端的相應(yīng)應(yīng)用程序的開發(fā)。在圖書館管理系統(tǒng)中,對讀者來說,他們關(guān)心的問題其實是如何方便的查詢到圖書館中的書籍以及自己正在借閱或是已經(jīng)借閱過些什么書,所借的書是否到期等,對管理員來說,他所關(guān)心的問題是圖書館中有些...
內(nèi)容介紹
此文檔由會員 lzj781219 發(fā)布
48頁2.6萬余字
【摘 要】
圖書館管理系統(tǒng)是一種典型的信息管理系統(tǒng),其開發(fā)主要包括后臺的數(shù)據(jù)庫的建立、維護以及前端的相應(yīng)應(yīng)用程序的開發(fā)。在圖書館管理系統(tǒng)中,對讀者來說,他們關(guān)心的問題其實是如何方便的查詢到圖書館中的書籍以及自己正在借閱或是已經(jīng)借閱過些什么書,所借的書是否到期等,對管理員來說,他所關(guān)心的問題是圖書館中有些什么書,它們都存放在那里,是不是可以被借閱,發(fā)放的的讀者證有那些,如何管理這些讀者證等。因此本系統(tǒng)主要實現(xiàn)了五個模塊的功能:圖書查詢、借閱管理、圖書管理、借閱證管理、讀者規(guī)則管理。
本文介紹了圖書館管理系統(tǒng)的設(shè)計與實現(xiàn)過程,包括數(shù)據(jù)庫、應(yīng)用服務(wù)器、Web服務(wù)器的設(shè)計與實現(xiàn)。本系統(tǒng)是基于B/S結(jié)構(gòu)下開發(fā)的,采用的是WindowsXP操作系統(tǒng)用Java、JSP、Dreamweaver+Mysql Server開發(fā)。系統(tǒng)前臺開發(fā)頁面用Dreamweaver設(shè)計,當網(wǎng)頁頁面元素需要調(diào)用數(shù)據(jù)庫的數(shù)據(jù)時,通過JSP服務(wù)器調(diào)用JavaBean組件提取數(shù)據(jù)庫數(shù)據(jù)返回前臺顯示。
關(guān)鍵字:圖書館、數(shù)據(jù)庫、B/S、JSP、JavaBean
【Abstract】
The administrative system of the library is a kind of typical information management system ,which mail development includ setting-up and database in backstage, and the development application program in front stage. In the administrative system of the library, to the reader how to inquiry the books in the library in convenient and what books they are inquriying or have borrowed already,and the have borrowed is expire. These issues are most cared about to them.For administrator, what issues he care about includeing what books library have, where are they deposit in, if they can be borrowed, is there any reader card have granted, how to manage these reader cards ,etc.So this system has realized the function of five pieces of module mainly: Books inquire , borrow management , taking care of books , borrow card management , reader's rule manage.
This text has introduced the design and of realize the administrative system of the library , including the design and realize of the database , the application server, , Web server and realizing. This system is developed under B/S structure, and using Java,JSP,Dreamweaver and Mysql server in windowsXP operating system. We used Dreamweaver to design the systematic front dest develops pages,and We used JSP server to callback the JavaBean package to get data in the library and return to front desk.When the page element of the webpage needs to transfer the data of the database.
Key word: Library , database , B/S , JSP , JavaBean
目 錄
【摘 要】 I
【Abstract】 II
一、前言 1
二、關(guān)鍵技術(shù) 2
(一)、JSP技術(shù) 2
(二)、JavaBean 2
(三)、JDBC 3
(四)、Servlet 3
三、系統(tǒng)概述 3
(一)、系統(tǒng)描述 3
(二)、系統(tǒng)任務(wù) 3
(三)、設(shè)計目標 3
四、需求分析 3
(一)、功能需求 3
(二)、環(huán)境需求 3
(三)、數(shù)據(jù)要求 3
(四)、功能模塊劃分 3
五、概要設(shè)計 3
(一)、設(shè)計思想 3
(二)、各個數(shù)據(jù)表的結(jié)構(gòu)表 3
(三)、模塊設(shè)計及功能 3
六、詳細設(shè)計 3
(一)、詳細設(shè)計概述 3
(二)、數(shù)據(jù)庫連接組件 3
1.圖書數(shù)據(jù)組件 3
2.館藏數(shù)據(jù)組件 3
3.借閱數(shù)據(jù)組件 3
4.讀者數(shù)據(jù)組件 3
(三)、設(shè)計與編寫各模塊 3
七、系統(tǒng)測試 3
(一)、測試目的 3
(二)、測試環(huán)境 3
(三)、測試方案 3
(四)、設(shè)計測試用例 3
八、總結(jié) 3
九、參考文獻 3
十、致謝 3
附表1:畢業(yè)論文(設(shè)計)任務(wù)書
附表2:文獻綜述
附表3:畢業(yè)論文(設(shè)計)開題報告表
附表4:畢業(yè)論文工作計劃
附錄:圖片,代碼
參考文獻
[1]孫東升,侯翠蘭 《網(wǎng)絡(luò)環(huán)境下圖書館建筑思考》 清華大學出版社
[2]王世偉 論網(wǎng)絡(luò)環(huán)境下圖書館的六大重建
[3]黃衛(wèi)偉 《管理學》第四版 中國人民大學出版社 2004年10月
[4]楊立文,向濤 對圖書館業(yè)務(wù)流程重組的思考.圖書情報工作,2004(1):63~66
[5]繆其浩.“業(yè)務(wù)流程重組(BPR)”與圖書館改革.中國圖書館學報,2003(2):15~19
【摘 要】
圖書館管理系統(tǒng)是一種典型的信息管理系統(tǒng),其開發(fā)主要包括后臺的數(shù)據(jù)庫的建立、維護以及前端的相應(yīng)應(yīng)用程序的開發(fā)。在圖書館管理系統(tǒng)中,對讀者來說,他們關(guān)心的問題其實是如何方便的查詢到圖書館中的書籍以及自己正在借閱或是已經(jīng)借閱過些什么書,所借的書是否到期等,對管理員來說,他所關(guān)心的問題是圖書館中有些什么書,它們都存放在那里,是不是可以被借閱,發(fā)放的的讀者證有那些,如何管理這些讀者證等。因此本系統(tǒng)主要實現(xiàn)了五個模塊的功能:圖書查詢、借閱管理、圖書管理、借閱證管理、讀者規(guī)則管理。
本文介紹了圖書館管理系統(tǒng)的設(shè)計與實現(xiàn)過程,包括數(shù)據(jù)庫、應(yīng)用服務(wù)器、Web服務(wù)器的設(shè)計與實現(xiàn)。本系統(tǒng)是基于B/S結(jié)構(gòu)下開發(fā)的,采用的是WindowsXP操作系統(tǒng)用Java、JSP、Dreamweaver+Mysql Server開發(fā)。系統(tǒng)前臺開發(fā)頁面用Dreamweaver設(shè)計,當網(wǎng)頁頁面元素需要調(diào)用數(shù)據(jù)庫的數(shù)據(jù)時,通過JSP服務(wù)器調(diào)用JavaBean組件提取數(shù)據(jù)庫數(shù)據(jù)返回前臺顯示。
關(guān)鍵字:圖書館、數(shù)據(jù)庫、B/S、JSP、JavaBean
【Abstract】
The administrative system of the library is a kind of typical information management system ,which mail development includ setting-up and database in backstage, and the development application program in front stage. In the administrative system of the library, to the reader how to inquiry the books in the library in convenient and what books they are inquriying or have borrowed already,and the have borrowed is expire. These issues are most cared about to them.For administrator, what issues he care about includeing what books library have, where are they deposit in, if they can be borrowed, is there any reader card have granted, how to manage these reader cards ,etc.So this system has realized the function of five pieces of module mainly: Books inquire , borrow management , taking care of books , borrow card management , reader's rule manage.
This text has introduced the design and of realize the administrative system of the library , including the design and realize of the database , the application server, , Web server and realizing. This system is developed under B/S structure, and using Java,JSP,Dreamweaver and Mysql server in windowsXP operating system. We used Dreamweaver to design the systematic front dest develops pages,and We used JSP server to callback the JavaBean package to get data in the library and return to front desk.When the page element of the webpage needs to transfer the data of the database.
Key word: Library , database , B/S , JSP , JavaBean
目 錄
【摘 要】 I
【Abstract】 II
一、前言 1
二、關(guān)鍵技術(shù) 2
(一)、JSP技術(shù) 2
(二)、JavaBean 2
(三)、JDBC 3
(四)、Servlet 3
三、系統(tǒng)概述 3
(一)、系統(tǒng)描述 3
(二)、系統(tǒng)任務(wù) 3
(三)、設(shè)計目標 3
四、需求分析 3
(一)、功能需求 3
(二)、環(huán)境需求 3
(三)、數(shù)據(jù)要求 3
(四)、功能模塊劃分 3
五、概要設(shè)計 3
(一)、設(shè)計思想 3
(二)、各個數(shù)據(jù)表的結(jié)構(gòu)表 3
(三)、模塊設(shè)計及功能 3
六、詳細設(shè)計 3
(一)、詳細設(shè)計概述 3
(二)、數(shù)據(jù)庫連接組件 3
1.圖書數(shù)據(jù)組件 3
2.館藏數(shù)據(jù)組件 3
3.借閱數(shù)據(jù)組件 3
4.讀者數(shù)據(jù)組件 3
(三)、設(shè)計與編寫各模塊 3
七、系統(tǒng)測試 3
(一)、測試目的 3
(二)、測試環(huán)境 3
(三)、測試方案 3
(四)、設(shè)計測試用例 3
八、總結(jié) 3
九、參考文獻 3
十、致謝 3
附表1:畢業(yè)論文(設(shè)計)任務(wù)書
附表2:文獻綜述
附表3:畢業(yè)論文(設(shè)計)開題報告表
附表4:畢業(yè)論文工作計劃
附錄:圖片,代碼
參考文獻
[1]孫東升,侯翠蘭 《網(wǎng)絡(luò)環(huán)境下圖書館建筑思考》 清華大學出版社
[2]王世偉 論網(wǎng)絡(luò)環(huán)境下圖書館的六大重建
[3]黃衛(wèi)偉 《管理學》第四版 中國人民大學出版社 2004年10月
[4]楊立文,向濤 對圖書館業(yè)務(wù)流程重組的思考.圖書情報工作,2004(1):63~66
[5]繆其浩.“業(yè)務(wù)流程重組(BPR)”與圖書館改革.中國圖書館學報,2003(2):15~19