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 阅读全文
posted @ 2013-07-31 15:46 yuking 阅读(3336) 评论(0) 推荐(0)
摘要://清空原有数据方法1:var item = $('#filegrid').datagrid('getRows'); if (item) { for (var i = item.length - 1; i >= 0; i--) { ... 阅读全文
posted @ 2013-07-15 14:55 yuking 阅读(1126) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2013-07-15 14:14 yuking 阅读(147) 评论(0) 推荐(0)
摘要:[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... 阅读全文
posted @ 2013-07-04 10:09 yuking 阅读(389) 评论(0) 推荐(0)