上一页 1 ··· 336 337 338 339 340 341 342 343 344 ··· 400 下一页
摘要:   一、初始化的过程   supersocket\socketengine\defaultbootstrap.cs   supersocket\socketbase\appserverbase.cs   supersocket\socketengine\socketserverfactory.cs 阅读全文
posted @ 2016-03-11 17:11 ChuckLu 阅读(6685) 评论(0) 推荐(0)
摘要: 第一个函数 d:\sourcecode\github\supersocket\quickstart\basic\telnetserver_startbyconfig\program.cs static void Main(string[] args) { Console.WriteLine("Pre 阅读全文
posted @ 2016-03-11 14:46 ChuckLu 阅读(2425) 评论(0) 推荐(0)
摘要: 第一个函数 d:\sourcecode\github\supersocket\quickstart\basic\telnetserver_startbyconfig\program.cs static void Main(string[] args) { Console.WriteLine("Pre 阅读全文
posted @ 2016-03-11 13:52 ChuckLu 阅读(2518) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-03-10 11:56 ChuckLu 阅读(467) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/ms173157.aspx If a class implements two interfaces that contain a member with the same signature, then implem 阅读全文
posted @ 2016-03-10 09:50 ChuckLu 阅读(283) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/ms173156.aspx An interface contains definitions for a group of related functionalities that a class or a stru 阅读全文
posted @ 2016-03-10 09:42 ChuckLu 阅读(396) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/ebca9ah3.aspx The override modifier is required to extend or modify the abstract or virtual implementation of 阅读全文
posted @ 2016-03-09 17:12 ChuckLu 阅读(378) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/9fkccyh4.aspx The virtual keyword is used to modify a method, property, indexer, or event declaration and all 阅读全文
posted @ 2016-03-09 16:54 ChuckLu 阅读(315) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/4253454/question-about-listening-and-backlog-for-sockets The listen backlog is, as Pieter said, a queue which is us 阅读全文
posted @ 2016-03-08 13:40 ChuckLu 阅读(300) 评论(0) 推荐(0)
摘要: 把属性View设置为Details,确保列可以显示出来 this.listView1.View = System.Windows.Forms.View.Details; 属性Columns根据需要添加 this.listView1.Columns.AddRange(new System.Window 阅读全文
posted @ 2016-03-08 09:18 ChuckLu 阅读(591) 评论(0) 推荐(0)
上一页 1 ··· 336 337 338 339 340 341 342 343 344 ··· 400 下一页