国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

基于jsp技術的圖書館管理系統(tǒng)的設計與實現(xiàn).rar

RAR格式版權申訴手機打開展開

基于jsp技術的圖書館管理系統(tǒng)的設計與實現(xiàn),本論文部分攻擊30頁,1.7萬余字主要包含下屬幾部分:工作計劃.doc開題報告表.doc論文(定稿).doc任務書.doc圖片,代碼.doc文獻綜述.doc選題審批表.doc基于jsp技術的圖書館管理系統(tǒng)源代碼包含文件夾:database;library;安裝說明.txt;lib.sql;以及完整源代碼程序【摘 要】圖...
編號:78-34407大小:11.32M
分類: 論文>計算機論文

該文檔為壓縮文件,包含的文件列表如下:

內(nèi)容介紹

原文檔由會員 baobee 發(fā)布

本論文部分攻擊30頁,1.7萬余字

主要包含下屬幾部分:
工作計劃.doc
開題報告表.doc
論文(定稿).doc
任務書.doc
圖片,代碼.doc
文獻綜述.doc
選題審批表.doc

基于JSP技術的圖書館管理系統(tǒng)源代碼
包含文件夾:database;library;安裝說明.txt;lib.sql;以及完整源代碼程序

【摘 要】
圖書館管理系統(tǒng)是一種典型的信息管理系統(tǒng),其開發(fā)主要包括后臺的數(shù)據(jù)庫的建立、維護以及前端的相應應用程序的開發(fā)。在圖書館管理系統(tǒng)中,對讀者來說,他們關心的問題其實是如何方便的查詢到圖書館中的書籍以及自己正在借閱或是已經(jīng)借閱過些什么書,所借的書是否到期等,對管理員來說,他所關心的問題是圖書館中有些什么書,它們都存放在那里,是不是可以被借閱,發(fā)放的的讀者證有那些,如何管理這些讀者證等。因此本系統(tǒng)主要實現(xiàn)了五個模塊的功能:圖書查詢、借閱管理、圖書管理、借閱證管理、讀者規(guī)則管理。
本文介紹了圖書館管理系統(tǒng)的設計與實現(xiàn)過程,包括數(shù)據(jù)庫、應用服務器、Web服務器的設計與實現(xiàn)。本系統(tǒng)是基于B/S結構下開發(fā)的,采用的是WindowsXP操作系統(tǒng)用Java、JSP、Dreamweaver+Mysql Server開發(fā)。系統(tǒng)前臺開發(fā)頁面用Dreamweaver設計,當網(wǎng)頁頁面元素需要調(diào)用數(shù)據(jù)庫的數(shù)據(jù)時,通過JSP服務器調(diào)用JavaBean組件提取數(shù)據(jù)庫數(shù)據(jù)返回前臺顯示。

關鍵字:圖書館、數(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
二、關鍵技術 2
(一)、JSP技術 2
(二)、JavaBean 2
(三)、JDBC 3
(四)、Servlet 3
三、系統(tǒng)概述 3
(一)、系統(tǒng)描述 3
(二)、系統(tǒng)任務 3
(三)、設計目標 3
四、需求分析 3
(一)、功能需求 3
(二)、環(huán)境需求 3
(三)、數(shù)據(jù)要求 3
(四)、功能模塊劃分 3
五、概要設計 3
(一)、設計思想 3
(二)、各個數(shù)據(jù)表的結構表 3
(三)、模塊設計及功能 3
六、詳細設計 3
(一)、詳細設計概述 3
(二)、數(shù)據(jù)庫連接組件 3
1.圖書數(shù)據(jù)組件 3
2.館藏數(shù)據(jù)組件 3
3.借閱數(shù)據(jù)組件 3
4.讀者數(shù)據(jù)組件 3
(三)、設計與編寫各模塊 3
七、系統(tǒng)測試 3
(一)、測試目的 3
(二)、測試環(huán)境 3
(三)、測試方案 3
(四)、設計測試用例 3
八、總結 3
九、參考文獻 3
十、致謝 3
附表1:畢業(yè)論文(設計)任務書
附表2:文獻綜述
附表3:畢業(yè)論文(設計)開題報告表
附表4:畢業(yè)論文工作計劃
附錄:圖片,代碼



九、參考文獻
[1]孫東升,侯翠蘭 《網(wǎng)絡環(huán)境下圖書館建筑思考》 清華大學出版社
[2]王世偉 論網(wǎng)絡環(huán)境下圖書館的六大重建
[3]黃衛(wèi)偉 《管理學》第四版 中國人民大學出版社 2004年10月
[4]楊立文,向濤 對圖書館業(yè)務流程重組的思考.圖書情報工作,2004(1):63~66
[5]繆其浩.“業(yè)務流程重組(BPR)”與圖書館改革.中國圖書館學報,2003(2):15~19
[6]陳大廣 編制圖書館計劃和規(guī)則的一些思考 2004年4月
[7]王克宏,柳西玲,丁峰. 《Java技術教程(中級篇)》 清華大學出版社2003年11月
[8] [美] David M.Geary,賀民 譯. <> 北京大學出版社 2003年
[9] 林上杰,林康司 <> 電子工業(yè)出版社
[10]王磊 <<網(wǎng)站JSP后臺解決方案[M]>> 人民郵電出版社

[12] Thinking in java, Bruce Eckel, 3nd Editon.