天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當前位置:主頁 > 科技論文 > 軟件論文 >

智慧科技館服務(wù)與管理系統(tǒng)的設(shè)計與實現(xiàn)

發(fā)布時間:2018-08-30 19:30
【摘要】:隨著移動互聯(lián)網(wǎng)技術(shù)的快速發(fā)展與應(yīng)用,移動終端應(yīng)用層出不窮,科技館服務(wù)與管理系統(tǒng)應(yīng)用也在眾多移動終端系統(tǒng)應(yīng)用之中。但現(xiàn)有的科技館服務(wù)與管理系統(tǒng)業(yè)務(wù)功能比較單一,且服務(wù)大多面向于科技館游客。因此需要設(shè)計一套科技館服務(wù)與管理系統(tǒng),并設(shè)計實現(xiàn)一款面向不同用戶的移動、便攜式科技館移動客戶端。本文針對現(xiàn)有的科技館移動終端應(yīng)用存在的不足,結(jié)合當前的移動終端技術(shù),在設(shè)計智慧科技館服務(wù)與管理系統(tǒng)期間做了以下幾方面的主要研究工作:1、針對用戶不同,充分分析、總結(jié)了參觀者與科技館管理人員的用戶需求。在此基礎(chǔ)上,設(shè)計了基于C/S(Client/Server)架構(gòu)的科技館應(yīng)用整體系統(tǒng)模型,并根據(jù)系統(tǒng)工作流程,設(shè)計了系統(tǒng)工作流程時序圖。重點設(shè)計了科技館移動客戶端子系統(tǒng)與服務(wù)端子系統(tǒng),對各子系統(tǒng)的功能進行編碼、測試與實現(xiàn)。同時搭建了與服務(wù)器關(guān)聯(lián)的MySQL數(shù)據(jù)庫,并采用SQL語言編寫了用戶信息、展品信息等各種數(shù)據(jù)庫表。2、深入分析科技館服務(wù)端系統(tǒng)的功能,并根據(jù)服務(wù)端處理業(yè)務(wù)模塊的不同,將服務(wù)端系統(tǒng)劃分為基于HTTP(Hyper Text Transfer Protocol)請求的Web服務(wù)器和基于 XMPP(Extensible Messaging and Presence Protocol)協(xié)議請求的即時通信服務(wù)器。在設(shè)計服務(wù)端的準備階段,對客戶端與服務(wù)端之間采用的HTTP、XMPP網(wǎng)絡(luò)通信協(xié)議的特點、工作機制與原理進行了研究。設(shè)計了 Web服務(wù)器模型,并劃分和設(shè)計了 Web服務(wù)器的業(yè)務(wù)處理模塊。同時改進了 LRU算法(Least Recently Used),來實現(xiàn)服務(wù)器端的緩存策略,優(yōu)化服務(wù)器響應(yīng)性能。設(shè)計了基于LRU算法的展品推薦業(yè)務(wù),并對其進行了 Java語言的編程與業(yè)務(wù)功能實現(xiàn)。最后采用Servlet技術(shù)、Java編程語言對Web服務(wù)器的業(yè)務(wù)功能模塊進行編程、測試,同時設(shè)計編寫了 Web服務(wù)器接口文檔。與此同時,搭建了基于XMPP請求的Open Fire服務(wù)器來處理即時通信功能模塊請求。3、針對現(xiàn)有的科技館移動客戶端功能不足、用戶單一的問題,設(shè)計了集首頁用戶指南、展品展示與語音導(dǎo)覽、即時通信、管理員遠程控制與管理、天氣與出行路線查詢等功能模塊于一體的科技館移動客戶端子系統(tǒng)。在設(shè)計即時通信功能模塊時采用Java的封裝思想將其單獨封裝、設(shè)計成即時聊天SDK。采用MVC設(shè)計模式對SDK結(jié)構(gòu)進行搭建,并對SDK運行模型的時序圖進行設(shè)計與繪制。最后對即時聊天SDK進行代碼分包設(shè)計,相關(guān)類、接口、方法進行Java語言的編寫與實現(xiàn)。在展品詳情展示模塊,通過引用ShareSDK,設(shè)計實現(xiàn)了展品的社會化分享功能。在展品語音導(dǎo)覽功能中,引用開源的TTS語音播放系統(tǒng),編寫了語音初始化與播放的工具類。同時為確保用戶登錄信息的安全,對用戶個人數(shù)據(jù)信息進行MD5不可逆加密處理。本文設(shè)計的科技館服務(wù)與管理系統(tǒng)經(jīng)過編碼、測試,實現(xiàn)了服務(wù)端子系統(tǒng)的各個業(yè)務(wù)處理模塊以及客戶端子系統(tǒng)的各個交互界面良好的功能模塊。隨著科技館的日益增多,科技館服務(wù)與管理系統(tǒng)移動客戶端將有更寬廣的應(yīng)用市場和前景。
[Abstract]:With the rapid development and application of mobile Internet technology, mobile terminal applications emerge one after another, and the application of service and management system of science and Technology Museum is also in many mobile terminal applications. The library service and management system is designed and implemented, and a mobile, portable Technology Museum mobile client is designed and implemented for different users. In view of the shortcomings of the existing technology museum mobile terminal applications, combined with the current mobile terminal technology, in the design of the intelligent technology museum service and management system during the following aspects of the main research work done 1. According to the different users, the paper sums up the users'needs of visitors and administrators of the Science and Technology Museum. On this basis, the paper designs the application system model of the Science and Technology Museum based on C/S (Client/Server) architecture, and designs the system work flow chart according to the system work flow. At the same time, the MySQL database associated with the server is set up, and various database tables such as user information, exhibits information are compiled by SQL language. 2. The functions of the service-side system of the Science and Technology Museum are analyzed in depth, and according to the differences of the service-side processing business modules, the MySQL database is built. The server system is divided into a Web server based on HTTP (Hyper Text Transfer Protocol) request and an instant messaging server based on XMPP (Extensible Messaging and Presence Protocol). This paper designs the Web server model, divides and designs the business processing module of the Web server, improves the LRU algorithm (Least Recently Used) to realize the cache strategy on the server side and optimizes the server response performance. Finally, using the Servlet technology, Java programming language to program and test the business function module of the Web server, and design and write the Web server interface document. At the same time, build an Open Fire server based on XMPP request to handle the instant messaging function module request. The mobile client subsystem of the Science and Technology Museum is designed, which integrates the function modules of user guide, exhibits display and voice guide, instant messaging, administrator remote control and management, weather and travel route inquiry and so on. It is designed to be a real-time chat SDK. MVC design pattern is used to build the SDK structure, and the timing diagram of the SDK running model is designed and drawn. Finally, the code subpackage design, related classes, interfaces, methods of the real-time chat SDK are implemented in Java language. The social sharing function of exhibits is designed and implemented with Share SDK. In the function of exhibits'voice guide, the tool classes of voice initialization and playback are compiled by using open source TTS voice playing system. At the same time, in order to ensure the safety of user's login information, the user's personal data is encrypted by MD5 irreversibly. After encoding and testing, the service and management system has realized each business processing module of the server subsystem and each interactive interface function module of the client subsystem.
【學(xué)位授予單位】:安徽大學(xué)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2017
【分類號】:TP311.52

【相似文獻】

相關(guān)期刊論文 前10條

1 ;洛電投運機組運行優(yōu)化管理系統(tǒng)[J];華中電力;2003年04期

2 楊英;顯示管理系統(tǒng)[J];管理科學(xué)文摘;1994年02期

3 歲豐;自動資源計劃和管理系統(tǒng)[J];管理科學(xué)文摘;1994年02期

4 楊英;文件周轉(zhuǎn)管理系統(tǒng)[J];管理科學(xué)文摘;1997年02期

5 ;江西省舉辦《微機網(wǎng)絡(luò)臺站管理系統(tǒng)》培訓(xùn)班[J];中國無線電管理;1997年02期

6 朱士宇;醫(yī)院計算機文書管理系統(tǒng)的開發(fā)與應(yīng)用[J];中華醫(yī)學(xué)信息導(dǎo)報;1999年17期

7 汪佳梅;張淑梅;;工姿管理系統(tǒng)的設(shè)計與實現(xiàn)[J];佳木斯教育學(xué)院學(xué)報;2000年01期

8 李椺;松下產(chǎn)業(yè)開發(fā)出出入核電站區(qū)域的管理系統(tǒng)[J];國外核新聞;2000年01期

9 羅偉華,曾明如;校園收費一卡通管理系統(tǒng)簡介[J];江西電力;2000年03期

10 王成鋼,王曉東;開放式試題生成管理系統(tǒng)的設(shè)計與開發(fā)[J];濰坊教育學(xué)院學(xué)報;2000年02期

相關(guān)會議論文 前10條

1 劉東;張志雄;唐力;尚建忠;;淺談如何進行流程管理系統(tǒng)的開發(fā)[A];先進制造技術(shù)論壇暨第二屆制造業(yè)自動化與信息化技術(shù)交流會論文集[C];2003年

2 袁程;;科技項目申報及管理系統(tǒng)的開發(fā)[A];全國第十五屆計算機科學(xué)與技術(shù)應(yīng)用學(xué)術(shù)會議論文集[C];2003年

3 林寶會;王紅穎;高新亮;鄧朕紀;;承鋼采購價格管理系統(tǒng)的設(shè)計與實現(xiàn)[A];中國計量協(xié)會冶金分會2009年年會論文集[C];2009年

4 劉曉敏;蔡燕窩;郭群輝;林耀輝;趙洪勤;;電臺導(dǎo)播管理系統(tǒng)[A];2005年廣播電視技術(shù)論文匯編[C];2005年

5 邱東;高國麗;李征燕;張立秋;;鋼鐵企業(yè)能源計量與管理系統(tǒng)的實現(xiàn)[A];第十七屆全國測控計量儀器儀表學(xué)術(shù)年會(MCMI'2007)論文集(下冊)[C];2007年

6 楊志軍;田琳;苗加慶;;獨立學(xué)院學(xué)生就業(yè)管理系統(tǒng)的構(gòu)建[A];2012管理創(chuàng)新、智能科技與經(jīng)濟發(fā)展研討會論文集[C];2012年

7 吳元健;;門診電子醫(yī)囑和樣本管理系統(tǒng)的開發(fā)與應(yīng)用[A];中華醫(yī)學(xué)會第九次全國檢驗醫(yī)學(xué)學(xué)術(shù)會議暨中國醫(yī)院協(xié)會臨床檢驗管理專業(yè)委員會第六屆全國臨床檢驗實驗室管理學(xué)術(shù)會議論文匯編[C];2011年

8 田巨龍;王作卿;詹超云;鄭錦鋒;胡敏;;醫(yī)院數(shù)字化膳食管理系統(tǒng)的開發(fā)研制[A];中國生物醫(yī)學(xué)工程學(xué)會第六次會員代表大會暨學(xué)術(shù)會議論文摘要匯編[C];2004年

9 韓新超;;保險公司電子影像管理系統(tǒng)的設(shè)計[A];計算機技術(shù)與應(yīng)用進展——全國第17屆計算機科學(xué)與技術(shù)應(yīng)用(CACIS)學(xué)術(shù)會議論文集(上冊)[C];2006年

10 王茂貴;黃郁明;張明;;燃煤機組運行優(yōu)化管理系統(tǒng)的開發(fā)及應(yīng)用[A];2008中國可持續(xù)發(fā)展論壇論文集(3)[C];2008年

相關(guān)重要報紙文章 前10條

1 少雄 藍芳 欽賢;上杭推行網(wǎng)絡(luò)督查管理系統(tǒng)[N];閩西日報;2009年

2 國家衛(wèi)生計生委衛(wèi)生發(fā)展研究中心 傅鴻鵬;客觀看待世衛(wèi)管理系統(tǒng)改革[N];醫(yī)藥經(jīng)濟報;2014年

3 申文;ERP管理系統(tǒng)在報業(yè)印刷中初見成效[N];中國包裝報;2004年

4 馮松海邋記者 張欣耘;南京移動投訴管理系統(tǒng)提高美譽度[N];人民郵電;2007年

5 記者 張旗邋通訊員 王新房;二炮新型數(shù)字化管理系統(tǒng)通過鑒定[N];解放軍報;2008年

6 本報記者 施斌 通訊員 陳萍 徐昆英;辦稅服務(wù)質(zhì)效管理系統(tǒng)在寧波啟用[N];中國稅務(wù)報;2014年

7 記者 解希民;四平實現(xiàn)財政管理系統(tǒng)全部國產(chǎn)化[N];中國財經(jīng)報;2014年

8 王峻;高科技就是生產(chǎn)力[N];市場報;2000年

9 記者  劉洋 通訊員  胡琴 林春輝;湖州升級駕培計時管理系統(tǒng)[N];中國交通報;2007年

10 通訊員 曹金龍 李燕;滄州煉油廠ERP管理系統(tǒng)成功上線運行[N];現(xiàn)代物流報;2006年

相關(guān)博士學(xué)位論文 前3條

1 徐春婕;鐵路大型客運站管理系統(tǒng)及關(guān)鍵技術(shù)研究[D];中國鐵道科學(xué)研究院;2014年

2 鐘宙;情景管理系統(tǒng)中基于概念格的檢索和存儲技術(shù)研究[D];華東師范大學(xué);2015年

3 羅奇;大學(xué)生體質(zhì)健康管理的研究與應(yīng)用[D];華中師范大學(xué);2011年

相關(guān)碩士學(xué)位論文 前10條

1 陳嵐;基于iOS的個人便簽管理系統(tǒng)的設(shè)計與實現(xiàn)[D];華南理工大學(xué);2015年

2 溫國文;基于ERP的紙機產(chǎn)線建設(shè)管理系統(tǒng)的研究與實現(xiàn)[D];華南理工大學(xué);2015年

3 鐘艷;支持離線應(yīng)用的掘進機售后服務(wù)管理系統(tǒng)的研究與設(shè)計[D];西南交通大學(xué);2015年

4 李優(yōu);熱軋廠板坯庫管理系統(tǒng)研究與開發(fā)[D];冶金自動化研究設(shè)計院;2015年

5 李璞;老年人居家養(yǎng)老管理系統(tǒng)的研究及實現(xiàn)[D];蘭州大學(xué);2015年

6 劉帥;基于關(guān)聯(lián)規(guī)則的某高校獎助學(xué)金管理系統(tǒng)的設(shè)計與實現(xiàn)[D];蘇州大學(xué);2015年

7 寧林;曲靖畜牧養(yǎng)殖基地畜牧放養(yǎng)管理系統(tǒng)的設(shè)計與實現(xiàn)[D];山東大學(xué);2015年

8 董效武;菏澤一中學(xué)生綜合素質(zhì)評價管理系統(tǒng)的設(shè)計與實現(xiàn)[D];山東大學(xué);2015年

9 秦鈺;RFID技術(shù)在物流倉儲管理系統(tǒng)中的研究及應(yīng)用[D];山西農(nóng)業(yè)大學(xué);2015年

10 張磊;流行病學(xué)調(diào)查和管理系統(tǒng)的設(shè)計與實現(xiàn)[D];上海交通大學(xué);2015年



本文編號:2214066

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/ruanjiangongchenglunwen/2214066.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶c06e7***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com