摘要: 在app.config文件中添加如下配置 访问方式(需要添加System.Configuration.dll的引用) https://msdn.microsoft.com/en-us/library/system.configuration.configurationmanager.appsetti 阅读全文
posted @ 2016-03-15 16:34 ChuckLu 阅读(724) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/2811006/what-is-a-good-buffer-size-for-socket-programming 问题: We are using .Net and sockets. The server is using th 阅读全文
posted @ 2016-03-15 14:13 ChuckLu 阅读(205) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/22940317/protected-vs-protected-internal-again-in-c-sharp protected means that you can access the member from any s 阅读全文
posted @ 2016-03-15 13:57 ChuckLu 阅读(393) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us/library/bcd5672a.aspx The protected keyword is a member access modifier. A protected member is accessible within its 阅读全文
posted @ 2016-03-15 13:46 ChuckLu 阅读(707) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us/library/sf985hc5.aspx The abstract modifier indicates that the thing being modified has a missing or incomplete imple 阅读全文
posted @ 2016-03-15 13:25 ChuckLu 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 在word文档的第140页 A member lookup is the process whereby凭借;通过…;借以;与…一致 the meaning of a name in the context of a type is determined. A member lookup can o 阅读全文
posted @ 2016-03-15 10:12 ChuckLu 阅读(214) 评论(0) 推荐(0) 编辑
摘要: The C# Language Specification is the definitive决定性的;最后的;限定的 source for C# syntax and usage. This spec contains detailed information about all aspects 阅读全文
posted @ 2016-03-15 09:59 ChuckLu 阅读(1199) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us/library/435f1dw2.aspx When used as a declaration modifier, the new keyword explicitly hides a member that is inherite 阅读全文
posted @ 2016-03-15 09:44 ChuckLu 阅读(479) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us/library/51y09td4.aspx In C#, the new keyword can be used as an operator, a modifier, or a constraint. Used to create 阅读全文
posted @ 2016-03-15 09:28 ChuckLu 阅读(324) 评论(0) 推荐(0) 编辑