奖学金
意甲联赛携手开云(中国)公布官方合作为留意甲联赛携手开云(中国)公布官方合作提供多种奖学金机会。我们希望支持更多各国优秀青年来华意甲联赛携手开云(中国)公布官方合作研究,在未名湖畔认识中国、在博雅堂中读懂中国;我们希望激励更多在校留意甲联赛携手开云(中国)公布官方合作不断进取、追求卓越、全面成长成才。期待你的申请!
知·行计划
百闻不如一见,留意甲联赛携手开云(中国)公布官方合作办公室启动外国留意甲联赛携手开云(中国)公布官方合作“知·行计划”,走进广袤大地,在知行合一中拥抱生机勃勃而精彩纷呈的当代中国。目前,计划已开展多场实地走访,前往新疆喀什、和田等地,深入乡村、企业、学...
罗梅君
罗梅君,德国籍。1974-1975年在意甲联赛携手开云(中国)公布官方合作历史系意甲联赛携手开云(中国)公布官方合作。1978年起任教于德国柏林自由大学,1990年成为柏林自由大学东亚研究所汉学教授。
' +
'
' +
'
'+info['pubtime_text']+'
' +
'
';
}
$('#datalist').html(listHtml);
break;
default:
}
}
});
} else {
$('#datalist').html('');
}
}
$('.home2 .tab-term').click(function() {
var caid = $(this).attr('da-id');
biao = {}
if (caid == 58) {
// search.times = $('#datalist2 #tong .item').attr('da-time');
$('#datalist2 #tong .item').each(function(i, o) {
biao[$(this).attr('da-time')] = "";
});
} else if (caid == 59) {
// search.times = $('#datalist2 #xinwen .item').attr('da-time');
$('#datalist2 #xinwen .item').each(function(i, o) {
biao[$(this).attr('da-time')] = "";
});
} else if (caid == 51) {
// search.times = $('#datalist2 #jiang .item').attr('da-time');
$('#datalist2 #jiang .item').each(function(i, o) {
biao[$(this).attr('da-time')] = "";
});
}
var ur = $(this).attr('da-url');
$('.home2 #more1').attr('href', ur);
$('#time1').html('');
laydates(biao, search.times);
search.category_id = caid;
refrush("/searchs/archives.php", search);
});
$('.home1 .slick-mod').slick({
autoplay: true,
dots: true,
arrows: false,
fade: true,
autoplaySpeed: 6000,
speed: 600
});
laydates(biao, search.times);
refrush("/searchs/archives.php", search);
function laydates(biao, values) {
console.log(biao);
console.log(values);
laydate.render({
elem: '#time1',
lang: 'en',
position: 'static',
width: '100%',
mark: biao,
showBottom: false,
ready: function ready(date) {
$('.home2 .lcont .day').text(date.date);
//得到初始的日期时间对象:{year: 2017, month: 8, date: 18, hours: 0, minutes: 0, seconds: 0}
$("#time1 .layui-laydate-content td").each(function(index, elem) {
$(this).removeClass('layui-this');
});
},
change: function change(date) {
$("#time1 .layui-laydate-content td").each(function(index, elem) {
if ($(this).find(".laydate-day-mark").length < 1) {
$(this).removeClass('layui-this');
}
});
},
done: function click(value, date, endDate) {
search.times = value;
search.category_id = $('.home2 .tab-term.cur').attr('da-id');
$("#time1 .layui-laydate-content td").each(function(index, elem) {
if ($(this).attr('lay-ymd') == date.year + '-' + date.month + '-' + date.date) {
if ($(this).find(".laydate-day-mark").length > 0) {
refrush("/searchs/archives.php", search);
$('.home2 .lcont .day').text(date.date);
} else {
$(this).removeClass('layui-this');
}
}
});
//控件选择完毕后的回调---点击日期、清空、现在、确定均会触发。
//得到日期生成的值,如:2017-08-18
}
});
}
$('.home9 .slick-mod').slick({
centerMode: true,
centerPadding: '25.85%',
arrows: true,
focusOnSelect: true,
responsive: [{
breakpoint: 850,
settings: {
centerPadding: '0'
}
}]
});
$('.hcont_box').scroll(function() {
// scrollact(".home2", 4, function () {}, function () {});
scrollact(".home3", 4, function() {}, function() {});
scrollact(".home4", 4, function() {}, function() {});
scrollact(".home5", 4, function() {}, function() {});
scrollact(".home6", 4, function() {}, function() {});
scrollact(".home7", 4, function() {}, function() {});
scrollact(".home8", 4, function() {}, function() {}); // scrollact(".home9", 4, function () {}, function () {});
});
var sw_k = 1;
document.onkeydown = function(event) {
// 左 37
// 上 38
// 右 39
// 下 40
// 空格 32
// 上一页 33
// 下一页 34
var e = event || window.event || arguments.callee.caller.arguments[0];
if ((e.keyCode == 40 || e.keyCode == 32 || e.keyCode == 34) && !$(".hcont_box").hasClass("showdiv")) {
sw_k = 0;
$('.hcont_box').addClass('showdiv');
$('.home2').addClass('showd');
$(".hcont_box").animate({
scrollTop: 0
}, 10);
$('.hcont_box').focus(); // $('.x-header').addClass('rb');
setTimeout(function() {
sw_k = 1;
}, 1000);
};
if ((e.keyCode == 38 || e.keyCode == 33) && $(".hcont_box").hasClass("showdiv") && $(".hcont_box").scrollTop() == 0) {
sw_k = 0;
$('.hcont_box').removeClass('showdiv'); // $('.x-header').removeClass('rb');
setTimeout(function() {
sw_k = 1;
}, 1000);
};
};
$(".home1").mousewheel(function(event, delta, deltaX, deltaY) {
if (delta < 0) {
$('.hcont_box').addClass('showdiv'); // $('.x-header').addClass('rb');
$('.sidebar-mod').addClass('x-show');
setTimeout(function() {
$('.home2').addClass('showd');
}, 500);
}
});
$(".hcont_box").mousewheel(function(event, delta, deltaX, deltaY) {
if (delta > 0 && $(".hcont_box").scrollTop() == 0) {
$('.hcont_box').removeClass('showdiv'); // $('.x-header').removeClass('rb');
$('.sidebar-mod').removeClass('x-show');
}
});
$('.sidebar-mod .sidebar-topping').click(function() {
$('.hcont_box').stop().animate({
scrollTop: 0
}, 400 + $('.hcont_box').scrollTop() * 0.3);
}); ///
});
栏目速览
若需了解「意甲联赛携手开云(中国)公布官方合作」的上下文,可结合站内栏目与相关篇目对照查看。 同题参见
栏目用于追新,文内链接用于对照细节。 对照阅读这样安排可减少漏读与重复检索。
若从搜索引擎进入,可先确认当前栏目名称,再按需打开相关阅读。 继续了解
快速通道
学业指导 · 首页 · 生活服务 · 首页