摘要: /// /// 这是包装过公用的,用于本站而已。 /// /// rixiao /// 2018-02-01 public class RedisCacheProvider { public static T GetValue(string key) { try {... 阅读全文
posted @ 2018-07-02 11:44 青山下 阅读(804) 评论(0) 推荐(0) 编辑
摘要: /// /// 时间通用类 /// public class DateTimeGeneral { /// /// 获取unix时间 /// /// public static int GetUnixTime() { TimeSpan t... 阅读全文
posted @ 2018-07-02 11:43 青山下 阅读(140) 评论(0) 推荐(0) 编辑
摘要: public class LogHelper : Abp.Domain.Services.DomainService { public static void Debug(object message) { Swj.Infrastructure.Tools.Logging.LogHelper.Debug(message.ToSt... 阅读全文
posted @ 2018-07-02 11:41 青山下 阅读(148) 评论(0) 推荐(0) 编辑
摘要: public class EnumService { public static string GetDescription(Enum obj) { string objName = obj.ToString(); Type t = obj.GetType(); FieldInfo f... 阅读全文
posted @ 2018-07-02 11:30 青山下 阅读(167) 评论(0) 推荐(0) 编辑