06 2017 档案
摘要:// 获取查询表单的值function getGridValue() { var a = []; $("#GridView tr td input").each(function (i, v) { //针对tb表格下的所有td进行遍历 a[i] = $(this).val(); }) //conso
阅读全文
摘要:js中获得当前时间是年份和月份,形如:201208 //获取完整的日期 var date=new Date; var year=date.getFullYear(); var month=date.getMonth()+1; month =(month<10 ? "0"+month:month);
阅读全文
摘要:--输出A-Zdeclare @charAscii intdeclare @counter intset @charAscii=65 --A的asciiset @counter=0while @counter<26begin print char(@charAscii + @counter) set
阅读全文
摘要:--RID循环插入数据到表HBS_Personal_Ratio DECLARE @HBS_Detail_RID varchar(50) DECLARE item CURSOR FOR SELECT RID FROM Common_ImportData_Dtl(nolock) where log_ri
阅读全文
摘要:只读 document.getElementById("ID").readOnly = true; 显示 document.getElementById("ID").style.display = "block";$("#ID").show(); 隐藏 document.getElementById
阅读全文

浙公网安备 33010602011771号