文章分类 -  winform

log4net 不生成日志原因
摘要:前奏:引用dll第一步:Program (不生成日志就有可能是这里的问题)// Configure log4net using the .config file[assembly: log4net.Config.XmlConfigurator(Watch = true)]// This will cause log4net to look for a configuration file// called ConsoleApp.exe.config in the application base// directory (i.e. the directory containing Consol 阅读全文
posted @ 2014-02-18 08:40 --Sam-- 阅读(618) 评论(0) 推荐(0)
输入法默认为全角为什么?
摘要:使用。net2.0 的程序,输入法老是变成全角的,折磨人,最后网上查到是。net的bug修复: 中文输入法的状态可能会更改为全形模式时将焦点移到使用.NET Framework 2.0 版的 Windows 应用程序中的控件http://support.microsoft.com/kb/925488本地下载 阅读全文
posted @ 2014-01-06 16:36 --Sam-- 阅读(782) 评论(0) 推荐(0)