上一页 1 ··· 9 10 11 12 13 14 15 下一页
摘要: 方法一:使用try来捕获异常屏蔽这个错误提示吧。 try { this.Invoke(new MethodInvoke(myMethod)); } catch { } 方法二:如果你的线程方法放在了类中,那么调用委托必须要这么做 C# code FORM1.Invoke(new MethodInvoke(myMethod));但是这样做就会出现异常,所以必须传递一个参数,在调用线程或者在这之前,... 阅读全文
posted @ 2009-12-26 23:55 冰封的心 阅读(4824) 评论(2) 推荐(1)
摘要: 转载WinForm界面开发之酒店管理系统--报表篇 伍华聪 2009-12-14 20:55 阅读:344 评论:7WinForm界面开发之酒店管理系统--控件篇 伍华聪 2009-11-29 22:52 阅读:2568 评论:9WinForm界面开发之酒店管理系统--开篇 伍华聪 2009-11-29 15:18 阅读:3113 评论:33再谈布局控件"WeifenLuo.WinFormsUI.... 阅读全文
posted @ 2009-12-14 22:34 冰封的心 阅读(1306) 评论(2) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2009-08-23 12:33 冰封的心 阅读(21) 评论(0) 推荐(0)
摘要: http://www.microsoft.com/china/technet/security/guidance/secmod109.mspx#EPC 阅读全文
posted @ 2009-08-23 02:34 冰封的心 阅读(226) 评论(0) 推荐(0)
摘要: http://windows.chinaitlab.com/administer/774630.html http://leftleg.hzpub.com/category/21/资料网站 阅读全文
posted @ 2009-08-23 02:15 冰封的心 阅读(235) 评论(0) 推荐(0)
摘要: http://blog.72du.com/index.php/post/25http://dzineblog.com/2008/12/45-excellent-free-wordpress-templates.htmlhttp://www.iconshock.com/http://dryicons.com/http://wefunction.com/http://psd.tutsplus.com/... 阅读全文
posted @ 2009-07-26 01:39 冰封的心 阅读(147) 评论(0) 推荐(0)
摘要: http://blog.72du.com/index.php/post/25http://dzineblog.com/2008/12/45-excellent-free-wordpress-templates.htmlhttp://www.iconshock.com/http://dryicons.com/http://wefunction.com/http://psd.tutsplus.com/... 阅读全文
posted @ 2009-07-26 01:39 冰封的心 阅读(113) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2009-06-18 10:27 冰封的心 阅读(19) 评论(0) 推荐(0)
摘要: “/”应用程序中的服务器错误。 -------------------------------------------------------------------------------- 安全性异常 说明: 应用程序试图执行安全策略不允许的操作。要授予此应用程序所需的权限,请与系统管理员联系,或在配置文件中更改该应用程序的信任级别。 异常详细信息: System.Se... 阅读全文
posted @ 2009-05-23 02:34 冰封的心 阅读(4837) 评论(4) 推荐(0)
摘要: 1、查询列表,按照In的排序进行排序[代码]2、查询不重复结果,按照另外一个字段进行排序[代码](通常情况在,A,B为用户ID和用户名,但是要按照C:添加时间来进行排序,这时候就要使用这个方法了)1 在access数据库中UPDATE ywx_subject SET iscurrent =iif(iscurrent,0,1);这个语句是将数据库中的iscurrent逻辑字段取反 true改为fal... 阅读全文
posted @ 2009-05-08 19:56 冰封的心 阅读(395) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 下一页