上一页 1 ··· 329 330 331 332 333 334 335 336 337 ··· 400 下一页
摘要: 显示配置 git config --global -l 修改配置 git config --global --edit git status显示的文件名,支持中文 git config --global core.quotepath off 取消配置 https://stackoverflow.co 阅读全文
posted @ 2016-05-03 13:20 ChuckLu 阅读(314) 评论(0) 推荐(0)
摘要: 0.0.0.0 IPAddress.Any https://msdn.microsoft.com/en-us/library/system.net.ipaddress.any(v=vs.110).aspx Provides an IP address that indicates that the 阅读全文
posted @ 2016-05-03 10:51 ChuckLu 阅读(2133) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/k9hz8w9t(v=vs.110).aspx Compares two single-precision floating point numbers for equality and, if they are eq 阅读全文
posted @ 2016-04-28 15:13 ChuckLu 阅读(395) 评论(0) 推荐(0)
摘要: 移除成功 Truea.value=2 移除失败Falsea==null 阅读全文
posted @ 2016-04-27 13:45 ChuckLu 阅读(3516) 评论(0) 推荐(0)
摘要: enum (C# Reference) The enum keyword is used to declare an enumeration, a distinct type that consists of a set of named constants called the enumerato 阅读全文
posted @ 2016-04-27 13:25 ChuckLu 阅读(383) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/1389821/array-copy-vs-buffer-blockcopy Since the parameters to Buffer.BlockCopy are byte-based rather than index-ba 阅读全文
posted @ 2016-04-25 16:44 ChuckLu 阅读(307) 评论(0) 推荐(0)
摘要: SuperSocket\SocketBase\Protocol\TerminatorReceiveFilter.cs SuperSocket\SocketBase\Protocol\TerminatorReceiveFilter.cs TerminatorReceiveFilter.cs文件包含2个 阅读全文
posted @ 2016-04-25 15:00 ChuckLu 阅读(3764) 评论(0) 推荐(0)
摘要: http://tieba.baidu.com/p/3223234493 问题: 服务端在接收客户端数据的时候,抛了个异常出来:System.Net.Sockets.SocketException: 您的主机中的软件中止了一个已建立的连接。 //An established connection wa 阅读全文
posted @ 2016-04-22 14:41 ChuckLu 阅读(36216) 评论(2) 推荐(1)
摘要: How do I edit an incorrect commit message with TortoiseGit? If the commit is the head of current branch, that is easy. Context menu -> Git Commit Tick 阅读全文
posted @ 2016-04-22 08:57 ChuckLu 阅读(14606) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/4130194/what-is-the-difference-between-task-and-thread 回答一: A task is something you want done. A thread is one of t 阅读全文
posted @ 2016-04-20 10:29 ChuckLu 阅读(216) 评论(0) 推荐(0)
上一页 1 ··· 329 330 331 332 333 334 335 336 337 ··· 400 下一页