上一页 1 ··· 328 329 330 331 332 333 334 335 336 ··· 399 下一页
摘要: https://researchaholic.com/2015/02/02/remove-the-microsoft-gitprovider-from-visual-studio-2013/ vs自带的Git Provider非常不好用,每一次在Tools里面把Source Control调节成No 阅读全文
posted @ 2016-05-10 15:40 ChuckLu 阅读(705) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/531035/how-to-do-if-not-exists-in-sqlite How about this? (Untested as I don't have SQLite... however this link is q 阅读全文
posted @ 2016-05-10 11:22 ChuckLu 阅读(560) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us//library/bb383977.aspx private static void Dump(this ArraySegment<byte> segment) { string output = string.Join(",", s 阅读全文
posted @ 2016-05-04 09:19 ChuckLu 阅读(351) 评论(0) 推荐(0)
摘要: 第一个构造函数 Initializes a new instance of the ArraySegment<T> structure that delimits all the elements in the specified array. public ArraySegment( T[] ar 阅读全文
posted @ 2016-05-04 09:01 ChuckLu 阅读(406) 评论(0) 推荐(0)
摘要: 显示配置 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 阅读(2124) 评论(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 阅读(3507) 评论(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 阅读(379) 评论(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 阅读(303) 评论(0) 推荐(0)
上一页 1 ··· 328 329 330 331 332 333 334 335 336 ··· 399 下一页