99999久久久久久亚洲,欧美人与禽猛交狂配,高清日韩av在线影院,一个人在线高清免费观看,啦啦啦在线视频免费观看www

熱線電話:13121318867

登錄
首頁職業(yè)發(fā)展環(huán)衛(wèi)管理用上“大數(shù)據(jù)”
環(huán)衛(wèi)管理用上“大數(shù)據(jù)”
2017-06-15
收藏

環(huán)衛(wèi)管理用上“大數(shù)據(jù)”

4套4G車載探頭,全天候循環(huán)巡查城市街路衛(wèi)生;4個4G單兵,保潔人員手持它隨時進(jìn)入胡同、巷道、樓道檢查垃圾清運情況……它們是朝陽區(qū)環(huán)衛(wèi)保潔數(shù)字化三級管理平臺的“眼睛”,一旦發(fā)現(xiàn)問題,可第一時間發(fā)送截圖,要求基層保潔隊伍整改,從而提高環(huán)衛(wèi)保潔工作質(zhì)量和效率。

在朝陽區(qū)環(huán)衛(wèi)保潔處數(shù)字化三級管理平臺辦公室,液晶大屏幕上播放著車載4G傳回的實時畫面。畫面中傳來工作人員的聲音:“延安大街更換馬路邊石,邊石外側(cè)有少量沙石散落。”大屏幕前的數(shù)字化防控管理員聞訊快速捕捉畫面,并將畫面截圖傳到“保潔隊長微信群”。15分鐘后,機械化車隊隊長在微信群中回復(fù):“延安大街邊石外側(cè)沙石已由‘道路寶’清理干凈。”并附上清理后的照片。數(shù)控管理員說,整改前與整改后照片將被編成一組,在數(shù)字化三級管理平臺備檔,充實“大數(shù)據(jù)庫”。

朝陽區(qū)環(huán)衛(wèi)保潔處相關(guān)負(fù)責(zé)人介紹,根據(jù)全市環(huán)衛(wèi)體制改革精神和朝陽區(qū)“五位一體”工作要求,保潔處創(chuàng)新清掃保潔管理方式,引入“大數(shù)據(jù)”理念,于今年2月在全市率先建立并試運行環(huán)衛(wèi)保潔數(shù)字化三級管理平臺,借助4G車載探頭、4G單兵等高科技設(shè)備,實現(xiàn)對環(huán)衛(wèi)作業(yè)效果、作業(yè)車輛安全檢查,實施人員出勤管控等,對街路衛(wèi)生、人員車輛位置、行進(jìn)狀態(tài)、行進(jìn)路徑等信息進(jìn)行全天候監(jiān)控,建立起“發(fā)現(xiàn)問題—傳送問題—處理問題—反饋問題”的工作流程,大大提高處置突發(fā)問題的能力。目前,該平臺已經(jīng)正式投入運行。


數(shù)據(jù)分析咨詢請掃描二維碼

若不方便掃碼,搜微信號:CDAshujufenxi

數(shù)據(jù)分析師資訊
更多

OK
客服在線
立即咨詢
客服在線
立即咨詢
') } function initGt() { var handler = function (captchaObj) { captchaObj.appendTo('#captcha'); captchaObj.onReady(function () { $("#wait").hide(); }).onSuccess(function(){ $('.getcheckcode').removeClass('dis'); $('.getcheckcode').trigger('click'); }); window.captchaObj = captchaObj; }; $('#captcha').show(); $.ajax({ url: "/login/gtstart?t=" + (new Date()).getTime(), // 加隨機數(shù)防止緩存 type: "get", dataType: "json", success: function (data) { $('#text').hide(); $('#wait').show(); // 調(diào)用 initGeetest 進(jìn)行初始化 // 參數(shù)1:配置參數(shù) // 參數(shù)2:回調(diào),回調(diào)的第一個參數(shù)驗證碼對象,之后可以使用它調(diào)用相應(yīng)的接口 initGeetest({ // 以下 4 個配置參數(shù)為必須,不能缺少 gt: data.gt, challenge: data.challenge, offline: !data.success, // 表示用戶后臺檢測極驗服務(wù)器是否宕機 new_captcha: data.new_captcha, // 用于宕機時表示是新驗證碼的宕機 product: "float", // 產(chǎn)品形式,包括:float,popup width: "280px", https: true // 更多配置參數(shù)說明請參見:http://docs.geetest.com/install/client/web-front/ }, handler); } }); } function codeCutdown() { if(_wait == 0){ //倒計時完成 $(".getcheckcode").removeClass('dis').html("重新獲取"); }else{ $(".getcheckcode").addClass('dis').html("重新獲取("+_wait+"s)"); _wait--; setTimeout(function () { codeCutdown(); },1000); } } function inputValidate(ele,telInput) { var oInput = ele; var inputVal = oInput.val(); var oType = ele.attr('data-type'); var oEtag = $('#etag').val(); var oErr = oInput.closest('.form_box').next('.err_txt'); var empTxt = '請輸入'+oInput.attr('placeholder')+'!'; var errTxt = '請輸入正確的'+oInput.attr('placeholder')+'!'; var pattern; if(inputVal==""){ if(!telInput){ errFun(oErr,empTxt); } return false; }else { switch (oType){ case 'login_mobile': pattern = /^1[3456789]\d{9}$/; if(inputVal.length==11) { $.ajax({ url: '/login/checkmobile', type: "post", dataType: "json", data: { mobile: inputVal, etag: oEtag, page_ur: window.location.href, page_referer: document.referrer }, success: function (data) { } }); } break; case 'login_yzm': pattern = /^\d{6}$/; break; } if(oType=='login_mobile'){ } if(!!validateFun(pattern,inputVal)){ errFun(oErr,'') if(telInput){ $('.getcheckcode').removeClass('dis'); } }else { if(!telInput) { errFun(oErr, errTxt); }else { $('.getcheckcode').addClass('dis'); } return false; } } return true; } function errFun(obj,msg) { obj.html(msg); if(msg==''){ $('.login_submit').removeClass('dis'); }else { $('.login_submit').addClass('dis'); } } function validateFun(pat,val) { return pat.test(val); }