会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Chuck Lu
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
381
382
383
384
385
386
387
388
389
···
400
下一页
2015年2月3日
如何从List<T>中筛选符合条件的数据的集合或个数
摘要: 方法一:LinqChannelList就是一个List类型的数据,IsOpen 是其元素的属性channelCount = (from channel in DevicesManager.Instance.CurrentDevice.ChannelList ...
阅读全文
posted @ 2015-02-03 11:29 ChuckLu
阅读(15809)
评论(0)
推荐(0)
2015年2月2日
如何实现wpf的多国语言
摘要: http://www.cnblogs.com/horan/archive/2012/04/20/wpf-multilanguage.html4.0版本的locbaml http://michaelsync.net/2010/03/01/locbaml-for-net-4-0使用visual stud...
阅读全文
posted @ 2015-02-02 19:51 ChuckLu
阅读(531)
评论(0)
推荐(0)
2015年1月30日
C#高级编程(第9版) -C#5.0&.Net4.5.1 书上的示例代码下载链接
摘要: 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
阅读(7342)
评论(2)
推荐(0)
2015年1月27日
C#中【正则表达式regular expression】相关的知识
摘要: 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
阅读(452)
评论(0)
推荐(0)
2015年1月17日
kill me heal me的链接
摘要: bilibili上的链接被和谐了,坑爹 韩剧网可以看,不过貌似不太清晰 http://www.hanjuwang.com/play/2015/1851.html 池城治愈营 http://www.bilibili.com/video/av1943343/
阅读全文
posted @ 2015-01-17 14:28 ChuckLu
阅读(462)
评论(0)
推荐(0)
2015年1月13日
Covariance and Contravariance (C#)
摘要: 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
阅读(513)
评论(0)
推荐(0)
Excel导出失败的提示
摘要: 未处理System.InvalidCastException HResult=-2147467262 Message=无法将类型为“Microsoft.Office.Interop.Excel.ApplicationClass”的 COM 对象强制转换为接口类型“Microsoft.Office...
阅读全文
posted @ 2015-01-13 10:09 ChuckLu
阅读(1916)
评论(0)
推荐(0)
2015年1月12日
C#中将一个引用赋值null的作用
摘要: 有类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)
关于C#中的垃圾回收
摘要: 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
阅读(477)
评论(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)
上一页
1
···
381
382
383
384
385
386
387
388
389
···
400
下一页
公告