一、示范中心建设基本情况(一)基本情况自2005年教育部和北京市教委启动高等学校实验教学示范中心建设工作以来,北京邮电大学现有6个实验教学中心被评为北京市高等学校实验教学示范中心,包括4个工科实验教学中心、1个理科实验教学中心和1个文科实验教学中心,其中电子信息实验教学中心、语言实验教学中心分别于2007年、2012年被评为国家级实验教学示范中心(建设单位)。北京邮电大学市级示范中心情况见表1。 表1 北京邮电大学市级实验教学示范中心情况
"
html += "
"
$("#SocialLogin").html(html);
}
);
$("#logindiv1").show();
$('#zhezhao').show();
$(window).on("scroll",function(){
$(this).scrollTop (0);
});
debugger;
//记住密码功能
var str = getCookie("ZAS_KeepUsrPwd");
str = str.substring(0,str.length);
var username = str.split("_")[0];
var password = str.split("_")[1];
//自动填充用户名和密码
$("#UserName").val(username);
$("#Password").val(password);
}
$(".btn-close").click(function(){
$("#logindiv1").hide();
$('#zhezhao').hide();
$('#orgBuybox').hide();
$(window).off("scroll");
});
$("#orgBuy").click(function(){
$('#zhezhao').show();
$('#orgBuybox').show();
});
function doRecom(){
debugger;
$('#RecommendNameInfo').text("");
$('#BranchNameInfo').text("");
$('#CollegeInfo').text("");
$('#BranchContractWayInfo').text("");
var arr = [];
if($('#RecommendName').val().length==0){
arr.push("RecommendName");
}
if($('#BranchName').val().length==0){
arr.push("BranchName");
}
if($('#College').val().length==0){
arr.push("College");
}
if($('#BranchContractWay').val().length==0){
arr.push("BranchContractWay");
}
if(arr.length>0){
for(var i=0;i