摘要: ServiceStack,默认现在 6000 次每小时 破解方法: 下载路径https://github.com/ServiceStack/ServiceStack.Text 找到 LicenseUtils 类: 源代码 public const int RedisRequestPerHour = 阅读全文
posted @ 2022-01-19 14:42 AingHub 阅读(245) 评论(0) 推荐(0)
摘要: 一、使用默认 IOC 注入 1. 方式一 系统 IOC 注入:Startup 类 ConfigureServices 方法中添加以下代码 services.AddTransient<RedisStringService>(); services.AddTransient<RedisListServi 阅读全文
posted @ 2022-01-19 10:00 AingHub 阅读(813) 评论(0) 推荐(1)