')
}
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(), // 加隨機(jī)數(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)的第一個(gè)參數(shù)驗(yàn)證碼對(duì)象,之后可以使用它調(diào)用相應(yīng)的接口
initGeetest({
// 以下 4 個(gè)配置參數(shù)為必須,不能缺少
gt: data.gt,
challenge: data.challenge,
offline: !data.success, // 表示用戶后臺(tái)檢測(cè)極驗(yàn)服務(wù)器是否宕機(jī)
new_captcha: data.new_captcha, // 用于宕機(jī)時(shí)表示是新驗(yàn)證碼的宕機(jī)
product: "float", // 產(chǎn)品形式,包括:float,popup
width: "280px",
https: true
// 更多配置參數(shù)說(shuō)明請(qǐng)參見:http://docs.geetest.com/install/client/web-front/
}, handler);
}
});
}
function codeCutdown() {
if(_wait == 0){ //倒計(jì)時(shí)完成
$(".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 = '請(qǐng)輸入'+oInput.attr('placeholder')+'!';
var errTxt = '請(qǐng)輸入正確的'+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);
}
您的位置:首頁(yè)
> 活動(dòng)列表 > CDA數(shù)據(jù)分析師-中國(guó)移動(dòng)咪咕內(nèi)訓(xùn)成功舉辦
CDA數(shù)據(jù)分析師-中國(guó)移動(dòng)咪咕內(nèi)訓(xùn)成功舉辦
2016-08-21
隨著大數(shù)據(jù)的應(yīng)用范圍不斷擴(kuò)大,越來(lái)越多的公司開始部署大數(shù)據(jù)戰(zhàn)略。同時(shí),大數(shù)據(jù)技術(shù)也使得商業(yè)發(fā)展的速度更快、效率更高。通過(guò)大數(shù)據(jù)技術(shù),企業(yè)可以更輕松地獲取信息,以便進(jìn)行更準(zhǔn)確地決策。目前很多公司已經(jīng)從大數(shù)據(jù)中獲益,那么運(yùn)營(yíng)商在大數(shù)據(jù)應(yīng)用方面有何措施呢?
正所謂“得數(shù)據(jù)者得天下“,總所周知,運(yùn)營(yíng)商在數(shù)據(jù)方面得天獨(dú)厚,如果運(yùn)營(yíng)商能在人工智能、云、數(shù)據(jù)方面不斷探索前進(jìn),努力實(shí)現(xiàn)轉(zhuǎn)型,運(yùn)營(yíng)商則真有可能“得天下”。
繼中國(guó)移動(dòng)、中國(guó)電信、中國(guó)聯(lián)通等大型企業(yè)內(nèi)訓(xùn)之后,2016年8月19號(hào),CDA數(shù)據(jù)分析師來(lái)到成都錦江區(qū)東方廣場(chǎng)假日酒店,為中國(guó)移動(dòng)集團(tuán)旗下咪咕公司帶來(lái)大數(shù)據(jù)相關(guān)企業(yè)內(nèi)訓(xùn),本次參訓(xùn)的人員有咪咕文化TSG團(tuán)隊(duì),咪咕動(dòng)漫以及咪咕音樂部分團(tuán)隊(duì)成員。
本次培訓(xùn)也是CDA數(shù)據(jù)分析師與咪咕公司年度大數(shù)據(jù)內(nèi)訓(xùn)合作十幾個(gè)專題中的第一個(gè),CDA數(shù)據(jù)分析師邀請(qǐng)了國(guó)內(nèi)某知名交通集團(tuán)大數(shù)據(jù)技術(shù)總監(jiān)曹老師以及中國(guó)移動(dòng)設(shè)計(jì)研究院趙老師進(jìn)行授課,內(nèi)容包含“數(shù)據(jù)分析和大數(shù)據(jù)概述”、“某集團(tuán)公司的交通數(shù)據(jù)架構(gòu)案例”、“mahout的實(shí)現(xiàn)和主題推薦”、“pyspark的簡(jiǎn)介”、“pyspark的離網(wǎng)用戶案例分析”、“pyspark的推薦以及聚類”等方面的培訓(xùn)內(nèi)容。雙方從培訓(xùn)前期的培訓(xùn)需求調(diào)研、課程時(shí)間調(diào)整、課程內(nèi)容設(shè)計(jì)、講師團(tuán)成員安排、到培訓(xùn)班操作規(guī)則及培訓(xùn)的實(shí)施,都配合非常默契,課程結(jié)束后得到了學(xué)員們的一直好評(píng)。