07 2011 档案
摘要:1:delete from tab2 where id in (select id from deleted) insert into tab2 select * from inserted2:create table labtt(id int identity(1,1),names varchar(80))go create table laburl(id int identity(1,1),url varchar(200))insert into labtt(names) values('/upload/img/2001/1122.jpg')create trigger a
阅读全文
摘要:function update_page_list(page_bar, total, cur_page,num__per_page) { page_bar.html(""); if(total<=0) return; var num_page = ~~((total+num__per_page-1)/num__per_page); if(cur_page > 1) { page_bar.append($("<a onclick='goto_page("+(cur_page-1)+")' href='#&
阅读全文
摘要:<OBJECT id=dlgHelper CLASSID="clsid:3050f819-98b5-11cf-bb82-00aa00bdce0b" width="0px" height="0px"></OBJECT><script>var tempColor = "0099cc";function returnColor(){var Hcolor = dlgHelper.ChooseColorDlg(tempColor).toString(16);with(event.srcEl
阅读全文