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

當(dāng)前位置:主頁(yè) > 科技論文 > 軟件論文 >

視頻監(jiān)控報(bào)警管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)

發(fā)布時(shí)間:2018-12-12 00:58
【摘要】:近些年來(lái),隨著經(jīng)濟(jì)的發(fā)展,視頻監(jiān)控系統(tǒng)的規(guī)模也越來(lái)越大。與此同時(shí),各種軟件技術(shù)的進(jìn)步也使得視頻監(jiān)控系統(tǒng)有了長(zhǎng)足的發(fā)展。特別是web技術(shù)的發(fā)展,使得遠(yuǎn)程監(jiān)控的范圍越來(lái)越大。因此人們只需要從瀏覽器登錄系統(tǒng)就可以進(jìn)行監(jiān)控,方便而且易用。報(bào)警管理子系統(tǒng)是視頻監(jiān)控系統(tǒng)的重要組成部分,隨著視頻監(jiān)控系統(tǒng)規(guī)模的擴(kuò)大,報(bào)警管理子系統(tǒng)所要管理的報(bào)警信息也會(huì)成指數(shù)級(jí)增長(zhǎng)。面對(duì)如此大規(guī)模的報(bào)警信息,如何高效的對(duì)它們進(jìn)行管理將足一個(gè)很重要的問(wèn)題。因此,對(duì)視頻監(jiān)控報(bào)警管理系統(tǒng)進(jìn)行研究和實(shí)現(xiàn)具有非常重要的現(xiàn)實(shí)意義。本文首先介紹了系統(tǒng)的關(guān)鍵技術(shù),然后研究了視頻監(jiān)控報(bào)警管理系統(tǒng)所面臨的一些核心問(wèn)題,對(duì)報(bào)警管理系統(tǒng)進(jìn)行了需求分析,給出了系統(tǒng)的總體設(shè)計(jì)和詳細(xì)設(shè)計(jì),在設(shè)計(jì)上對(duì)系統(tǒng)的效率和穩(wěn)定性進(jìn)行了考慮。因?yàn)閳?bào)警管理系統(tǒng)所面臨的報(bào)警信息數(shù)目十分巨大,所以本系統(tǒng)采用了 mysql+kafka的多種存儲(chǔ)方式對(duì)報(bào)警信息進(jìn)行存儲(chǔ),并且引入了 ehcache緩存來(lái)提高存儲(chǔ)系統(tǒng)的讀寫效率。本系統(tǒng)對(duì)報(bào)警信息進(jìn)行了分級(jí),在服務(wù)器端收到報(bào)警信息時(shí)會(huì)對(duì)報(bào)警信息按照級(jí)別進(jìn)行緩沖控制,保證了重要的報(bào)警信息優(yōu)先得到處理,避免擁塞。服務(wù)器在向用戶端轉(zhuǎn)發(fā)報(bào)警信息時(shí)也將報(bào)警信息的重要級(jí)別考慮在內(nèi),優(yōu)先保證重要信息的實(shí)時(shí)性。論文對(duì)系統(tǒng)進(jìn)行了展示和測(cè)試總結(jié)。本系統(tǒng)后臺(tái)基于SSM(Spring+SpringMVC+Mybatis)框架進(jìn)行開發(fā),并且使用maven對(duì)項(xiàng)目進(jìn)行管理,結(jié)合了各個(gè)框架的特點(diǎn),降低了系統(tǒng)的耦合性。經(jīng)測(cè)試系統(tǒng)能夠很好地滿足需求。
[Abstract]:In recent years, with the development of economy, the scale of video surveillance system is becoming larger and larger. At the same time, the progress of various software technology also makes the video surveillance system have a considerable development. Especially with the development of web technology, the range of remote monitoring is more and more wide. Therefore, people only need to login from the browser to monitor the system, convenient and easy to use. The alarm management subsystem is an important part of the video surveillance system. With the expansion of the scale of the video surveillance system, the alarm information to be managed by the alarm management subsystem will also increase exponentially. In the face of such a large scale alarm information, how to efficiently manage them will be a very important problem. Therefore, the research and implementation of video surveillance and alarm management system has a very important practical significance. This paper first introduces the key technology of the system, then studies some core problems faced by the video surveillance and alarm management system, analyzes the requirements of the alarm management system, and gives the overall design and detailed design of the system. The efficiency and stability of the system are considered in the design. Because the alarm management system faces a huge number of alarm information, the system uses a variety of mysql kafka storage methods to store the alarm information, and introduces ehcache cache to improve the efficiency of reading and writing of the storage system. The system classifies the alarm information, when the server side receives the alarm information, it will buffer the alarm information according to the level, so as to ensure that the important alarm information is processed first and avoid congestion. When transmitting alarm information to the client, the server takes the important level of alarm information into account, and gives priority to ensuring the real-time performance of important information. The system is demonstrated and tested in this paper. The system is developed based on SSM (Spring SpringMVC Mybatis) framework, and the project is managed by maven, which combines the characteristics of each framework and reduces the coupling of the system. The test system can meet the requirements well.
【學(xué)位授予單位】:北京郵電大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2016
【分類號(hào)】:TN948.6;TP311.52

【參考文獻(xiàn)】

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

1 馬睿;;先進(jìn)報(bào)警管理系統(tǒng)設(shè)計(jì)應(yīng)用探討[J];石油化工自動(dòng)化;2015年04期

2 胡陽(yáng);;基于用戶權(quán)限的綜合監(jiān)控系統(tǒng)報(bào)警管理研究[J];機(jī)電工程技術(shù);2015年05期

3 劉英斌;謝海峰;曹孫輝;龔朝兵;花飛;;報(bào)警管理系統(tǒng)的優(yōu)化實(shí)踐[J];廣東化工;2014年04期

4 楊帆;蕭德云;;智能報(bào)警管理若干研究問(wèn)題[J];計(jì)算機(jī)與應(yīng)用化學(xué);2011年12期

5 吳震;;聯(lián)網(wǎng)報(bào)警與視頻監(jiān)控系統(tǒng)平臺(tái)實(shí)現(xiàn)技術(shù)[J];通信技術(shù);2010年05期

6 張宇;王映輝;張翔南;;基于Spring的MVC框架設(shè)計(jì)與實(shí)現(xiàn)[J];計(jì)算機(jī)工程;2010年04期

7 錢奇;王贊;曹榮輝;;電子值班綜合報(bào)警管理系統(tǒng)的研究[J];中國(guó)電力教育;2009年21期

8 伍志方;基于WEB的生產(chǎn)實(shí)時(shí)監(jiān)控系統(tǒng)的應(yīng)用[J];工業(yè)控制計(jì)算機(jī);2002年02期

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

1 徐圣;智能安防報(bào)警系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];太原理工大學(xué);2013年

2 高世金;對(duì)J2EE應(yīng)用實(shí)現(xiàn)中關(guān)鍵技術(shù)的研究[D];浙江大學(xué);2007年

,

本文編號(hào):2373579

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

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


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

版權(quán)申明:資料由用戶6e893***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com