摘要:
一般我使用的第一種,使用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 閱讀全文