2007年9月9日
摘要: 阅读全文
posted @ 2007-09-09 21:33 wkjs 阅读(187) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2007-09-09 21:32 wkjs 阅读(102) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2007-09-09 21:32 wkjs 阅读(124) 评论(0) 推荐(0)
摘要: usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Windows.Forms;namespaceWalter.K.Wang.Abstract...{publicabstractclassContinentFactory...{publicabstractHerbivoreCreateHerbivore();publicabstractCarnivoreCreateCarnivore();}publicclassAfricaFactory:ContinentFactory...{publicoverr 阅读全文
posted @ 2007-09-09 21:31 wkjs 阅读(174) 评论(0) 推荐(0)
摘要: usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Collections;namespaceWalter.K.Wang.Singleton...{/**////<summary>///Singleton模式///</summary>publicclassLoadBalancer...{privatestaticLoadBalancerinstance;privateArrayListservers=newArrayList();privateRandomrandom=newR 阅读全文
posted @ 2007-09-09 21:30 wkjs 阅读(204) 评论(0) 推荐(0)