文章分类 -  .Net Core

摘要:1:添加NLog 插件 1.1 通过Nuget 安装NLog 1.2:在StartUp 添加NLog ,读取Nlog文件 public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory lo 阅读全文
posted @ 2019-04-21 16:08 低调的奢华&Code 阅读(485) 评论(0) 推荐(0)
摘要:第一步: 创建.net core standard 第二步: 封装类 public static class StringExtend { public static bool CheckStringIsLower(this string str) { if (str == null || str. 阅读全文
posted @ 2019-03-14 16:36 低调的奢华&Code 阅读(917) 评论(1) 推荐(1)