首页
新闻
会员
周边
捐助
园子
·
关注
·
粉丝
·
会员
·
随便看看
·
消息
欢迎,请先
登录
或者
注册
。
登录
/
注册
闪存
博客
发言
小组
投递
新闻
提问
博问
添加
收藏
文库
问题反馈
问题列表
我关注的
我的博问
博问标签
提问
回答
被采纳
1
回答数
30
IdentityServer4 遇到问题 "Scope email not found in store"
使用 IdentityServer4 作为 gitlab 的 OAuth 2.0 provider,请求的 scope 中包含 email,IdentityServer4 报错 "Scope emai
2
回答数
20
使用MemoryMappedViewAccessor出的问题还请大佬帮忙看看
我的结构体有数组,使用CreateViewAccessor这个方法会报错 "指定的类型必须是不包含引用的结构" 我该怎么解决这个问题呢? 这是我声明的结构体 报错
1
回答数
30
GitLab SSO 登录问题:"Signing in using your Cnblogs account without a pre-existing GitLab account is not allowed"
参考 Generic OAuth 2.0 provider 将 IdentityServer4 配置为 GitLab 的 OAuth 2.0 Provider,将 GitLab 已有账号关联到 Ide
1
回答数
30
IdentityServer4 验证 Personal Access Tokens (PAT) 的问题
通过 Personal Access Tokens 访问受保护的 web api 时,出现下面的报错 System.InvalidOperationException: You must either
1
回答数
30
如何启用 GitHub Actions 执行 CI
在 github 上提交 PR 后,GitHub Actions 没有执行 CI,仓库是 fork 过来的 Continuous integration has not been set up Git
3
回答数
5
postman中已调通,.net 中HttpClient增加Authorization无法验证通过
如题,postman中已调通,.net 中HttpClient增加Authorization无法验证通过,请问各位大佬 这个位置如何解决,跪谢 postman参数 方式1 方式2 方式2报错
1
回答数
30
没加 await 调用 async 方法遇到问题:"Cannot access a disposed object. Object name: 'IServiceProvider'"
异步方法所在的类的构造函数注入了 IServiceProvider,通过它解析实例 await using var scoped = _scopeFactory.CreateAsyncScope();
2
回答数
AllowAnonymous无效
项目为.net6,使用jwt做的认证,有一个接口不想做授权就添加了,AllowAnonymous但是无效,禁用了EnableEndpointRouting也不行 .AddMvcOptions(opti
1
回答数
50
ASP.NET Core 集成测试运行时找不到 appsettings.shared.json
appsettings.shared.json 文件放在 Cnblogs.Bootstrapper 项目中,Cnblogs.Web 引用了 Cnblogs.Bootstrapper 项目,dotnet
3
回答数
5
netcore 中如何判断类是否继承某泛型类
public class b1<T>:b1<T,string> { } public class b1<T1, T2>:b1<T1,T2,int> { } public class b1<T1, T2
1
回答数
30
EF Core Warning: "Consider using the nullable 'bool?' type instead"
日志中发现下面的 EF Core 告警: The 'bool' property '"IsDeleted"' on entity type '"EntityA"' is configured with
1
回答数
30
GitLab 如何实现处于草稿状态的 Merge Requests 不触发 CI pipeline
如题,如何让 Draft MRs 不触发 CI pipeline?
1
回答数
50
关于 ASP.NET Core Controller 的一个线程安全问题
请问下面的代码中 _blogId 成员变量是否存在线程安全问题? public class VersioningController : Controller { private int? _blog
3
回答数
100
如何让 Visual Studio 2022 在格式化时不在 using namespace 之前加空行
VS 2022 现在每次格式化代码时都会在不同一级名称的命名空间之间加入空行,请问如何取消这种 code style?
1
回答数
30
gitlab-ci cache 无法正常工作
在一个 job 中产生的 cache 文件,在另外一个 job 中却读取不到。 执行 job 的控制台日志已经显示成功创建 cache Creating cache npm-11... src/Cli
1
回答数
30
gitlab ci 执行 npm run test 出现 "Permission denied" 错误
gitlab-runner docker executor 一个 job 中执行 npm run build 正常,但另外一个 job 中执行 npm run test 时却报错 "Permissio
1
回答数
50
dotnet test 无任何输出
在 gitlab ci job 中执行 dotnet test. -c Release --no-restore 命令无任何输出 $ dotnet test -c Release --no-resto
2
回答数
100
gitlab ci 上传 artifacts 速度太慢了
阿里云内网上传,上传速度通常不到 300KB/s,一个 pipeline 需要上传 200多M 的 artifacts,要10多分钟,太慢了 上传后端 build 输出文件(上传过程中) 上传后端 b
2
回答数
50
一个 Dockerfile 如何生成2个镜像
参考 stackoverflow 上 Multiple images, one Dockerfile 的回答中的方法,尝试通过 --target + intermediate layer 实现,但尝试
1
回答数
30
gitlab ci 问题:needs 中的 job 失败了,job 依然会执行
下面的 .gitlab-ci.yaml 配置中 backend-test 与 frontend-test 失败了,deploy-to-staging 依然会执行 deploy-to-staging:
1
回答数
30
gitlab ci 问题:merge request 上的 git push 会触发2个 pipeline
向已经提交 MR 的分支 push,会触发2个 pipeline,.gitlab-ci.yml 中 rules 写的是 always rules: - when: always
1
回答数
30
C#的CodeDom中,如何创建一个静态类?
创建一个类用CodeTypeDeclaration cTDeclaration = new CodeTypeDeclaration("类名"); 这样创建出的是非静态类。我想创建一个static类,试
1
回答数
20
为什么把WPF源码下载下来,里面的所有类的实现都是 是空的
所有方法和属性的实现都是 throw null;如何才能看到真正实现的代码。
1
回答数
metaweblog报错
url = server.metaWeblog.newMediaObject(conf["blog_id"], conf["username"], conf["password"], file) 我在
2
回答数
10
C# DataTable中如何查询指定字段名称的数据
请问DataTable中如何查询指定字段名称的数据?谢谢
< Prev
1
···
15
16
17
18
19
20
21
22
23
24
25
···
200
Next >
dudu
园豆:31048
排名:4
博问搜索
关于博问
»
博问帮助
»
发现问题
»
我有建议