基本信息

姓 名 : 康宏

性 别 :

所属部门: 物联网工程系

行政职务:

职 称 : 副教授

学 历 : 博士

所学专业: 计算机

办公电话:

电子邮件: kanghong (at) nankai.edu.cn

研究方向: 数据库技术,中间件技术,J2EE

个人简介:


实验室地址:http://cc.nankai.edu.cn/dbis/frontend/web/index.php

$(function () { $(window).scroll(function () { if ($(window).scrollTop() >= 100) { $('.actGotop').fadeIn(300); } else { $('.actGotop').fadeOut(300); } }); $('.actGotop').click(function () { $('html,body').animate({ scrollTop: '0px' }, 800); }); $(".navbar-nav").find(".home-nav-margin").each(function(){ var ts = $(this); var text = ts.find("a").text(); if(text.indexOf("首 页") >= 0){ ts.find(".caret").remove(); ts.find("a").prepend(""); }; if(text.indexOf("15选5开奖结果") >= 0){ ts.find(".caret").remove(); }; }); });