会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
拒马河
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2016年5月30日
集合已修改;可能无法执行枚举操作
摘要: 在对list进行循环的时候又对list进行了修改,这是不应该的。换个思路来处理这个问题。比如先把这个列表的内容复制一份,对这一份列表循环,然后对List进行修改。
阅读全文
posted @ 2016-05-30 18:09 jumahe
阅读(800)
评论(0)
推荐(0)
2015年10月24日
[书籍推荐]这就是搜索引擎
摘要: 这本书有空得读读,网上有pdf资源。http://book.douban.com/subject/7006719/
阅读全文
posted @ 2015-10-24 23:22 jumahe
阅读(155)
评论(0)
推荐(0)
2015年7月17日
域名服务器无法访问
摘要: 本人办公室一Winserer2008上布有DNS服务器,个人笔记本今天突然用域名访问不了那台服务器了,检查ip和dns设置均无问题,ping ip通而域名不通。重启DNS服务器就好了。不是重启电脑,是在服务器管理里重启服务器软件,立马域名ping通。原因不知。
阅读全文
posted @ 2015-07-17 16:08 jumahe
阅读(229)
评论(0)
推荐(0)
几个.net的GUI控件库
摘要: 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
阅读(631)
评论(0)
推荐(0)
许可和授权的研究及其破解
摘要: 一个非常不错的office 07的界面控件。可以浏览下:http://www.divelements.com/net/非注册版本有30天的使用限制。使用.net reflector,可以看到关键地方:namespace Divelements.Util.Registration{。。。代码priva...
阅读全文
posted @ 2015-07-17 15:19 jumahe
阅读(3354)
评论(0)
推荐(0)
2015年6月16日
Citect:How do I translate Citect error messages?
摘要: 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
阅读(440)
评论(0)
推荐(0)
2015年6月10日
异步IO模型和Overlapped结构
摘要: .NET中的Overlapped 类异步IO模型和Overlapped结构(http://blog.itpub.net/25897606/viewspace-705867/)数据结构OVERLAPPED结构主要用于异步I/O操作,其数据结构定义如下:typedef struct _OVERLAPPE...
阅读全文
posted @ 2015-06-10 17:19 jumahe
阅读(1292)
评论(0)
推荐(0)
SanDisk SecureAccess™ Software
摘要: 买了一个sandisk 的u盘,配套软件有空可以研究一下。QuickStartGuide_SanDiskSecureAccessV2.0.pdfhttp://www.sandisk.com/products/software/secureaccess/
阅读全文
posted @ 2015-06-10 10:07 jumahe
阅读(831)
评论(0)
推荐(0)
2015年6月5日
Asynchronous socket communication
摘要: 来源: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
阅读(221)
评论(0)
推荐(0)
一种字节转字符串的语法
摘要: ASCIIEncoding encoder = new ASCIIEncoding(); string Str = encoder.GetString(message, 0, bytesRead);
阅读全文
posted @ 2015-06-05 14:57 jumahe
阅读(201)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告