摘要: 提示 提示 提示 提示 阅读全文
posted @ 2014-05-21 21:39 编程猴子 阅读(442) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-05-21 21:37 编程猴子 阅读(654) 评论(0) 推荐(0) 编辑
摘要: sdfsldfjlksjalkfjdlsakjflksjadlfkjasldkjflksdaf 阿来的快放假了卡斯的减肥拉开斯蒂芬 阅读全文
posted @ 2014-05-21 21:36 编程猴子 阅读(614) 评论(0) 推荐(0) 编辑
摘要: 上的发生的发生法 上的发生的发生法 上的发生的发生法 上的发生的发生法 上的发生的发生法 上的发生的发生法 上的发生的发生法 上的发生的发生法 上的发生的发生法 上的发生的发生法 上的发生的发生法 上的发生的发生法 ... 阅读全文
posted @ 2014-05-21 21:34 编程猴子 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 红色绿色黄色 阅读全文
posted @ 2014-05-21 21:32 编程猴子 阅读(471) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-05-21 21:30 编程猴子 阅读(1168) 评论(0) 推荐(0) 编辑
摘要: private static long CalculateFolderSize(string FolderName){ return FolderName.Length;} public delegate long CalculateFolderSizeDelegate(string... 阅读全文
posted @ 2014-05-21 21:23 编程猴子 阅读(1748) 评论(0) 推荐(0) 编辑
摘要: static void Main(string[] args) { /*int i,j; Method1(10,20,out i ,out j ); Console.WriteLine("{0}and{1}", i, ... 阅读全文
posted @ 2014-05-21 21:21 编程猴子 阅读(211) 评论(0) 推荐(0) 编辑
摘要: select id from Classes where Name ='一期'select* from Students where CId =(select id from Classes where Name ='一期')--子查询select * from Students where CId in (select id from Classes where Name ='一期'select * from Students where CId not in (select Id from Classes where Name ='一 阅读全文
posted @ 2014-04-06 22:59 编程猴子 阅读(368) 评论(0) 推荐(0) 编辑
摘要: -------------事务declare @zhuan int =1000declare @sumerr int =0begin transaction --开始事务(告诉数据库事务启动)update dbo.bank set balance= balance-@zhuan where cid='0001'set @sumerr=@sumerr+@@ERRORupdate dbo.bank set balance= balance+@zhuan where cid='0002'set @sumerr=@sumerr+@@ERRORif(@sumerr > 阅读全文
posted @ 2014-04-06 22:58 编程猴子 阅读(202) 评论(0) 推荐(0) 编辑