摘要: WINFORM 設計時 未能加载文件或程序集,出現這種情況一般是在調試時或打開EXE時切換到設計器畫面所至,在調試或運行EXE時不要打開設計器可以避免這個問題。 阅读全文
posted @ 2012-05-19 11:57 Yaoquan.Luo 阅读(305) 评论(0) 推荐(0)
摘要: string sql = string.Format(" select sql from " + App.dao.AaaaPrefix2 + "systranslog where tablename='{0}' and docno='{1}' and usercode='{2}' and to_char(logdatetime,'yyyy-mm-dd HH24:MI:SS')='{3}' ", dr["tableName"].ToString(), dr[ 阅读全文
posted @ 2012-05-19 09:28 Yaoquan.Luo 阅读(193) 评论(0) 推荐(0)