摘要:
/// /// 这是包装过公用的,用于本站而已。 /// /// rixiao /// 2018-02-01 public class RedisCacheProvider { public static T GetValue(string key) { try {... 阅读全文
摘要:
/// /// 时间通用类 /// public class DateTimeGeneral { /// /// 获取unix时间 /// /// public static int GetUnixTime() { TimeSpan t... 阅读全文
摘要:
public class LogHelper : Abp.Domain.Services.DomainService { public static void Debug(object message) { Swj.Infrastructure.Tools.Logging.LogHelper.Debug(message.ToSt... 阅读全文
摘要:
public class EnumService { public static string GetDescription(Enum obj) { string objName = obj.ToString(); Type t = obj.GetType(); FieldInfo f... 阅读全文