摘要:devenv/resetskippkgs
阅读全文
07 2011 档案
摘要:cast(cast(Tel as decimal) as nvarchar)<td align="center" style= "vnd.ms-excel.numberformat:@">5201314151617181910</td>
阅读全文
摘要:select UserID into #Test from dbo.User_Basic where UserID not in (select UserID from dbo.User_Detail)declare my_cursor cursorforselect UserID from #Testopen my_cursordeclare @UserID varchar(50)fetch next from my_cursor into @UserIDwhile(@@fetch_status=0)begininsert into User_Detail(UserID) values(@U
阅读全文
摘要:<?php phpinfo(); ?><?php$connect=mysql_connect("127.0.0.1","root","2011.com");if(!$connect) echo "连接失败!";else echo "连接成功";mysql_close();?>
阅读全文
摘要:style="text-overflow: ellipsis; white-space: nowrap; overflow: hidden;"
阅读全文