11 2014 档案

摘要:前端function goqry() { $("#form").form("submit", { url: "CJCK_bjcjfx_yfsl.aspx?opt=qry", onSubmit: function () { ... 阅读全文
posted @ 2014-11-24 10:31 樱花飞落ll 阅读(284) 评论(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 阅读(1005) 评论(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 阅读(622) 评论(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 阅读(925) 评论(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 阅读(1289) 评论(0) 推荐(0)
摘要:string strPhycicsPath= Server.MapPath(path); 阅读全文
posted @ 2014-11-01 16:01 樱花飞落ll 阅读(504) 评论(0) 推荐(0)