基于ssh的圖書館管理系統(tǒng)的設(shè)計與實現(xiàn).doc
基于ssh的圖書館管理系統(tǒng)的設(shè)計與實現(xiàn),基于ssh的圖書館管理系統(tǒng)的設(shè)計與實現(xiàn)摘要: 通過對圖書館管理系統(tǒng)的運行管理機制進行調(diào)查研究,采用java編程技術(shù)和mysql數(shù)據(jù)庫,在myeclipse 集成開發(fā)環(huán)境下應(yīng)用ssh框架,完成了圖書館管理系統(tǒng)的設(shè)計全過程。本系統(tǒng)在開發(fā)過程中采用b/s結(jié)構(gòu),運用面向?qū)ο蟮拈_發(fā)技術(shù),實現(xiàn)了瀏覽器端和服務(wù)器端的各自功能,其中瀏...


內(nèi)容介紹
此文檔由會員 dustinblog 發(fā)布基于SSH的圖書館管理系統(tǒng)的設(shè)計與實現(xiàn)
摘要:
通過對圖書館管理系統(tǒng)的運行管理機制進行調(diào)查研究,采用Java編程技術(shù)和MySQL數(shù)據(jù)庫,在MyEclipse 集成開發(fā)環(huán)境下應(yīng)用SSH框架,完成了圖書館管理系統(tǒng)的設(shè)計全過程。本系統(tǒng)在開發(fā)過程中采用B/S結(jié)構(gòu),運用面向?qū)ο蟮拈_發(fā)技術(shù),實現(xiàn)了瀏覽器端和服務(wù)器端的各自功能,其中瀏覽器端主要實現(xiàn)了讀者登錄、查詢、超期提醒等功能,服務(wù)器端主要實現(xiàn)了系統(tǒng)設(shè)置、讀者管理、圖書管理、用戶管理、圖書借還、系統(tǒng)查詢、更改密碼等管理員功能。系統(tǒng)通過Hibernate和數(shù)據(jù)庫進行連接,有效解決了數(shù)據(jù)庫連接及訪問過程中的安全性及效率問題,提高了系統(tǒng)的可靠性及運行效率。論文較詳細地敘述了該系統(tǒng)開發(fā)實現(xiàn)的全過程,并對具體關(guān)鍵技術(shù)及開發(fā)中遇到的問題進行了詳盡的描述。
關(guān)鍵詞: 圖書館管理 SSH 借閱查詢 圖書借還
畢業(yè)設(shè)計(論文)外文摘要
Title Design and Implementation of Library Management
System Based on the SSH
Abstract
The library management system management system investigation and study, using Java programming technology and MySQL database, in the MyEclipse integrated development environment using SSH framework, complete library management system design process. The system in the development process by using B/S structure, using object-oriented technology, realize the browser and server end of each function, the browser terminal which mainly realize the reader login, query and other functions, the server implementation system settings, the reader management, library management, user management, the books borrow also, system query, change password administrator function. The system through the Hibernate and the database connection, can effectively solve the database connection and access of process safety and efficiency, improve the reliability of the system and running efficiency. Paper describes in detail the development of the system to achieve the whole process, and some key techniques and problems encountered in the development of a detailed description of.
Keywords: Library management SSH Loan inquiries Books borrow and return
目 次
1 引言 1
2 需求分析 1
2.1 問題提出 1
2.2 解決方案 2
2.3 可行性分析 2
2.4 用戶需求 3
3 系統(tǒng)設(shè)計 4
3.1 系統(tǒng)總體設(shè)計 4
3.2 數(shù)據(jù)庫設(shè)計 6
4 系統(tǒng)實施 11
4.1 系統(tǒng)架構(gòu)分析 11
4.2 數(shù)據(jù)庫操作接口設(shè)計 12
4.3 登錄模塊的實現(xiàn) 12
4.4 后臺信息管理子系統(tǒng)的實現(xiàn) 13
4.5 前臺讀者信息查詢子系統(tǒng)的實現(xiàn) 22
5 關(guān)鍵技術(shù)介紹 23
5.1 SPRING+HIBERNATE整合 23
5.2 SPRING+STRUTS2整合 24
5.3 三者組合開發(fā) 25
6 軟件測試 25
6.1 模塊測試 25
6.2 集成測試 27
6.3 驗收測試 27
結(jié) 論 28
參 考 文 獻 29
致 謝 30