上一页 1 ··· 351 352 353 354 355 356 357 358 359 ··· 399 下一页
摘要: http://blogs.msdn.com/b/ericlippert/archive/2007/10/16/covariance-and-contravariance-in-c-part-one.aspxI have been wanting for a long time to do a ser... 阅读全文
posted @ 2015-09-22 09:36 ChuckLu 阅读(294) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/8704332/co-variant-array-conversion-from-x-to-y-may-cause-run-time-exception What it means is this And in more gene 阅读全文
posted @ 2015-09-22 09:25 ChuckLu 阅读(584) 评论(0) 推荐(0)
摘要: (Assuming you're writing in C# here) When an object written in C# is constructed, what happens is that the initializers run in order from the most der 阅读全文
posted @ 2015-09-21 17:37 ChuckLu 阅读(638) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/a1sway8w.aspxThe left-shift operator (<<) shifts its first operand left by the number of bits specified by it... 阅读全文
posted @ 2015-09-18 15:05 ChuckLu 阅读(612) 评论(0) 推荐(0)
摘要: 网络字节顺序NBO(Network Byte Order):按从高到低的顺序存储,在网络上使用统一的网络字节顺序,可以避免兼容性问题。 The order in which the bytes of a multi-byte number are transmitted on a network - 阅读全文
posted @ 2015-09-18 09:44 ChuckLu 阅读(4305) 评论(0) 推荐(0)
摘要: 在触发异常的地方添加一下代码,就会出现英文的异常 Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture; Thread.CurrentThread.CurrentUICulture = CultureInfo.Invar... 阅读全文
posted @ 2015-09-17 13:31 ChuckLu 阅读(709) 评论(0) 推荐(0)
摘要: 原文链接 http://nvie.com/posts/a-successful-git-branching-model/ 有人发现git work flow的缺点,历史提交会变得混乱 http://endoflineblog.com/gitflow-considered-harmful http:/ 阅读全文
posted @ 2015-09-16 09:02 ChuckLu 阅读(2244) 评论(0) 推荐(0)
摘要: rebase和merge的正确使用时机https://medium.com/@porteneuve/getting-solid-at-git-rebase-vs-merge-4fa1a48c53aagit的subtree的用法https://medium.com/@porteneuve/master... 阅读全文
posted @ 2015-09-16 08:58 ChuckLu 阅读(187) 评论(0) 推荐(0)
摘要: 自己的demo 代码里面有一个for循环 循环内部调用了匿名委托 模拟了一下: 但是下面这段代码的执行,不会出现问题是正常的 What are 'closures' in .NET? I have an article on this very topic. (It has lots of exam 阅读全文
posted @ 2015-09-15 17:05 ChuckLu 阅读(882) 评论(0) 推荐(0)
摘要: 百度之后,知道这个原因是端口已经被其他进程打开了使用cmd命令,查看8002端口被哪一个程序占用了C:\Windows\System32>netstat -ano | find "8002" TCP 0.0.0.0:8002 0.0.0.0:0 ... 阅读全文
posted @ 2015-09-15 15:17 ChuckLu 阅读(737) 评论(0) 推荐(0)
上一页 1 ··· 351 352 353 354 355 356 357 358 359 ··· 399 下一页