上一页 1 ··· 381 382 383 384 385 386 387 388 389 ··· 400 下一页
摘要: http://www.wrox.com/WileyCDA/WroxTitle/Professional-C-5-0-and-NET-4-5-1.productCd-1118833031,descCd-DOWNLOAD.html http://www.cnblogs.com/zhouyinhui/ar 阅读全文
posted @ 2015-01-30 15:44 ChuckLu 阅读(7341) 评论(2) 推荐(0)
摘要: Regex System.Text.RegularExpressions.Regex regex应该是regular expression的缩写 https://msdn.microsoft.com/zh-cn/library/system.text.regularexpressions.regex 阅读全文
posted @ 2015-01-27 14:29 ChuckLu 阅读(449) 评论(0) 推荐(0)
摘要: bilibili上的链接被和谐了,坑爹 韩剧网可以看,不过貌似不太清晰 http://www.hanjuwang.com/play/2015/1851.html 池城治愈营 http://www.bilibili.com/video/av1943343/ 阅读全文
posted @ 2015-01-17 14:28 ChuckLu 阅读(461) 评论(0) 推荐(0)
摘要: Covariance and Contravariance (C#) https://docs.microsoft.com/en-us/dotnet/articles/csharp/programming-guide/concepts/covariance-contravariance/ In C# 阅读全文
posted @ 2015-01-13 14:09 ChuckLu 阅读(512) 评论(0) 推荐(0)
摘要: 未处理System.InvalidCastException HResult=-2147467262 Message=无法将类型为“Microsoft.Office.Interop.Excel.ApplicationClass”的 COM 对象强制转换为接口类型“Microsoft.Office... 阅读全文
posted @ 2015-01-13 10:09 ChuckLu 阅读(1913) 评论(0) 推荐(0)
摘要: 有类A,以及A类型的变量a和b。初始化a之后,将a赋给b。之后将a赋为null。之后b还是可以使用。 思维误区:本来以为a=null之后,b也应该等于null。 实际测试效果如下 最后在stackoverflow上找到了答案,原来对一个引用赋null,仅仅是把指向去掉了。其他变量还是可以指向之前的内 阅读全文
posted @ 2015-01-12 10:15 ChuckLu 阅读(5561) 评论(0) 推荐(1)
摘要: http://cnn237111.blog.51cto.com/2359144/1343004 GC.Collect如何影响垃圾回收主要是//GC.Collect();//GC.WaitForPendingFinalizers();http://q.cnblogs.com/q/35019/ C# ... 阅读全文
posted @ 2015-01-12 09:59 ChuckLu 阅读(473) 评论(0) 推荐(0)
摘要: 下面的代码,会发现事件没有被注册 class Program { static void Main(string[] args) { EventCheck check = new EventCheck(); check.O... 阅读全文
posted @ 2015-01-12 09:16 ChuckLu 阅读(944) 评论(2) 推荐(0)
摘要: Auto packing the repository for optimum performance. You may alsorun "git gc" manually. See "git help gc" for more information.Counting objects: 9231,... 阅读全文
posted @ 2015-01-10 15:48 ChuckLu 阅读(5340) 评论(0) 推荐(0)
摘要: Handling and Raising Events包括函数名的写法 https://msdn.microsoft.com/en-us/library/edzehd2t.aspx 观察者设计模式 注意查看相关主题的资料 http://msdn.microsoft.com/en-us/library 阅读全文
posted @ 2015-01-09 22:00 ChuckLu 阅读(250) 评论(0) 推荐(0)
上一页 1 ··· 381 382 383 384 385 386 387 388 389 ··· 400 下一页