特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

b/s架構在圖書館圖書管理系統(tǒng)中的應用.rar

RAR格式版權申訴手機打開展開

b/s架構在圖書館圖書管理系統(tǒng)中的應用,b/s架構在圖書館圖書管理系統(tǒng)中的應用1.2萬字 36頁資料含開題報告+任務書+設計說明書+使用手冊+論文正文+答辯ppt摘  要如今是信息化的社會,通過圖書館獲取信息已經成為人們生活中一個不可缺少的途徑,而圖書館信息資源的有效管理已經成為人們獲取信息的關鍵?;赽/s模式的圖書館管理系統(tǒng),實現(xiàn)了網上自動化管理,保證了...
編號:88-34339大小:1.40M
分類: 論文>計算機論文

該文檔為壓縮文件,包含的文件列表如下:

內容介紹

原文檔由會員 usactu 發(fā)布

B/S架構在圖書館圖書管理系統(tǒng)中的應用
1.2萬字 36頁

資料含開題報告+任務書+設計說明書+使用手冊+論文正文+答辯ppt



摘  要
如今是信息化的社會,通過圖書館獲取信息已經成為人們生活中一個不可缺少的途徑,而圖書館信息資源的有效管理已經成為人們獲取信息的關鍵。基于B/S模式的圖書館管理系統(tǒng),實現(xiàn)了網上自動化管理,保證了信息流程中數(shù)據(jù)的一致性、實時性,節(jié)約了辦公費用,提高了工作效率,使編輯室管理工作邁上了一個新臺階。
本文首先分析了目前圖書館信息化建設現(xiàn)狀,提出圖書管理系統(tǒng)存在的意義。接著對系統(tǒng)需求,模塊設計和系統(tǒng)架構進行了分析,重點介紹了基于Spring+Struts+Hibernate(簡稱SSH組合框架)框架系統(tǒng)的優(yōu)勢和部分代碼設計。使用基于SSH 3層架構整合方式的B/S模式的圖書館圖書管理系統(tǒng),將Struts MVC設計,Spring中的Bean管理、事務管理以及Hibernate的對象關系映射功能融為一體,解決了目前基于J2EE架構Web應用的系統(tǒng)開發(fā)所引起的許多問題。

關鍵詞:圖書館;圖書管理;SSH框架

Application of B/S Framework on Library Book Manage System
   
ABSTRACT
Now is the information society, already became the people through the library gain information to live an essential way, but the library information resource effective management already became the people to gain the information the key. Library management system based on the B/S framework has realized the on-line automation management, had guaranteed in the information flow the data uniformity, timeliness, reduced the labor time, saved the office expense, enhanced the working efficiency, caused the editorial office supervisory work to step a new stair.
This article has first analyzed the present situation of library information construction, proposes the book manage system existence significance. After that to the system demand, the module design and the system framework has carried on the analysis, introduced with emphasis system of Spring+Struts+Hibernate framework(called SSH framework)’s superiority and the partial codes design. based on SSH framework B/S pattern library book manage system, Struts the MVC design, in the Spring Bean management, the business management as well as the Hibernate object relations mapping function merges into a whole, has solve many present questions which application system development caused based on J2EE construction Web.

Keywords: Library;Book Manage;Spring+Struts+Hibernate
目 錄
摘  要 I
ABSTRACT II
目 錄 1
插圖索引 1
1 緒論 1
1.1 課題的研究目的 1
1.2 課題的研究意義 2
1.3 本文完成的主要工作 2
2 圖書管理系統(tǒng)的設計模式 3
2.1 B/S模式介紹 3
2.2 輕量級J2EE架構 3
2.2.1 Struts分析 3
2.2.2 Spring分析 4
2.2.3 Hibernate分析 5
2.3 應用服務器選擇 7
3 圖書館圖書管理的解決方案 8
3.1 系統(tǒng)結構設計 8
3.2 系統(tǒng)功能介紹 8
3.3 SSH框架技術設計 9
3.4 系統(tǒng)整體框架 9
3.4.1 系統(tǒng)技術方案的選擇 11
3.4.2 框架的優(yōu)勢 12
3.5 數(shù)據(jù)庫設計 13
4 SSH架構在系統(tǒng)中的應用與實現(xiàn) 17
4.1 系統(tǒng)框架選擇 17
4.2 圖書管理系統(tǒng)實現(xiàn) 17
4.2.1 在表現(xiàn)層上利用Struts顯示頁面 18
4.2.2 在業(yè)務層上實現(xiàn)具體的業(yè)務功能 20
4.2.3 在數(shù)據(jù)層上實現(xiàn)對數(shù)據(jù)的操作 20
4.2.4 創(chuàng)建Hibernate持久化對象 21
4.2.5 用配置文件來整合整個系統(tǒng) 21
4.3 系統(tǒng)代碼目錄結構 24
4.4 系統(tǒng)運行環(huán)境 26
結 論 27
致 謝 28
參考文獻 29



插圖索引
圖表 2.1 Struts框架結構 4
圖表 2.2 Spring框架結構 5
圖表 2.3 Hibernate框架結構1 6
圖表 2.4 Hibernate框架結構2 7
圖表 3.1 系統(tǒng)功能圖 8
圖表 3.2 三層架構邏輯圖 10
圖表 4.1 添加圖書信息界面 18
圖表 4.2 管理圖書信息界面 18
圖表 4.3 系統(tǒng)代碼目錄 25




參考文獻
[4]林信良著.《Spring技術手冊》[M]. 北京:電子工業(yè)出版社,2005-06-12:51-213.
[5]孫衛(wèi)琴著.《精通Hibernate--Java對象持久化技術詳解》[M]. 北京:電子工業(yè)出版社,2005-05-01: 543.
[6] Jeff Ferguson. Writing Object-Oriented Code [M]. Software World, 2003, 34(2):6 -11.
[7]微軟公司著.《數(shù)據(jù)庫程序設計》[M]. 北京:高等教育出版社,2006-04-05:121-122.
[8](美)Ted Hustled等著,黃若波 程峰 程繁科 譯.《實戰(zhàn)STRUTS》[M]. 北京:機械工業(yè)出版社, 2005-5-1:317.