資源描述:
《基于mvc的圖書管理系統(tǒng)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫(kù)。
1、摘要在人類文化的傳承與發(fā)展中,書籍的作用功不可沒,正如高爾基所言,書籍是人類進(jìn)步的階梯,隨著知識(shí)的爆炸,讀者日益增多,圖書館的出現(xiàn)滿足了人們對(duì)知識(shí)的渴望,研究怎樣高效的管理圖書將是一個(gè)十分有意義的課題。通過對(duì)圖書館管理系統(tǒng)的運(yùn)行管理機(jī)制進(jìn)行調(diào)查研究,開發(fā)了此圖書館管理系統(tǒng)。本系統(tǒng)中實(shí)現(xiàn)了圖書管理事務(wù)中的常用基本問題以及相關(guān)統(tǒng)計(jì)工作。本系統(tǒng)中包含9個(gè)功能模塊:首頁(yè)展示、系統(tǒng)設(shè)置、讀者管理、圖書管理、圖書借還、系統(tǒng)查詢、更改口令,讀者模塊、退出系統(tǒng)。我主要負(fù)責(zé)圖書管理、讀者管理、讀者模塊。本系統(tǒng)使用jsp進(jìn)行網(wǎng)頁(yè)界面的設(shè)計(jì),使用MVC設(shè)
2、計(jì)模式,它采用了當(dāng)今軟件設(shè)計(jì)的最新技術(shù),具有開發(fā)效率高、設(shè)計(jì)靈活、生成的軟件界面友好美觀等特點(diǎn)。本系統(tǒng)中通過JDBC驅(qū)動(dòng)和數(shù)據(jù)庫(kù)進(jìn)行無縫連接,后端的數(shù)據(jù)庫(kù)SQLServer2008具有較高的完整性、一致性和安全性。關(guān)鍵詞:圖書館管理SQLServer2008JSPServlet28AbstractOn?the?inheritance?and?development?of?human?culture?in?the?book?goes?to?the?role,?as?Gorky?said,?books?are?a?ladder?of?h
3、uman?progress,?with?the?explosion?of?knowledge,?increasing?readers,?libraries?appeared?satisfied?the?people's?desire?for?knowledge?on?how?efficient?management?book?is?a?very?interesting?subject.?By?undertaking?studies?on?operation?and?management?mechanism?of?library?ma
4、nagement?system,?developed?this?library?management?system.?Implementing?library?management?system?commonly?used?in?basic?and?related?statistics.?This?system?contains?9?modules:?Home?show?management,?library?management,?system?settings,?reader,?book?borrowing?and?return
5、ing?system?query,?change?password,?reader?modules,?exit?the?system.??I?was?responsible?for?library?management,?user?management,?user?module.?This?system?using?JSP?for?Web?interface?design,?using?the?MVC?design?pattern,?it?uses?today's?software?has?been?designed?with?th
6、e?latest?technology,?have?high?development?efficiency,?design?flexibility,?build?user?friendly?appearance?and?other?characteristics?of?the?software.??This?seamless?connectivity?through?a?database?and?JDBC?driver?in?your?system,?the?back-end?database?SQL?Server2008?have
7、?high?integrity,?consistency,?and?security.?Key?words:?library?managementSQL?Server2008JSPServlet28目錄第1章緒論11.1課題現(xiàn)狀分析11.1.1圖書管理的現(xiàn)狀11.1.2現(xiàn)有圖書館管理系統(tǒng)現(xiàn)狀21.2選題的目的及意義21.3課題研究的主要內(nèi)容3第2章系統(tǒng)開發(fā)工具及相關(guān)技術(shù)42.1JSP技術(shù)42.2jsp開發(fā)相關(guān)技術(shù)42.3B/S結(jié)構(gòu)5第3章系統(tǒng)分析73.1可行性分析73.2系統(tǒng)實(shí)現(xiàn)的目標(biāo)73.3系統(tǒng)功能分析73.4開發(fā)及運(yùn)行的環(huán)83.
8、5設(shè)計(jì)模式分析8第4章系統(tǒng)設(shè)計(jì)94.1系統(tǒng)功能設(shè)計(jì)94.1.1總體功能設(shè)計(jì)94.1.2系統(tǒng)設(shè)置模塊設(shè)計(jì)94.1.3讀者管理模塊設(shè)計(jì)104.1.4圖書管理模塊設(shè)計(jì)104.1.5圖書借還模塊設(shè)計(jì)114.1.6系統(tǒng)查詢模塊設(shè)計(jì)114.1.7