Reynaldo Baltz

Results 11 issues of Reynaldo Baltz

> ***此版块专为反馈 bug 及提交需求服务,不负责解答开发问题,请勿发表开发问题, 如果您需要这方面的帮助,请移步`问答社区`:https://weixin.senparc.com/QA*** ##### 问题描述 和NCC的另一组件CAP的集成问题,[cap参考链接](https://github.com/dotnetcore/CAP) 我是打算把一些消息推送到Rabbitmq然后调用`AccessTokenContainer.GetToken`方法的 发现了一些问题 ##### 重现问题步骤(如果可以) 1. 按照官方Samples指南配置好缓存等配置(已经确定在service中正常使用) 2. 发布消息到CAP ![image](https://user-images.githubusercontent.com/16337239/157998022-73be7f0f-890c-4fb5-86ff-165808fe0bc9.png) 3.处理订阅消息(同一个应用程序aspnetcore)中 4.报错 ![PA{$VQ$BSL`F5 X7$~DAK)U](https://user-images.githubusercontent.com/16337239/157998070-a4ce72aa-5e7f-4148-9259-799195964299.png) ##### 模块对应的 .net 版本 - [x] .net 7.0 #####...

I follow this [https://opensource.fast-report.com/2019/07/how-to-use-online-designer-with.html](https://opensource.fast-report.com/2019/07/how-to-use-online-designer-with.html) But I get someting wrong ![image](https://user-images.githubusercontent.com/16337239/183606424-d8ba1fac-96be-4325-a073-accb98775d65.png)

this: (https://docs.microsoft.com/zh-cn/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only) 仅在Windows 上支持System.Drawing.Common microsoft will stop surpport one day

enhancement
discussion

**what happened ?** When I use this attribute, I feel that my brain has received a fatal blow ![image](https://user-images.githubusercontent.com/16337239/106983867-91e48400-67a1-11eb-8330-8c156b1a03ad.png) I hope the usage of double negation can be removed In...

area-excel
easy

您好,kong版本经过好几轮迭代更新,有的也不向下兼容,我想问一下 目前最新的0.0.4版本支持什么版本的kong ?

frps固然很好,但是nps现在正变得越来越流行

版本 `Mirai-CSharp, Version=2.1.4.0` miral版本 `v2.11.0-M1` 平台 net7.0 preview1 +netcore 7.0(aspnetcore) 代码: 依赖注入 ```csharp services.AddMiraiBaseFramework() // 表示使用基于基础框架的构建器 .AddHandler() .AddHandler() .Services // 虽然可以把 HttpApiPlugin 作为泛型参数塞入, 但不建议这么做 .AddDefaultMiraiHttpFramework() // 表示使用 mirai-api-http 实现的构建器 .ResolveParser()...

need-repro

![c63ced1ae7c89d86292101d79f9dfa5](https://github.com/LiJunYi2/navicat-keygen-16V/assets/16337239/6bfda165-2088-4f48-a480-c1c9b6924dfc) 如图所示, 1.桌面一和桌面二全都是使用本工具进行的破解 2. 桌面三使用官方版未破解,试用 3.桌面一 二 三 同时链接私有Navicat On-Perm Server 4. 桌面一二互看不到分享的同一个项目的连接 桌面三都可以看到 备注: 1.三台设备全部打开了`从服务器实时推送` 2.个人猜测是桌面一二都不可以从Navicat On-Perm Server 获取最新链接,之所以能显示是因为缓存了输入(通过删除服务器,并且清除缓存后证实) 3.Navicat On-Perm Server 配置和部署均没有问题(使用了不同的设备多次部署,并且更换了多个数据库)

在 BaseController.cs、JwtExtension.cs 和 VerifyAttribute.cs 文件中: - 添加了 using Microsoft.AspNetCore.Http 引用。 - 将 Response.Headers.Add 替换为 Response.Headers.Append,以确保在添加头部信息时不会覆盖现有的头部信息。