• 00
  • :
  • 00
  • :
  • 00
摘要: public class INIUserAccound { static IniFile Ini = new IniFile(AppDomain.CurrentDomain.BaseDirectory + @"\Config\User.Ini"); const string Session = "UserInfo"; /// ... 阅读全文
posted @ 2016-04-22 14:23 Garson_Zhang 阅读(294) 评论(0) 推荐(0) 编辑
摘要: public class Logs { /// /// 写日志,指定日志文件 /// /// /// public static void Info(string Msg) { try { ... 阅读全文
posted @ 2016-04-22 11:38 Garson_Zhang 阅读(388) 评论(0) 推荐(0) 编辑