')
}
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 進行初始化
// 參數(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);
}
您的位置:首頁
> 活動列表 > CDA數(shù)據(jù)分析師-中國移動咪咕內(nèi)訓(xùn)成功舉辦
CDA數(shù)據(jù)分析師-中國移動咪咕內(nèi)訓(xùn)成功舉辦
2016-08-21
隨著大數(shù)據(jù)的應(yīng)用范圍不斷擴大,越來越多的公司開始部署大數(shù)據(jù)戰(zhàn)略。同時,大數(shù)據(jù)技術(shù)也使得商業(yè)發(fā)展的速度更快、效率更高。通過大數(shù)據(jù)技術(shù),企業(yè)可以更輕松地獲取信息,以便進行更準確地決策。目前很多公司已經(jīng)從大數(shù)據(jù)中獲益,那么運營商在大數(shù)據(jù)應(yīng)用方面有何措施呢?
正所謂“得數(shù)據(jù)者得天下“,總所周知,運營商在數(shù)據(jù)方面得天獨厚,如果運營商能在人工智能、云、數(shù)據(jù)方面不斷探索前進,努力實現(xiàn)轉(zhuǎn)型,運營商則真有可能“得天下”。
繼中國移動、中國電信、中國聯(lián)通等大型企業(yè)內(nèi)訓(xùn)之后,2016年8月19號,CDA數(shù)據(jù)分析師來到成都錦江區(qū)東方廣場假日酒店,為中國移動集團旗下咪咕公司帶來大數(shù)據(jù)相關(guān)企業(yè)內(nèi)訓(xùn),本次參訓(xùn)的人員有咪咕文化TSG團隊,咪咕動漫以及咪咕音樂部分團隊成員。
本次培訓(xùn)也是CDA數(shù)據(jù)分析師與咪咕公司年度大數(shù)據(jù)內(nèi)訓(xùn)合作十幾個專題中的第一個,CDA數(shù)據(jù)分析師邀請了國內(nèi)某知名交通集團大數(shù)據(jù)技術(shù)總監(jiān)曹老師以及中國移動設(shè)計研究院趙老師進行授課,內(nèi)容包含“數(shù)據(jù)分析和大數(shù)據(jù)概述”、“某集團公司的交通數(shù)據(jù)架構(gòu)案例”、“mahout的實現(xiàn)和主題推薦”、“pyspark的簡介”、“pyspark的離網(wǎng)用戶案例分析”、“pyspark的推薦以及聚類”等方面的培訓(xùn)內(nèi)容。雙方從培訓(xùn)前期的培訓(xùn)需求調(diào)研、課程時間調(diào)整、課程內(nèi)容設(shè)計、講師團成員安排、到培訓(xùn)班操作規(guī)則及培訓(xùn)的實施,都配合非常默契,課程結(jié)束后得到了學(xué)員們的一直好評。