10 2016 档案
摘要:前提是要先加载完成zTree后才能正常显示数据,也就是说在ajax里需要添加async:false,
阅读全文
摘要:declare @chid int DECLARE chCursor CURSOR --定义游标 FOR (select ID from ChooseSubject where ID in (select * from SplitToTable(@chList))) order by id --查出需要的集合放到游标中 OPEN chCursor; --打开游标 FETCH NEXT FROM ...
阅读全文
摘要:1、先设置CSS样式(可自定义) 2、jQuery 函数 3、定义html 4、使用 效果:
阅读全文
摘要:select*from (select row_number() over(orderby id) as[rows], *fromtable) as t where t.[rows]>=@startand t.[rows]<=@end
阅读全文
摘要:1 //yyyy-MM-dd HH:mm:SS 2 function JsonDateToDate(jsondate) { 3 var date = new Date(parseInt(jsondate.replace("/Date(", "").replace(")/", ""), 10)); 4
阅读全文

浙公网安备 33010602011771号