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

正文內容

基于jsp的圖書管理系統(tǒng)設計與實現(xiàn)畢業(yè)論文(已修改)

2025-09-06 15:25 本頁面
 

【正文】 編 號: 審定成績: 重慶郵電大學 畢業(yè)設計(論文) 設計(論文)題目: 基于 JSP 的圖書管理系統(tǒng) 設計與實現(xiàn) 學 院 名 稱 : 計算機科學與技術 學 生 姓 名 : 專 業(yè) : 計算機科學與技術 班 級 : 學 號 : 指 導 教 師 : 答辯組 負責人 : 填表時間: 2020 年 05 月 重慶郵電大學教務處制重慶郵電大學本科畢業(yè)設計(論文) I 摘 要 二十一世紀是信息的社會,信息作為社會最重要的資源,將成為戰(zhàn)略性資源引起社會廣泛的關注。如何能夠獲取信息?圖書一直都是獲取信息最好的方式,但由于圖書館中圖書藏量婁大大的增加,使得圖書的管理工作變得日益的煩重。使得人們想方設法的找出新的圖書管理的方式,如何將煩重的圖書管理變得簡單起來呢? 圖書館管理系統(tǒng)圖書館管理機制中重要組成部分,通過對圖書館的運行及管理機制的研究,從而開發(fā)了此圖書館系統(tǒng)。在此系統(tǒng)中完成了圖書 館常見的管理事務及信息統(tǒng)計的工作。圖書管理系統(tǒng)中包含 6 個功能模塊:日常工作,查詢,讀者資料的維護,圖書資料的維護,系統(tǒng)管理和更改口令。 本系統(tǒng)采用 jsp技術對網(wǎng)頁的設計,使用 MVC的設計模式,并采用了開源框架 Struts,它采用了當今軟件設計的最流行的技術,具有設計靈活、開發(fā)效率高、生成的軟件界面大方美觀等特點。本系統(tǒng)中將通過 JDBC 驅動和數(shù)據(jù)庫來進行無縫連接,本系統(tǒng)采用的數(shù)據(jù)庫是 MySQL,這是一個開源的數(shù)據(jù)庫系統(tǒng),該數(shù)據(jù)庫具有占用空間小,操作簡單易懂等優(yōu)點。且具有較高的完整性,一致性和安全性。 【關鍵 詞】 : 圖書館管理 MySQL JSP Struts 重慶郵電大學本科畢業(yè)設計(論文) II Abstract 21st century is the century of information society, information as a society is the most important resources, will bee the strategic resources, cause social widespread attention. How can you get information? Books has always been the best way to access to information, but because of the books in the library reserve Lou increases greatly, makes the books management work bees increasingly tired of heavy. Makes people trying to find out new books management way, how to bother heavy books management became more simple? Library management system is an important part of library management mechanism, based on the research of the library39。s operation and management mechanism, so as to develop the library system. In this system pleted the mon library management affairs and information statistics work. Books management system management system contains six functional modules: daily work, inquiries, readers information maintenance, books data maintenance, system administration and change the password. This system USES JSP technology to the design of web pages, using the MVC design pattern, and using the open source framework Struts, it adopted the software design of the most popular technology, has advantages of flexible design, development, high efficiency, the generated generous beauty of software interface, etc. This system through the JDBC driver and database to seamless connection, this system USES the database is MySQL, it is an open source database system, the database has a small footprint, easy operation etc. With high integrity, consistency and security. 【 Key words】 : Library Management MySQL JSP Struts 重慶郵電大學本科畢業(yè)設計(論文) III 目 錄 前 言 ................................................................................................................................... 1 第一章 緒論 ....................................................................................................................... 2 第一節(jié) 課題現(xiàn)狀分析 ................................................................................................. 2 一、當下圖書館管理系統(tǒng)現(xiàn)狀 ........................................................................... 2 二、圖書管理系統(tǒng)建設的意義 ........................................................................... 3 第二節(jié) 開發(fā)環(huán)境 ....................................................................................................... 3 第二章 系統(tǒng)分析 ............................................................................................................... 4 第一節(jié) 可行性分析 ..................................................................................................... 4 一、技術可行性 ................................................................................................... 4 二、經(jīng)濟可行性 ................................................................................................... 5 第二節(jié) 系統(tǒng)的需求分析 ............................................................................................. 5 第三節(jié) 系統(tǒng)功能分析 ............................................................................................... 6 第四節(jié) 系統(tǒng)流程圖分析 ........................................................................................... 6 第五節(jié) 設計模式 ......................................................................................................... 7 第三章 系統(tǒng)總體設計與數(shù)據(jù)庫設計 ............................................................................... 9 第一節(jié) 系統(tǒng)功能設計 : ............................................................................................... 9 一、總體功能設計 ............................................................................................... 9 二、“日常工作”模塊設計 ............................................................................... 10 三、 “讀者資料維護 ”模塊設計 ......................................................................... 10 四、 “ 圖書資料維護 ” 模塊設計 ..................................................................... 11 五、“查詢”模塊設計 ....................................................................................... 11 六、“系統(tǒng)管理”模塊設計 ............................................................................... 12 第二節(jié) 系統(tǒng)數(shù)據(jù)庫設計 ........................................................................................... 12 一、數(shù)據(jù)總體結構設計 ..................................................................................... 12 二、圖書信息表結構設計 ................................................................................. 14 三、圖書類型信息表結構設計 ......................................................................... 14 四、讀者信息表結構設計 ................................................................................. 15 五、讀者類型信息表結構設計 ......................................................................... 15 七、圖書歸還信息表結構設計 ......................................................................... 16 八、管理員信息表結構設計 .................................
點擊復制文檔內容
畢業(yè)設計相關推薦
文庫吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號-1