博客园  :: 首页  :: 新随笔  :: 联系 :: 管理

2011年5月18日

摘要: public class XmlSocket { //异步socket诊听 // Incoming data from client.从客户端传来的数据public static string data =null; // Thread signal.线程 用一个指示是否将初始状态设置为终止的布尔值初始化 ManualResetEvent 类的新实例。public static ManualResetEvent allDone =new ManualResetEvent(false); //static void Main(string[] args) //{ // StartListeni. 阅读全文

posted @ 2011-05-18 08:16 codingsilence 阅读(360) 评论(0) 推荐(0) 编辑

摘要: http://commonlibrarynet.codeplex.com/A collection of very reusable code and components in C# 4.0 ranging from ActiveRecord, Csv, Command Line Parsing, Configuration, Validation, Logging, Collections, Authentication, and much more. This is ideal for C# developer looking for a Utility library, Java de 阅读全文

posted @ 2011-05-18 08:05 codingsilence 阅读(365) 评论(0) 推荐(0) 编辑