摘要:
一般我使用的第一种,使用32位Key加密的算法,代码如下 "AesKey": "asfo44beh9zmeoivlkcmljfoacjfojsd" using System; using System.Collections.Generic; using System.Linq; using Sys 阅读全文
摘要:
在项目文件夹中定义一个 Middleware 文件夹,建一个中间件类 using Microsoft.AspNetCore.Http; using System; using System.Collections.Generic; using System.Linq; using System.Th 阅读全文
摘要:
先安装Ocelot.Provider.Polly 然后在Startup.CS .AddPolly(); using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; u 阅读全文
摘要:
首先建 立一个.net Core WebAPi 项目 安装下面两个东西,注意版本 配置项目Startup.cs文件 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Ta 阅读全文