lenmom

博客园 首页 新随笔 联系 订阅 管理

2016年7月19日 #

摘要: public class Retry { // Methods public static void Do(Action action, int timeoutMS = 50, int retryCount = 3) { Do<object>(delegate { action(); return 阅读全文
posted @ 2016-07-19 18:54 老董 阅读(156) 评论(0) 推荐(0)

2014年10月9日 #

摘要: 给 VS 2010 选一个好用的代码行数统计器 给 VS 2010 选一个好用的代码行数统计器 分类: Tricks2011-02-25 05:40 3891人阅读 评论(0) 收藏 举报 2010c 推荐一个VS插件,支持2005/2008/2010。我从2005的时候就已经在用了。 不多说了,去 阅读全文
posted @ 2014-10-09 15:25 老董 阅读(229) 评论(0) 推荐(0)

2014年5月15日 #

摘要: Windows消息大全 阅读全文
posted @ 2014-05-15 15:55 老董 阅读(582) 评论(0) 推荐(0)

摘要: C# Windows消息过滤 阅读全文
posted @ 2014-05-15 15:53 老董 阅读(876) 评论(0) 推荐(0)

2014年5月14日 #

摘要: C#预编译 阅读全文
posted @ 2014-05-14 16:44 老董 阅读(3981) 评论(0) 推荐(1)

2014年5月7日 #

摘要: c#摄像头编程实例 摄像头编程 安装摄像头后,一般可以找到一个avicap32.dll文件 这是一个关于设想头的类 using system;using System.Runtime.InteropServices; namespace webcam{/// /// avicap 的摘要说明。/// 阅读全文
posted @ 2014-05-07 21:21 老董 阅读(967) 评论(0) 推荐(0)

2014年4月16日 #

摘要: [MethodImpl(MethodImplOptions.Synchronized)] 多线程按顺序执行 阅读全文
posted @ 2014-04-16 11:33 老董 阅读(211) 评论(0) 推荐(0)

2014年4月10日 #

摘要: 定位程序集 阅读全文
posted @ 2014-04-10 16:45 老董 阅读(231) 评论(0) 推荐(0)

2014年4月1日 #

摘要: 处理异常 阅读全文
posted @ 2014-04-01 12:21 老董 阅读(1049) 评论(0) 推荐(0)

摘要: 无需Try catch 的UI事件封装类 阅读全文
posted @ 2014-04-01 12:06 老董 阅读(521) 评论(0) 推荐(0)