摘要:
public static void WriteLog(string msg) { if (string.IsNullOrEmpty(_writelog)) { _writelog = getAppSetting("writelog"); } if (_writelog != "yes") { return; } string p = System.Web.HttpContext.Current.Server.MapPath("logs"); if (!Directory.Exists(p)) Directory.CreateDire 阅读全文
posted @ 2014-04-11 22:10
芝麻开花*
阅读(122)
评论(0)
推荐(0)
浙公网安备 33010602011771号