2013年11月27日

LICAppInfo

摘要: [Common]Enabled=trueAll=true[AppList]#AppName #Enabled #ValidityDate Info RefuseMsg DescriptLICTest true 2099-12-30 阅读全文

posted @ 2013-11-27 16:51 Mr吕 阅读(125) 评论(0) 推荐(0)

日志工具类

摘要: 分享一个自己写的日志工具类 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.IO; 5 using System.Diagnostics; 6 7 namespace LIC.Common 8 { 9 /// 10 /// 日志级别枚举 11 /// 12 public enum LogLevels 13 { 14 /// 15 /// 无 16 ///... 阅读全文

posted @ 2013-11-27 16:16 Mr吕 阅读(745) 评论(1) 推荐(0)

导航