08 2014 档案

摘要:1 先安装NLog程序包 如上图 :2 建了一个调用的类 NLogHelper 内容如下:using System;using System.Collections.Generic;using System.Linq;using System.Web;using NLog;namespace Vid... 阅读全文
posted @ 2014-08-28 21:07 桔子柠檬 阅读(242) 评论(0) 推荐(0)
摘要://在需要的程序中调用ExcutedCmd函数来打开执行dos命令//cmd 命令 args 命令参数 private static void ExcutedCmd(string cmd, string args) { using (Process ... 阅读全文
posted @ 2014-08-10 11:01 桔子柠檬 阅读(400) 评论(0) 推荐(0)