class ServicePinger { private static readonly ILog log = LogManager.GetLogger(typeof(ServicePinger)); public ServicePinger(string siteName, string sit
分类:
Web程序 时间:
2016-02-01 09:46:40
阅读次数:
164
鉴于本次的安装几经波折,中间也仔细的考虑了很多的因素,所以简单的总结一下出现的各个问题解决方法,唯一缺憾的就是少了个人在各个过程中的截图,没办法,只能通过语音还原一下,留作后用,如果可以帮到遇到同样问题的同事最好O(∩_∩)O哈哈~先简单说明一下HP服务器开机基本..
分类:
其他好文 时间:
2016-01-21 12:14:29
阅读次数:
4298
/// /// Redis 帮助类文件 /// public class RedisHelper : IDisposable { /// /// 针对Log4net的实例 /// private static readonly ILog Logger = LogManager.GetLogger(M...
分类:
其他好文 时间:
2015-12-29 12:57:43
阅读次数:
521
public class PayForWeiXinHelp { private readonly ILog _fileLog = LogManager.GetLogger(typeof(PromotionWindowsService)); /// /...
分类:
微信 时间:
2015-11-26 18:51:26
阅读次数:
353
public class ClientExceptionUtil{ /// /// 日志控制对象 /// public static readonly ILog logger = LocalLogManage.GetLogManager();错误原因为:ClientExceptionUtil类的.....
分类:
其他好文 时间:
2015-09-30 17:48:34
阅读次数:
126
1、利用cobbler安装HPDL388Gen8服务器时不能成功,报错提示找不到可用的硬盘,和HP售后沟通了解到HPDL388Gen8服务器的raid卡的型号是B320i。centos6或7系统的initrd.img中没有B320i阵列卡的驱动,如果想把Gen8装上centos或redhat的系统,需要先在官网下载B320i阵列卡的驱动,Ce..
分类:
其他好文 时间:
2015-07-09 14:50:11
阅读次数:
187
http://homeservershow.com/forums/index.php?/topic/6596-hp-microserver-gen8-processor-faq/This guide is a work in progress. After reading some other pe...
分类:
其他好文 时间:
2015-06-18 22:10:31
阅读次数:
155
[1].[代码][C#]代码跳至[1][2]?12using System.Reflection; //使用反射static private ILog log = log4net.LogManager.GetLogger(MethodBase.GetCurrentMethod().Declaring...
分类:
Web程序 时间:
2015-04-27 14:59:56
阅读次数:
197
public class FileUploadController : DnnApiController { private static readonly ILog Logger = LoggerSource.Instance.GetLogger(typeof (FileUploa...
分类:
Web程序 时间:
2015-03-19 00:51:42
阅读次数:
251
wcf 开发[ServiceContract]-----接口定义1 public interface ILog { [OperationContract]------接口定义1 List GetAll(); [OperationContract] List GetMonthLog(strin...
分类:
其他好文 时间:
2015-03-05 12:37:26
阅读次数:
152