摘要: /// /// 缓存帮助类 /// public class MemoryCacheHelper { private static readonly MemoryCache Cache = new MemoryCache(new MemoryCacheOptions()); /// /// 验证缓存项是否存在... 阅读全文
posted @ 2018-09-10 12:42 风吹一点云 阅读(508) 评论(0) 推荐(0) 编辑
摘要: public class RuntimeHelper { /// /// 获取项目程序集,排除所有的系统程序集(Microsoft.***、System.***等)、Nuget下载包 /// /// public static IList GetAllAssemblies() { ... 阅读全文
posted @ 2018-09-10 11:39 风吹一点云 阅读(1121) 评论(0) 推荐(0) 编辑