資源描述:
《基于mvc的圖書管理系統(tǒng)》由會員上傳分享,免費在線閱讀,更多相關內容在學術論文-天天文庫。
1、摘要在人類文化的傳承與發(fā)展中,書籍的作用功不可沒,正如高爾基所言,書籍是人類進步的階梯,隨著知識的爆炸,讀者日益增多,圖書館的出現滿足了人們對知識的渴望,研究怎樣高效的管理圖書將是一個十分有意義的課題。通過對圖書館管理系統(tǒng)的運行管理機制進行調查研究,開發(fā)了此圖書館管理系統(tǒng)。本系統(tǒng)中實現了圖書管理事務中的常用基本問題以及相關統(tǒng)計工作。本系統(tǒng)中包含9個功能模塊:首頁展示、系統(tǒng)設置、讀者管理、圖書管理、圖書借還、系統(tǒng)查詢、更改口令,讀者模塊、退出系統(tǒng)。我主要負責圖書管理、讀者管理、讀者模塊。本系統(tǒng)使用jsp進行網頁界面的設計,使用MVC設計模式,它采用了當今軟件設計的最新技術,具有開發(fā)效
2、率高、設計靈活、生成的軟件界面友好美觀等特點。本系統(tǒng)中通過JDBC驅動和數據庫進行無縫連接,后端的數據庫SQLServer2008具有較高的完整性、一致性和安全性。關鍵詞:圖書館管理SQLServer2008JSPServletAbstractOn?the?inheritance?and?development?of?human?culture?in?the?book?goes?to?the?role,?as?Gorky?said,?books?are?a?ladder?of?human?progress,?with?the?explosion?of?knowledge,?incr
3、easing?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?management?system,?developed?this?library?management?system.?Implementing?libra
4、ry?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?returning?system?query,?change?password,?reader?modules,?exit?the?system.??I?was?responsible?for?library?man
5、agement,?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?the?latest?technology,?have?high?development?efficiency,?design?flexibility,?build?user?friendly?appearance?and?other?characteris
6、tics?of?the?software.??This?seamless?connectivity?through?a?database?and?JDBC?driver?in?your?system,?the?back-end?database?SQL?Server2008?have?high?integrity,?consistency,?and?security.?Key?words:?library?managementSQL?Server2008JSPServlet目錄第1章緒論11.1課題現狀分析11.1.1圖書管理的現狀11.1.2現有圖書館管理系統(tǒng)現狀21.2選題的目
7、的及意義21.3課題研究的主要內容3第2章系統(tǒng)開發(fā)工具及相關技術42.1JSP技術42.2jsp開發(fā)相關技術42.3B/S結構5第3章系統(tǒng)分析73.1可行性分析73.2系統(tǒng)實現的目標73.3系統(tǒng)功能分析73.4開發(fā)及運行的環(huán)83.5設計模式分析8第4章系統(tǒng)設計94.1系統(tǒng)功能設計94.1.1總體功能設計94.1.2系統(tǒng)設置模塊設計94.1.3讀者管理模塊設計104.1.4圖書管理模塊設計104.1.5圖書借還模塊設計114.1.6系統(tǒng)查詢模塊設計114.1.7讀者模塊