上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
摘要: 前端function goqry() { $("#form").form("submit", { url: "CJCK_bjcjfx_yfsl.aspx?opt=qry", onSubmit: function () { ... 阅读全文
posted @ 2014-11-24 10:31 樱花飞落ll 阅读(280) 评论(0) 推荐(0) 编辑
摘要: inner join T_MTN_MobileNumber k on 1=1 and k.hddm='01' inner join (select a.hdxx+','+b.hdxx as hdxx from T_MTN_MobileNumber a cross join ... 阅读全文
posted @ 2014-11-14 15:29 樱花飞落ll 阅读(971) 评论(0) 推荐(0) 编辑
摘要: select * from t_ss_student order by case when xm like '林%' then 1 else 2 end asc; 姓林的会排在前面 阅读全文
posted @ 2014-11-06 17:39 樱花飞落ll 阅读(604) 评论(0) 推荐(0) 编辑
摘要: float floattemp=0;float.TryParse(kf, out floattemp) true则是数字,false则不为数字控制小数点位数strLength = floattemp.ToString().Split('.'); strTemp = strLength[1]; ... 阅读全文
posted @ 2014-11-05 15:05 樱花飞落ll 阅读(912) 评论(0) 推荐(0) 编辑
摘要: form内控件参数自动添加到url后,而自定义的url参数则不能添加到url后 $('#fm').form('submit', { url: 'Data/Diary.ashx?dt=' + new Date() + '&operation=save', operatio... 阅读全文
posted @ 2014-11-03 17:34 樱花飞落ll 阅读(1244) 评论(0) 推荐(0) 编辑
摘要: string strPhycicsPath= Server.MapPath(path); 阅读全文
posted @ 2014-11-01 16:01 樱花飞落ll 阅读(494) 评论(0) 推荐(0) 编辑
摘要: var myview = $.extend({}, $.fn.datagrid.defaults.view, { onAfterRender: function (target) { $.fn.datagrid.defaults.view.onAfterRender.call(t... 阅读全文
posted @ 2014-10-22 17:08 樱花飞落ll 阅读(2689) 评论(0) 推荐(0) 编辑
摘要: 查询 string strConnection = "Data Source=(local);Initial Catalog=zpractice;Integrated Security=SSPI";//windows认证 不提倡 SqlConnection sqlCon = new S... 阅读全文
posted @ 2014-10-20 15:22 樱花飞落ll 阅读(214) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-10-17 14:56 樱花飞落ll 阅读(4) 评论(0) 推荐(0) 编辑
摘要: DataView dvStu = dsStu.Tables[0].Copy().DefaultView;//当前学年学期下所有学生 dvStu.Sort = "bjmc,xm"; DataRowView[] drvXs = dvStu.FindRows(new... 阅读全文
posted @ 2014-10-15 15:09 樱花飞落ll 阅读(823) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页