基于android的數(shù)字化圖書管理系統(tǒng)服務(wù)器端開發(fā)[獨(dú)家原創(chuàng)].docx
約33頁(yè)DOCX格式手機(jī)打開展開
基于android的數(shù)字化圖書管理系統(tǒng)服務(wù)器端開發(fā)[獨(dú)家原創(chuàng)],基于android的數(shù)字化圖書管理系統(tǒng)服務(wù)器端開發(fā)1.28萬(wàn)字自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過(guò)校內(nèi)系統(tǒng)檢測(cè),重復(fù)率低,僅在本站獨(dú)家出售,大家放心下載使用摘 要 安卓圖書館是一款基于android平臺(tái)的電子書閱讀軟件,安卓圖書館閱讀軟件使用java語(yǔ)言編寫安卓圖書館支持多種電子書格式:如oeb,epub,fb2。通過(guò)安卓數(shù)字...
內(nèi)容介紹
此文檔由會(huì)員 jiji888 發(fā)布
基于Android的數(shù)字化圖書管理系統(tǒng)服務(wù)器端開發(fā)
1.28萬(wàn)字
自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過(guò)校內(nèi)系統(tǒng)檢測(cè),重復(fù)率低,僅在本站獨(dú)家出售,大家放心下載使用
摘 要
安卓圖書館是一款基于Android平臺(tái)的電子書閱讀軟件,安卓圖書館閱讀軟件使用java語(yǔ)言編寫安卓圖書館支持多種電子書格式:如oeb,epub,fb2。通過(guò)安卓數(shù)字圖書館閱讀軟件,您可以享受更多的閱讀樂趣您可以根據(jù)需要任意設(shè)置顏色,字體,按鍵綁定或者是更改對(duì)話框中的其他屬性。數(shù)字圖書館的主要功能有注冊(cè)與認(rèn)證,檢索服務(wù),圖書預(yù)約以及文獻(xiàn)下載服務(wù)功能。基于Android 平臺(tái)的圖書館服務(wù)系統(tǒng)由服務(wù)器端接口和客戶端系統(tǒng)組成。服務(wù)器端接口封裝服務(wù)請(qǐng)求處理和后臺(tái)數(shù)據(jù)庫(kù)訪問操作??蛻舳讼到y(tǒng)提供系統(tǒng)服務(wù)功能,運(yùn)行于Android平臺(tái)。結(jié)合目前較流行的Android系統(tǒng)開發(fā)了基于Android的數(shù)字圖書館。
關(guān)鍵詞:圖書館管理系統(tǒng);ANDROID;數(shù)據(jù)庫(kù)設(shè)計(jì);服務(wù)器端
Abstract
Android Library is a platform-based e-book reading software,Android Library reading software using java language supports multiple e-book formats,such as: oeb,epub,fb2. By Android digital library reading software, you can enjoy more fun to read, you can arbitrarily set the color, fonts, key bindings, or change other properties dialog. The main function of a digital library has registration and certification, search services, appointment books and literature download services. Android-based library service system consists of server and client-side interface system. Server-side interface package service request processing and database access operations. Client systems to provide system services, running on Android platform. Combined with the current development of the more popular Android system Android-based digital library.
Key words : library management system; ANDROID; database design; server
目錄
摘 要 2
Abstract 3
第1章 前 言 5
1.1 Android圖書館的發(fā)展歷史 5
1.2 課題的現(xiàn)狀 5
1.3 課題的內(nèi)容 6
第2章 軟件設(shè)計(jì)及開發(fā)工具介紹 8
2.1 總體設(shè)計(jì) 8
2.2 系統(tǒng)結(jié)構(gòu) 8
2.3 開發(fā)工具介紹和關(guān)鍵技術(shù) 8
第3章 系統(tǒng)功能設(shè)計(jì) 11
3.1 系統(tǒng)開發(fā) 11
3.1.1系統(tǒng)開發(fā)框架 11
3.1.2 注冊(cè) 12
3.1.3 用戶登錄 12
3.1.4 書目檢索 12
3.1.5 用戶管理 12
3.1.6 圖書管理 12
3.2 后臺(tái)管理 12
3.2.1 注冊(cè)管理 13
3.2.2 登錄管理 13
3.2.3 圖書查詢管理 13
3.2.4 用戶管理 13
3.2.5 圖書管理 13
第4章 數(shù)據(jù)庫(kù)結(jié)構(gòu)設(shè)計(jì) 15
4.1 數(shù)據(jù)庫(kù)邏輯結(jié)構(gòu)設(shè)計(jì) 15
4.2 數(shù)據(jù)庫(kù)物理結(jié)構(gòu)設(shè)計(jì) 17
第5章 模塊開發(fā)及編碼實(shí)現(xiàn)與系統(tǒng)測(cè)試 19
5.1 服務(wù)器端的設(shè)計(jì)---搭建java web服務(wù)器 19
5.2 連接數(shù)據(jù)庫(kù)模塊 19
5.3 服務(wù)器功能模塊 19
5.3.1 注冊(cè)模塊 19
5.3.2 登錄模塊 21
5.3.3 書籍查詢模塊 23
5.3.4 特定用戶查詢模塊 25
5.3.5 查詢所有用戶模塊 26
5.3.6 添加書籍模塊 27
5.3.7 核心代碼 29
總 結(jié) 31
參考文獻(xiàn) 33
致 謝 34
1.28萬(wàn)字
自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過(guò)校內(nèi)系統(tǒng)檢測(cè),重復(fù)率低,僅在本站獨(dú)家出售,大家放心下載使用
摘 要
安卓圖書館是一款基于Android平臺(tái)的電子書閱讀軟件,安卓圖書館閱讀軟件使用java語(yǔ)言編寫安卓圖書館支持多種電子書格式:如oeb,epub,fb2。通過(guò)安卓數(shù)字圖書館閱讀軟件,您可以享受更多的閱讀樂趣您可以根據(jù)需要任意設(shè)置顏色,字體,按鍵綁定或者是更改對(duì)話框中的其他屬性。數(shù)字圖書館的主要功能有注冊(cè)與認(rèn)證,檢索服務(wù),圖書預(yù)約以及文獻(xiàn)下載服務(wù)功能。基于Android 平臺(tái)的圖書館服務(wù)系統(tǒng)由服務(wù)器端接口和客戶端系統(tǒng)組成。服務(wù)器端接口封裝服務(wù)請(qǐng)求處理和后臺(tái)數(shù)據(jù)庫(kù)訪問操作??蛻舳讼到y(tǒng)提供系統(tǒng)服務(wù)功能,運(yùn)行于Android平臺(tái)。結(jié)合目前較流行的Android系統(tǒng)開發(fā)了基于Android的數(shù)字圖書館。
關(guān)鍵詞:圖書館管理系統(tǒng);ANDROID;數(shù)據(jù)庫(kù)設(shè)計(jì);服務(wù)器端
Abstract
Android Library is a platform-based e-book reading software,Android Library reading software using java language supports multiple e-book formats,such as: oeb,epub,fb2. By Android digital library reading software, you can enjoy more fun to read, you can arbitrarily set the color, fonts, key bindings, or change other properties dialog. The main function of a digital library has registration and certification, search services, appointment books and literature download services. Android-based library service system consists of server and client-side interface system. Server-side interface package service request processing and database access operations. Client systems to provide system services, running on Android platform. Combined with the current development of the more popular Android system Android-based digital library.
Key words : library management system; ANDROID; database design; server
目錄
摘 要 2
Abstract 3
第1章 前 言 5
1.1 Android圖書館的發(fā)展歷史 5
1.2 課題的現(xiàn)狀 5
1.3 課題的內(nèi)容 6
第2章 軟件設(shè)計(jì)及開發(fā)工具介紹 8
2.1 總體設(shè)計(jì) 8
2.2 系統(tǒng)結(jié)構(gòu) 8
2.3 開發(fā)工具介紹和關(guān)鍵技術(shù) 8
第3章 系統(tǒng)功能設(shè)計(jì) 11
3.1 系統(tǒng)開發(fā) 11
3.1.1系統(tǒng)開發(fā)框架 11
3.1.2 注冊(cè) 12
3.1.3 用戶登錄 12
3.1.4 書目檢索 12
3.1.5 用戶管理 12
3.1.6 圖書管理 12
3.2 后臺(tái)管理 12
3.2.1 注冊(cè)管理 13
3.2.2 登錄管理 13
3.2.3 圖書查詢管理 13
3.2.4 用戶管理 13
3.2.5 圖書管理 13
第4章 數(shù)據(jù)庫(kù)結(jié)構(gòu)設(shè)計(jì) 15
4.1 數(shù)據(jù)庫(kù)邏輯結(jié)構(gòu)設(shè)計(jì) 15
4.2 數(shù)據(jù)庫(kù)物理結(jié)構(gòu)設(shè)計(jì) 17
第5章 模塊開發(fā)及編碼實(shí)現(xiàn)與系統(tǒng)測(cè)試 19
5.1 服務(wù)器端的設(shè)計(jì)---搭建java web服務(wù)器 19
5.2 連接數(shù)據(jù)庫(kù)模塊 19
5.3 服務(wù)器功能模塊 19
5.3.1 注冊(cè)模塊 19
5.3.2 登錄模塊 21
5.3.3 書籍查詢模塊 23
5.3.4 特定用戶查詢模塊 25
5.3.5 查詢所有用戶模塊 26
5.3.6 添加書籍模塊 27
5.3.7 核心代碼 29
總 結(jié) 31
參考文獻(xiàn) 33
致 謝 34