freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

基于jsp的圖書館管理系統(tǒng)(已修改)

2025-05-23 18:37 本頁面
 

【正文】 宿遷學(xué)院 畢業(yè)設(shè)計論文 專 科 畢 業(yè) 論 文 基于 JSP 的 圖書館 管理系統(tǒng) The Research and Design of Library Management System Based on JSP 學(xué)院名稱: 宿遷學(xué)院 專業(yè)班級: 09 計算機(jī)應(yīng)用( 3) 學(xué)生姓名: 王 剛 指導(dǎo)教師姓名: 卞 利 指導(dǎo)教師職稱: 助 教 2021517 基于 JSP 的 圖書館 管理系統(tǒng) 專業(yè)班級: 計算機(jī)( 3) 學(xué)生姓名: 王剛 指導(dǎo)老師: 卞利 職稱: 助教 摘要: 伴隨著互聯(lián)網(wǎng)的蓬勃發(fā)展,人們已經(jīng)不再滿足于信息的瀏覽和發(fā)布,而是渴望著能夠充分享受網(wǎng)絡(luò)所帶來的更加多的便利。掌握計算機(jī)知識和應(yīng)用,是培養(yǎng)新型人才的一個重要環(huán)節(jié)。在眾多的計算機(jī)語言當(dāng)中, Java無疑是最具生命力的語言之 一,由于計算機(jī)發(fā)展帶來的新應(yīng)用的出現(xiàn), Java 越來越流行。作為一種程序設(shè)計語言, Java 是分布式的、面向?qū)ο蟮?、不依賴于機(jī)器的結(jié)構(gòu),它最大的利用了網(wǎng)絡(luò)而不受 CPU 和環(huán)境的限制。 圖書館管理系統(tǒng)正適應(yīng)了當(dāng)今社會快節(jié)奏地生活,基于 JSP開發(fā)設(shè)計,面對管理人員和讀者兩種不同人群的應(yīng)用系統(tǒng)。本文從圖書館管理系統(tǒng)的現(xiàn)狀、可行性到數(shù)據(jù)庫的設(shè)計,再到各功能模塊的實現(xiàn)做了詳細(xì)的介紹。 本系統(tǒng)便是嘗試用 JSP在網(wǎng)絡(luò)上架構(gòu)一個動態(tài)的圖書館管理系統(tǒng),它是在 Windows XP或 Windows7 下,以 MySQL 為數(shù)據(jù)庫開發(fā)平臺, Tomcat 網(wǎng)絡(luò)信息服務(wù)作為應(yīng)用服務(wù)器,采用 JSP(Java Server Pages)技術(shù)開發(fā)的圖書館管理系統(tǒng)。主要實現(xiàn)了 5個方面的功能: 1.登錄,分為管理員和普通用戶; ,對用戶進(jìn)行查詢,可修改用戶的當(dāng)前狀態(tài)和相關(guān)信息,并可對用戶進(jìn)行刪除處理; ,主要實現(xiàn)書庫的管理和書籍的管理,包括書庫的建立和刪除,新書的入庫和廢書的刪除等; ,包括書籍借閱和書籍歸還的管理; ,可以刪除或更新本圖書館的讀者。 關(guān)鍵詞: 圖書館管理, Java, JSP 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, JS 目 錄 第一章 緒論 .................................................. 1 第二章 需求分析 .............................................. 2 引言 ................................................................ 2 JSP 簡介 ....................................................... 2 圖書管理系統(tǒng)的現(xiàn)狀 ............................................. 3 市場需求分析 ................................................... 3 可行性分析 .......................................................... 4 經(jīng)濟(jì)可行性分析 ................................................. 4 技術(shù)可行性分析 ................................................. 4 項目規(guī)劃 ............................................................ 5 運(yùn)行環(huán)境 —— JDK ................................................ 6 HTML 語言 ...................................................... 6 腳本語言 JavaScript ............................................ 6 服務(wù)器 —— Tomcat ............................................... 7 第三章 系統(tǒng)的概要設(shè)計 ........................................ 8 數(shù)據(jù)庫設(shè)計 .......................................................... 8 數(shù)據(jù)庫簡介 ..................................................... 8 數(shù)據(jù)庫的設(shè)計 ................................................... 9 數(shù)據(jù)庫的安全性 ................................................ 10 界面設(shè)計 ........................................................... 10 界面開發(fā)工具 .................................................. 10 界面設(shè)計思想 .................................................. 11 界面設(shè)計原則 .................................................. 11 第四章 系統(tǒng)設(shè)計與實現(xiàn) ....................................... 12 開發(fā)工具介紹 ....................................................... 12 程序設(shè)計思想 ....................................................... 12 代碼設(shè)計標(biāo)準(zhǔn)與規(guī)范 ................................................. 13 各模塊功能設(shè)計 ..................................................... 13 管理員登錄與注冊模塊 .......................................... 13 用戶管理模塊 .................................................. 15 圖書管理模塊 .................................................. 16 借閱管理模塊 .................................................. 16 讀者管理模塊 .................................................. 17 第五章 系統(tǒng)測試與維護(hù) ....................................... 18 程序測試的目的 ..................................................... 18 程序測試的意義 ..................................................... 18 程序測試的原則 ..................................................... 19 程序測試的流程 ...................................................... 19 第六章 結(jié) 論 ................................................ 20 致 謝 ...................................................... 22 參考文獻(xiàn) ................................................... 23 第一章 緒論 隨著社會的發(fā)展,人類的生產(chǎn)、生活越來越離不開信息。誰擁有更多更有效的信息
點擊復(fù)制文檔內(nèi)容
法律信息相關(guān)推薦
文庫吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號-1