【正文】
..................... 30 桂林理工大學(xué)本科畢業(yè)設(shè)計 桂林理工大學(xué)本科畢業(yè)設(shè)計 Servlet。 JDBC。論文 II The design and implementation of university society management system based on Android mobile phone Student:TENG Mankai Teacher:SHAO Yuanfu Abstract:With the continuous improvement of China39。 本系統(tǒng)將社團(tuán)的會員信息、物品信息、活動信息、公告信息等相關(guān)信息整合到服務(wù)器中,用戶通過安卓手機(jī)客戶端可以及時掌握社團(tuán)信息,動態(tài)地對這些信息進(jìn)行決策和處理,能有效提高社團(tuán) 的工作效率,具有較好的應(yīng)用價值。社團(tuán)內(nèi)有權(quán)限的用戶,通過操作安卓手機(jī)客戶端,利用無線網(wǎng)絡(luò)連接到服務(wù)器,能順利實現(xiàn)對社團(tuán)內(nèi)的各項事務(wù)進(jìn)行管理。 論文詳細(xì)闡述了系統(tǒng)各項功能模塊的具體設(shè)計流程及實現(xiàn)結(jié)果。通過設(shè)計,系統(tǒng)后臺服務(wù)器使用MySQL 作為數(shù)據(jù)存儲數(shù)據(jù)庫,通過 DAO 中封裝的 JDBC 連接對數(shù)據(jù)進(jìn)行調(diào)用,相應(yīng)的 DAO 裝配在 Servlet 中。本文利用安卓手機(jī),通過移動互聯(lián)網(wǎng)對大學(xué)社團(tuán)進(jìn)行信息化管理進(jìn)行了研究和實現(xiàn)。 設(shè)計 (論文 )作者簽名: 日期: 年 月 日 指 導(dǎo) 教 師 簽 名: 日期: 年 月 日 桂林理工大學(xué)本科畢業(yè)設(shè)計 設(shè)計(論文)作者簽名: 日 期: 年 月 日 桂林理工大學(xué) 設(shè)計(論文)使用授權(quán)聲明 本設(shè)計(論文)作者完全了解學(xué)校有關(guān)保留、使用設(shè)計(論文)的規(guī)定,同意學(xué)校保留并向國家有關(guān)部門或機(jī)構(gòu)送交設(shè)計(論文)的復(fù)印件和電子版,允許設(shè)計(論文)被查閱或借閱。對設(shè)計(論文) 的研究成果做出貢獻(xiàn)的個人和集體,均已作了明確的標(biāo)明。學(xué) 號: 3111342102 題目類型: 設(shè)計 (設(shè)計、論文、報告 ) 桂林理工大學(xué) GUILIN UNIVERSITY OF TECHNOLOGY 本科畢業(yè)設(shè)計 (論文 ) 題目: 基于安卓手機(jī)的大學(xué)社團(tuán)管理系統(tǒng)設(shè)計與實現(xiàn) 學(xué) 院: 理學(xué)院 專業(yè) (方向 ): 信息與計算科學(xué) 班 級: 信科 20211 班 學(xué) 生: 滕滿開 指導(dǎo)教師 : 邵遠(yuǎn)夫 職稱: 教授 2021 年 5 月 30 日 桂林理工大學(xué) 畢業(yè)設(shè)計(論文)獨(dú)創(chuàng)性聲明 本人聲明所呈交的設(shè)計(論文)是我個人在指導(dǎo)教師指導(dǎo)下進(jìn)行的研究工作及取得的研究成果。盡我所知,除了設(shè)計(論文)中特別加以標(biāo)注和致謝的地方外,設(shè)計(論文)中不包含其他人或集體已經(jīng)發(fā)表或撰寫的研究成果,也不包含為獲得桂林理工大學(xué)或其它教育機(jī)構(gòu)的學(xué)位或證書而使用過的材料。本人完全意識到本聲明的法律后果由本人承擔(dān)。本人授權(quán)桂林理工大學(xué)可以將本設(shè)計(論文)的全部或部分內(nèi)容編入有關(guān)數(shù)據(jù)庫進(jìn)行檢索,可以采用影印、縮印或掃描等復(fù)制手段保存和匯編本 設(shè)計(論文)。論文 I 摘要 隨著我國信息化網(wǎng)絡(luò)的不斷完善,移動互聯(lián)網(wǎng)的高速發(fā)展以及智能手機(jī)的普及,以智能手機(jī)為主導(dǎo)依托移動互聯(lián)網(wǎng)的信息化管理系統(tǒng)將是日后信息化管理的趨勢。 本文首先分析系統(tǒng)運(yùn)行環(huán)境,介紹 MySQL 數(shù)據(jù)庫、 Android 系統(tǒng)、 Tomcat 服務(wù)器,Android 開發(fā)工具包 Android SDK 以及 Servlet 技術(shù)。應(yīng)用 tomcat 的服務(wù)器將服務(wù)的 Servlet 接口開放在公網(wǎng)環(huán)境中,前臺手機(jī)客戶端使用 WiFi 及移動網(wǎng)絡(luò),通過 URL 找到服務(wù)器的接口,實現(xiàn)數(shù)據(jù)的對接,對接后即可使用安卓手機(jī)客戶端對社團(tuán)相關(guān)事務(wù)進(jìn)行管理。主要功能模塊包括手機(jī)客戶端無線網(wǎng) 絡(luò)開啟功能模塊,系統(tǒng)登錄和登錄驗證功能模塊,社團(tuán)會員信息添加、刪除、修改查詢功能模塊,社團(tuán)物品錄入、領(lǐng)用、歸還等功能模塊,活動信息的發(fā)布、查詢修改、公告等信息的添加、修改、刪除、查詢等功能模塊。最后通過系統(tǒng)測試驗證設(shè)計系統(tǒng)的各種性能。 關(guān)鍵字: Android; JDBC; MySQL ; Servlet;社團(tuán)管理; 桂林理工大學(xué)本科畢業(yè)設(shè)計s information work, mobile Inter highspeed development and smartphone peration, smart phones as the leading relying on the mobile Inter in the information management system will be future information management paper studies and realizes the information management of university society through mobile Inter. This paper first analyzes the operating environment of the system, introduces the MySQL database, Android system, Tomcat server, Android development kit SDK Android and Servlet technology. Through the design, the system backend server uses MySQL as the data storage database, through the DAO JDBC connection to the data calls, the corresponding DAO is assembled in Servlet. The Tomcat application server will service the servlet interface open in public work environment, the front end of mobile phone client use WiFi and mobile work, through the URL to locate the server interface, data to achieve docking, docking can be used Android mobile phone client management of society affairs. The paper details the design procedure and the result of the system function module. Main function modules include mobile client wireless work open function modules, system login and login authentication module, association membership information to add, delete, modify query module, club goods entry, collar, return the function module, release of information activities, query modification, announcement etc. information to add, modify, delete, query and other functional modules. The users of the society have the authority, and through the operation of Android mobile client, the use of wireless work connected to the server, can successfully achieve the anization of the affairs within the management. The performance of the design system is verified by the system test. Club membership information, items of information, activities information, bulletin information integrate relevant information to the server, the user through the Android mobile phone client can timely grasp of the information society of the system, the dynamic of the information for decision making and processing, can effectively improve the efficiency of the society, and has good application value. Key words: Android。 MySQL。 society management。論文 目 次 摘要 ............................................................................................................................................. I Abstract ..................................................................................................................................... II 1 緒論 ........................................................................................................................................ 1 課題研究的意義 .......................................................................................................... 1 課題研究的內(nèi)容 .......................................................................................................... 2 國內(nèi)外研究 現(xiàn)狀 .......................................................................................................... 2 課題設(shè)計難點 .............................................................................................................. 2 論文組織結(jié)構(gòu) .............................................................................................................. 3 2 開發(fā)環(huán)境與工具介紹 ............................................................................................................ 4 運(yùn)行環(huán)境要求 .............................................................................................................. 4 MySQL 數(shù)據(jù)庫 ............................................................................................................. 4 MySQL 數(shù)據(jù)庫簡介 ......................................................................