摘要: 以下是C#代码,可以直接复制使用。using System;using System.Collections.Generic;using System.Text;using System.Management;namespace PingMock{ class MockerClass { private static Object thisobject = new Object(); public void Ping(string Host) { //string rtn = ""; ... 阅读全文
posted @ 2012-08-02 10:39 StupidsCat 阅读(948) 评论(0) 推荐(0) 编辑
摘要: 给自己的程序,加上记录日志的功能。以下是C#代码,可以直接复制使用的。using System;using System.Collections.Generic;using System.Text;using System.IO;namespace PingMock{ class LogClass { /**//// <summary> /// 写入日志文件 /// </summary> /// <param name="input"></param> public void WriteLogFile(... 阅读全文
posted @ 2012-08-02 10:35 StupidsCat 阅读(27694) 评论(3) 推荐(2) 编辑