09 2005 档案

摘要:深圳测试协会 51Testing软件测试网 中国软件测试在线 测试工程师 阅读全文
posted @ 2005-09-14 14:51 Rookie.Zhang 阅读(194) 评论(0) 推荐(0)
摘要:1// Singleton 2using System; 3 4public class Singleton 5{ 6 private static Singleton instance; 7 8 private Singleton() {} 910 public static Singleton Instance11 {12 get 13 {14 ... 阅读全文
posted @ 2005-09-08 13:36 Rookie.Zhang 阅读(218) 评论(0) 推荐(0)
摘要:MSN.Tweakzone Mess with MSN Messenger Msgshit.COM 阅读全文
posted @ 2005-09-06 13:59 Rookie.Zhang 阅读(155) 评论(0) 推荐(0)