摘要: 1 using JKTAC_LMIS.Entity; 2 using System; 3 using System.Collections; 4 using System.Collections.Generic; 5 using System.Configuration; 6 using System.Data; 7 using System.Data.SqlClie... 阅读全文
posted @ 2018-01-24 10:37 ——君—— 阅读(2340) 评论(0) 推荐(0)
摘要: 数字转化名称 名称转化数字 阅读全文
posted @ 2018-01-24 10:33 ——君—— 阅读(422) 评论(0) 推荐(0)
摘要: 1 /// 2 /// 写入日志到文本文件 3 /// 4 /// 用户名称 5 /// 动作 6 /// 日志内容 7 /// 操作结果或报错信息 8 /// 报错信息 9 public static void WriteTextLog(string userName, string action, string content, stri... 阅读全文
posted @ 2018-01-24 10:28 ——君—— 阅读(274) 评论(0) 推荐(0)