07 2023 档案

摘要:# ASP.NET Core 教程:https://www.bilibili.com/video/BV1Kk4y117Xy/?p=2&spm_id_from=pageDriver&vd_source=34dc5215532143d76607ef8957c72691 的笔记 ## ASP.NET Co 阅读全文
posted @ 2023-07-16 20:22 追D 阅读(93) 评论(0) 推荐(0)
摘要:# WEB API 添加jwt认证后,跨域失效问题 跨域配置策略如下: ```c# //添加跨域策略 builder.Services.AddCors(options => { options.AddPolicy("CorsPolicy", opt => opt.AllowAnyOrigin().A 阅读全文
posted @ 2023-07-07 16:24 追D 阅读(80) 评论(0) 推荐(0)