摘要: --输出A-Zdeclare @charAscii intdeclare @counter intset @charAscii=65 --A的asciiset @counter=0while @counter<26begin print char(@charAscii + @counter) set 阅读全文
posted @ 2017-06-16 11:16 码着码着就习惯了 阅读(242) 评论(0) 推荐(0)
摘要: --RID循环插入数据到表HBS_Personal_Ratio DECLARE @HBS_Detail_RID varchar(50) DECLARE item CURSOR FOR SELECT RID FROM Common_ImportData_Dtl(nolock) where log_ri 阅读全文
posted @ 2017-06-16 11:14 码着码着就习惯了 阅读(101) 评论(0) 推荐(0)
摘要: 只读 document.getElementById("ID").readOnly = true; 显示 document.getElementById("ID").style.display = "block";$("#ID").show(); 隐藏 document.getElementById 阅读全文
posted @ 2017-06-16 11:00 码着码着就习惯了 阅读(92) 评论(0) 推荐(0)