摘要: 在对list进行循环的时候又对list进行了修改,这是不应该的。换个思路来处理这个问题。比如先把这个列表的内容复制一份,对这一份列表循环,然后对List进行修改。 阅读全文
posted @ 2016-05-30 18:09 jumahe 阅读(785) 评论(0) 推荐(0) 编辑
摘要: 这本书有空得读读,网上有pdf资源。http://book.douban.com/subject/7006719/ 阅读全文
posted @ 2015-10-24 23:22 jumahe 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 本人办公室一Winserer2008上布有DNS服务器,个人笔记本今天突然用域名访问不了那台服务器了,检查ip和dns设置均无问题,ping ip通而域名不通。重启DNS服务器就好了。不是重启电脑,是在服务器管理里重启服务器软件,立马域名ping通。原因不知。 阅读全文
posted @ 2015-07-17 16:08 jumahe 阅读(223) 评论(0) 推荐(0) 编辑
摘要: https://github.com/firstfloorsoftware/muihttp://wpftoolkit.codeplex.com/https://github.com/fluentribbon/Fluent.Ribbonhttp://avalondock.codeplex.com/ht... 阅读全文
posted @ 2015-07-17 15:21 jumahe 阅读(618) 评论(0) 推荐(0) 编辑
摘要: 一个非常不错的office 07的界面控件。可以浏览下:http://www.divelements.com/net/非注册版本有30天的使用限制。使用.net reflector,可以看到关键地方:namespace Divelements.Util.Registration{。。。代码priva... 阅读全文
posted @ 2015-07-17 15:19 jumahe 阅读(3190) 评论(0) 推荐(0) 编辑
摘要: http://www.opcsupport.com/link/portal/4164/4590/ArticleFolder/51/CitectTo decode the error messages carry out the following steps:*Open up Windows Cal... 阅读全文
posted @ 2015-06-16 13:13 jumahe 阅读(423) 评论(0) 推荐(0) 编辑
摘要: .NET中的Overlapped 类异步IO模型和Overlapped结构(http://blog.itpub.net/25897606/viewspace-705867/)数据结构OVERLAPPED结构主要用于异步I/O操作,其数据结构定义如下:typedef struct _OVERLAPPE... 阅读全文
posted @ 2015-06-10 17:19 jumahe 阅读(1213) 评论(0) 推荐(0) 编辑
摘要: 买了一个sandisk 的u盘,配套软件有空可以研究一下。QuickStartGuide_SanDiskSecureAccessV2.0.pdfhttp://www.sandisk.com/products/software/secureaccess/ 阅读全文
posted @ 2015-06-10 10:07 jumahe 阅读(773) 评论(0) 推荐(0) 编辑
摘要: 来源:http://www.codeproject.com/Articles/1608/Asynchronous-socket-communication本地下载Download source files - 14 KbDownload demo project - 8 KbIntroduction... 阅读全文
posted @ 2015-06-05 15:15 jumahe 阅读(212) 评论(0) 推荐(0) 编辑
摘要: ASCIIEncoding encoder = new ASCIIEncoding(); string Str = encoder.GetString(message, 0, bytesRead); 阅读全文
posted @ 2015-06-05 14:57 jumahe 阅读(195) 评论(0) 推荐(0) 编辑