Loading

10 2012 档案

摘要:问题描述:自己在做一个自动升级程序的时候,在调试模式下能很好的工作,但是一旦手动运行就报“System.InvalidOperationException”的错误,并且捕捉不到异常。解决方法:后来想到是在程序中有一个地方是在死循环等待下载完成。在代码的while语句中让线程sleep 1秒后,运行正常。 阅读全文
posted @ 2012-10-26 13:32 青岛欧姆网络科技 阅读(279) 评论(0) 推荐(0) 编辑
摘要:由于微软提供的更新程序使用不方便,所以又写了此程序。此程序是本人一年前所写的一段程序,当时在开发一个CS版本报价系统,当时由于开发过程仓促,代码可能有点不是太规范此程序编译后只有一下AutoUpdate.exe文件与一个配置文件UpdateList.xml,主要通过本地程序与服务端程序文件的版本号来升级与更新本地程序文件。UpdateList.xml文件内容如下:<?xml version="1.0" encoding="gb2312"?><AutoUpdater> <description>Application a 阅读全文
posted @ 2012-10-25 19:57 青岛欧姆网络科技 阅读(163) 评论(0) 推荐(0) 编辑
摘要:Progress and technology are a second-order effect on the outcome of a project.The first-order effect is the people.Chapter1 Agile PracticesMainfesto for Agile Software Development.we are uncovering better ways of developing software by doing this and helping others do it.Through this work we have co 阅读全文
posted @ 2012-10-19 16:29 青岛欧姆网络科技 阅读(232) 评论(0) 推荐(0) 编辑
摘要:JoinJoin方法:原型public static IEnumberable<V> Join<T,U,K,V>( this IEnumberable <T> outer, IEnumberable<U> inner, Func<T,K> outerKeySelector, Func<T,U,V> resultSelector); 阅读全文
posted @ 2012-10-15 22:57 青岛欧姆网络科技 阅读(132) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示