摘要:
一、实现 1、Permission文件 代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Blog.Jwt { /// <s 阅读全文
摘要:
一、Options注入模式 (相当于对appsettings.json根据字段映射到Model数据类,然后通过构造函数注入使用) 强类型的 Options Options is a framework for accessing and configuring POCO settings. 简单来说 阅读全文
摘要:
一、备份配置文件 1、redis_7000.conf # Redis configuration file example. # # Note that in order to read the configuration file, Redis must be # started with the 阅读全文