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