【正文】
論文是本團隊幫同學做過的案例,需要畢業(yè)論文設計(論文 +源程序 +答辯 PPT)的同學聯(lián)系 799523222 畢業(yè)設計(論文 ) JSP圖書管理系統(tǒng) 姓 名 系 別、 專 業(yè) 導 師 姓 名、職 稱 完 成 時 間 I The Research and Design of Library Management System Based on JSP ABSTRACT With the rapid development of Inter, people had no longer meet the purpose of information browsing and publishing, but eager to enjoy more and more convenient brought by Inter. Mastered the puter knowledge and the application, is a trained new talented person39。s important link. Among the many puter languages, Java is undoubtedly one of the most viable。 due to puter development has brought the emergence of new applications, Java bee more and more popular. As a programming language, Java is a distributed, objectoriented, does not depend on the structure of the machine, its biggest advantage of the CPU and the environment without work restrictions. Library management system is adapted to live in today39。s fastpaced society, based on JSP development and design。 faced manager and readers two different groups of applications system. This thesis minutely introduced the content of the current situation of library management system, the feasibility of library management system, the design of the database, the realization of each function. The system is trying to use JSP on the work architecture of a dynamic library management system, which is under Windows XP or Windows7, the MySQL database as platform, Tomcat application server as a work information service using JSP (Java Server Pages) technology development of the library management system. Main achievement of the five functional areas: 1. Register and login, divided into management staff and general users. 2. User management, you can inquiries the user and check the current status and related information of user。 3. Book management, the main stacks of the management and implementation of management books, including the stacks to create and delete, new book storage and waste removal and other books。4. Status management, it includes books’ status and management of these books。 5. Reader management, you can delete or update the library39。s readers. KEY WORDS: Management of library, Java, JSP II 基于 JSP的圖書館管理系統(tǒng)的研究與開發(fā) 摘 要 伴隨著互聯(lián)網(wǎng)的蓬勃發(fā)展,人們已經(jīng)不再滿足于信息的瀏覽和發(fā)布,而是渴望著能夠充分享受網(wǎng)絡所帶來的更加多的便利。掌握計算機知識和應用,是培養(yǎng)新型人才的一個重要環(huán)節(jié)。在眾多的計算機語言當中, Java無疑是最具生命力的語言之一,由于計算機發(fā)展帶來的新應用的出現(xiàn), Java越來越流行。作為一種程序設計語言, Java是分布式的、面向?qū)ο蟮摹⒉灰蕾囉跈C器的結(jié)構(gòu),它最大的利用了網(wǎng)絡而不受 CPU和環(huán)境的限制。 圖書館管理系統(tǒng)正適應了當今社會快節(jié)奏地生活,基于 JSP開發(fā)設計,面對管 理人員和讀者兩種不同人群的應用系統(tǒng)。本文從圖書館管理系統(tǒng)的現(xiàn)狀、可行性到數(shù)據(jù)庫的設計,再到各功能模塊的實現(xiàn)做了詳細的介紹。 本系統(tǒng)便是嘗試用 JSP在網(wǎng)絡上架構(gòu)一個動態(tài)的圖書館管理系統(tǒng),它是在 Windows XP或 Windows7下,以 MySQL為數(shù)據(jù)庫開發(fā)平臺, Tomcat網(wǎng)絡信息服務作為應用服務器,采用 JSP(Java Server Pages)技術(shù)開發(fā)的圖書館管理系統(tǒng)。主要實現(xiàn)了 5個方面的功能: 1.登錄,分為管理員和普通用戶; ,對用戶進行查詢,可修改用戶的當前狀態(tài)和相關(guān)信息,并可對用戶進行刪 除處理; ,主要實現(xiàn)書庫的管理和書籍的管理,包括書庫的建立和刪除,新書的入庫和廢書的刪除等; ,包括書籍借閱和書籍歸還的管理; ,可以刪除或更新本圖書館的讀者。 關(guān)鍵詞: 圖書 館管理 , Java, JSP III 目 錄 1 緒 論 .................................................................. 1 2 需 求分析 ............................................................... 2 圖書管理系統(tǒng)的現(xiàn)狀 ................................................ 2 市場需求分析 ...................................................... 3 3 可行性分析 ............................................................. 4 經(jīng)濟可行性分析 .................................................... 4 技術(shù)可行性分析 .................................................... 4 4 項目規(guī)劃 ............................................................... 6 運行環(huán)境 —— JDK ................................................... 6 HTML 語言 ......................................................... 6 腳本語言 JavaScript ............................................... 6 服務器 —— Tomcat .................................................. 7 項目規(guī)劃 .......................................................... 7 任務分配 .................................................... 7 開發(fā)進度跟蹤 ................................................ 8 5 用戶界面設計 ........................................................... 9 界面開發(fā)工具 ...................................................... 9 界面設計思想 ...................................................... 9 界面設計原則 ...................................................... 9 6 數(shù)據(jù)庫分析與設計 ...................................................... 11 數(shù)據(jù)庫簡介 ....................................................... 11 數(shù)據(jù)庫的設計 ..................................................... 11 數(shù)據(jù)庫的安全性 ................................................... 14 7 系統(tǒng)設計與實現(xiàn) ........................................................ 15 開發(fā)工具介紹 ..................................................... 15 程序設計思想 ..................................................... 15 代碼設計標準與規(guī)范 ............................................... 16 各模塊功能設計 ................................................... 16 管理員登錄與注冊模塊 ....................................... 16 用戶管理模塊 ............................................... 17 圖書管理模塊 ............................................... 18 借閱管理模塊 ............................................... 18 讀者管理模塊 ............................................... 19 8 系統(tǒng)測試與維護 ........................................................ 20 IV 程序測試的目的 ................................................... 20 程序測試的意義 ................................................... 20 程序測試的原則 ................................................... 21 程序測試的流程 ................................................... 21 程序維護的任務 ................................................... 21 程序維護的分類 ................................................... 22 程序維護的管理 ................................................... 22 9 結(jié) 論 ................................................................. 23 致 謝 ................................................................... 24 參 考 文