摘要: ===C/S配置===1.项目中引用log4net.dll2.在项目的Properties下的AssemblyInfo.cs末尾添加[assembly: log4net.Config.DOMConfigurator(Watch = true)]3.在app.config中添加以下节内容  <configSections> <section name="log4net" type=... 阅读全文
posted @ 2010-02-10 09:42 暮色青衫 阅读(798) 评论(0) 推荐(0) 编辑
摘要: 对远程路径访问做了一点点修改. /// <summary> /// FTPClient 的摘要说明。 /// </summary> class FTPClient { #region 构造函数 /// <summary> /// 缺省构造函数 /// </summary> public FTPClient() { strRemoteHost = ""... 阅读全文
posted @ 2010-02-10 09:02 暮色青衫 阅读(679) 评论(0) 推荐(1) 编辑