08 2011 档案
摘要:谷歌搜索:http://www.google.com.hk/search?hl=zh-CN&source=hp&q=TEST百度搜索:http://www.baidu.com/s?wd=TEST百度贴吧:http://tieba.baidu.com/f?kw=TEST百度图片:http://image.baidu.com/i?ct=201326592&&word=TEST百度音乐:http://mp3.baidu.com/m?tn=baidump3&ct=134217728&lm=-1&word=TEST狗狗搜索:http://www.g
阅读全文
摘要:--方法一select * from sysobjects where xtype = 'tr'--方法二select * from sys.triggers
阅读全文
摘要:create trigger triggerBookon Userinfofor Updateasif update(username)beginupdate bookBorrowInfo set username = i.username from bookBorrowInfo b ,Deleted d,Inserted iwhere b.username = d.usernameend--just update
阅读全文
摘要:static void Main(string[] args) { int[] array = { 23, 45, 16, 7, 42,100,2 }; int length = array.Length - 1; bool isExchanged = false; for (int i = 0; i < length; i++) { for (int j = length; j > i; j--) { if (array[j]< array[j - 1]) { int temp = array[j]; array[j] = array[j - 1]; array[j - 1
阅读全文

浙公网安备 33010602011771号