摘要: 继承label父类 1 public class MsgDiv 2 { 3 private Timer timerLable = new Timer(); 4 /// 5 /// 消息回调 委托对象 6 /// ... 阅读全文
posted @ 2014-11-14 14:03 南瓜asp 阅读(363) 评论(0) 推荐(0)
摘要: 手写版 1 if exists(select * from sysobjects where name ='usp_Seachroom') 2 drop procedure usp_Seachroom 3 go 4 create proc usp_seachroom 5 @roomstate int... 阅读全文
posted @ 2014-11-14 13:58 南瓜asp 阅读(294) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace DAL 8 { ... 阅读全文
posted @ 2014-11-14 13:44 南瓜asp 阅读(151) 评论(0) 推荐(0)