07 2013 档案
摘要:switch (rowData.ISREGISTERTASK) { case 0: 显示north分割线 $('#RightContent').layout('panel', 'north').panel('panel').addClass('layout-split-north'); $('#RightContent').layout('panel', 'north').panel('resize'); //激活拖动 $('#RightCon
阅读全文
摘要://清空原有数据方法1:var item = $('#filegrid').datagrid('getRows'); if (item) { for (var i = item.length - 1; i >= 0; i--) { ...
阅读全文
摘要:create table r_register_company as select companyid,companyname,from grdata.r_register_company insert into r_register_company (companyid, companyname) select companyid, companyname from grdata.r_register_company
阅读全文
摘要:[WebMethod] public static string CheckLogin(string user, string pwd) { pwd = FormsAuthentication.HashPasswordForStoringInConfigFile(pwd, "md5"); University.BLL.Student bll = new University.BLL.Student(); DataSet ds = bll.Login(user, pwd); if...
阅读全文
浙公网安备 33010602011771号