09 2020 档案

摘要:首先Nuget中引入库: Microsoft.AspNetCore.Authentication.JwtBearer 1、注入 Startup里ConfigureServices方法里 services.AddAuthentication(JwtBearerDefaults.Authenticati 阅读全文
posted @ 2020-09-28 13:55 向萧 阅读(160) 评论(0) 推荐(0) 编辑
摘要:using Microsoft.Extensions.DependencyInjection; public class ThrottleFilterAttribute : Attribute, IActionFilter { public void OnActionExecuting(Action 阅读全文
posted @ 2020-09-22 11:16 向萧 阅读(409) 评论(0) 推荐(0) 编辑
摘要:用过哪些消息队列组件、消息队列有哪些基本概念、消息队列的作用、你使用消息队列使用场景、什么是AMQP、怎么保证消息的可靠性 用过哪些消息队列组件: 用过rabbitmq 基本概念: producer:消息生产者 consumer:消息消费者 channel:信道,基于connection创建 exc 阅读全文
posted @ 2020-09-01 19:17 向萧 阅读(170) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示