【正文】
*********學院畢業(yè)設計說明書(論文) I 基于 JSP的圖書館管理系統(tǒng)的開發(fā) *********學院畢業(yè)設計說明書(論文) II 基于 JSP 圖書館管理系統(tǒng)的設計與開發(fā) 摘 要 : 在這個“時間就是生命”的時代,計算機信息管理系統(tǒng)已經(jīng)獲得了各機構管理者的極大青睞。本系統(tǒng)闡述了“博研圖書館管理系統(tǒng)”的系統(tǒng)規(guī)劃、系統(tǒng)分析與設計、系統(tǒng)實現(xiàn)及測試等內(nèi)容,介紹了系統(tǒng)中所使用的關鍵設計開發(fā)技術。博研圖書館管理系統(tǒng)是一個基于 Web 的電子圖書管理系統(tǒng),主要包含系統(tǒng)設置、讀者管理、圖書管理、圖書借還、系統(tǒng)查詢及密碼修改等功能模塊。系統(tǒng)采用 Java 作為核心語言,輔助以 html、 css 語言和 腳本語言 javascript 對系統(tǒng)功能進行分析與設計,系統(tǒng)的設計思想則采用了 MVC 設計思想,通過視圖層、模型層及控制層三者的交互,實現(xiàn)系統(tǒng)的功能,軟件界面清晰友好美觀,系統(tǒng)基本功能一目了然 。 系統(tǒng)的整體架構為三層架構,以 Java作為編程語言,用 JSP 實現(xiàn)動態(tài)頁面,用 MySQL 存儲數(shù)據(jù)。 關鍵詞 : 圖書管理系統(tǒng); MySQL; JSP; MVC *********學院畢業(yè)設計說明書(論文) III Design and Development of A Library Management System Abstract: In this time is life era, puter information management system has gained great favor of agencies managers. In this system, it introduces such as Bo Yan Library Management System system planning, system analysis and design, system implementation and testing content, and introduces the design and development of key technologies used in the system. The Bo Yan Library Management System which is based on Webbased elibrary management system mainly includes system settings, the reader management, library management, library circulation system query and modify passwords and other functional modules. This system uses Java as the core language, assisted by html, css and scripting languages javascript function on the system analysis and design thinking design. The system then uses the MVC design ideas, through the view layer interaction model layer and control layer of the three, implementation of the system functions. The software interface clear and friendly appearance, and the basic functions of the system is clearly. The overall architecture of the system is threetier architecture to Java as a programming language, using the dynamic JSP pages, and uses MySQL to store data. Keywords: Library management system, MySQL, JSP, MVC *********學院畢業(yè)設計說明書(論文) 目 錄 前 言 ........................................................................................................... 4 第 1 章 概 述 ................................................................................................ 5 系統(tǒng)研究內(nèi)容 ....................................................................................... 5 JSP 技術 ............................................................................................... 6 JSP 簡介 ....................................................................................... 6 JSP 的特點 .................................................................................... 6 JSP 技術的優(yōu)勢 ............................................................................... 7 MVC 模式 ............................................................................................... 7 MVC 簡介 ....................................................................................... 7 MVC 設計思想 ................................................................................. 8 系統(tǒng)開發(fā)環(huán)境 ....................................................................................... 9 第 2 章 系統(tǒng)可行性分析 ............................................................................. 10 技術可行性 ......................................................................................... 10 經(jīng)濟可行性 ......................................................................................... 10 管理可行性 ......................................................................................... 10 社會可行性 ......................................................................................... 11 第 3 章 系統(tǒng)需求分析 ................................................................................. 12 性能需求 ............................................................................................ 12 *********學院畢業(yè)設計說明書(論文) 功能需求 ............................................................................................ 12 操作流程圖 ......................................................................................... 13 第 4 章 系統(tǒng)設計 ......................................................................................... 15 系統(tǒng)功能結構設計 ............................................................................... 15 系統(tǒng)總體框架設計 ............................................................................... 17 系統(tǒng)數(shù)據(jù)庫設計 .................................................................................. 17 數(shù)據(jù)庫表結構設計 ......................................................................... 17 ER 圖 ........................................................................................ 20 第 5 章 系統(tǒng)實現(xiàn) ......................................................................................... 25 登陸功能 ............................................................................................ 25 管理員添加功能 .................................................................................. 26 首頁功能設計 ..................................................................................... 27 圖書管理模塊 ..................................................................................... 28 讀者管理模塊 ..................................................................................... 29 圖書借閱模塊 ..................................................................................... 31 圖書續(xù)借模塊 ..................................................................................... 32 圖書查詢模塊 ..................................................................................... 34 圖書借閱信息查詢模塊 ......................................................................... 34 第 6 章 系統(tǒng)測試 ......................................................................................... 36 系統(tǒng)測試的概述 .................................................................................. 36 系統(tǒng)測試過程 ........................................................................