09 2020 档案
摘要:首先Nuget中引入库: Microsoft.AspNetCore.Authentication.JwtBearer 1、注入 Startup里ConfigureServices方法里 services.AddAuthentication(JwtBearerDefaults.Authenticati
阅读全文
摘要:using Microsoft.Extensions.DependencyInjection; public class ThrottleFilterAttribute : Attribute, IActionFilter { public void OnActionExecuting(Action
阅读全文
摘要:用过哪些消息队列组件、消息队列有哪些基本概念、消息队列的作用、你使用消息队列使用场景、什么是AMQP、怎么保证消息的可靠性 用过哪些消息队列组件: 用过rabbitmq 基本概念: producer:消息生产者 consumer:消息消费者 channel:信道,基于connection创建 exc
阅读全文