首页 新闻 会员 周边 捐助
1
回答数

回答被采纳 30 如何让 nerdctl 默认使用 /etc/containerd/config.toml

在 /etc/containerd/config.toml 中设置了 registry.mirrors,nerdctl pull 时对应的配置没有起作用,nerdctl 没有使用 /etc/conta
1
回答数

回答被采纳 30 nerdctl pull 时如何强制使用 http 协议

nerdctl pull 时指定 registry,默认会使用 https 协议,如何强制使用 http 协议 nerdctl pull xxx.xxx.xxx.xxx:5000/library/da
2
回答数

回答被采纳 30 vscode 升级到 1.90 之后园子的 vscode 插件无法正常使用

加载时出现错误提示: There is no data provider registered that can provide view data 对应的中文提示: 没有可提供视图数据的已注册数据提
2
回答数

回答被采纳 30 npm ci 失败:"getaddrinfo ENOTFOUND registry.nlark.com"

错误信息如下,请问如何解决? #34 89.86 npm ERR! code ENOTFOUND #34 89.86 npm ERR! syscall getaddrinfo #34 89.86 np
2
回答数

回答被采纳 vs2019编译的时候, dal层提示这个错误

临时的解决方案是吧dal里面的有的字符串注释掉,有木有别的办法
1
回答数

回答被采纳 30 如何在 ubuntu 上安装 gitlab cli

请问如何在 ubuntu 22.04 jammy 上安装 gitlab cli?
2
回答数

回答被采纳 10 TypeScript的tsconfig.json怎么配置,才能给输入的js文件自动添加扩展名

在1个TS demo, 我想将.ts文件转换为可在浏览器执行的.js文件。 但tsc命令后,输出的js文件里import { Foo } from "./foo"; 没有自动添加扩展名(import
2
回答数

回答被采纳 30 angular 17 使用 custom-esbuild 的问题

在 angular.json 中配置了 custom-esbuild { "projects": { "blog-admin": { "architect": { "build": { "builde
1
回答数

回答被采纳 30 npm run lint 报错 "Invalid Options"

从 angular 15 升级至 angular 17 之后,运行 npm run lint 出现下面的错误: [error] Error: Invalid Options: - Unknown op
1
回答数

回答被采纳 30 monaco-editor 升级到 0.47 之后不支持 IDiffNavigator

monaco-editor 从 0.24 升级到 0.47 之后,下面的代码 private _diffNavigator?: monaco.editor.IDiffNavigator; 报错 Nam
1
回答数

回答被采纳 30 monaco editor 的 diff editor 在首次加载时 goToDiff 的问题

在一个 angular 17 项目中遇到的问题,monaco-editor 版本是 0.47.0,monaco-editor 是通过 ngx-monaco-editor-v2 加载的,实现的功能是在
1
回答数

回答被采纳 10 Visual Studio Professional 2017 报错文件太多如何解决?

1> 已启动生成: 项目: cccccc.c, 配置: Debug Win32 1>cccccc.c.cpp 1>e:\windows kits\10\include\10.0.17763.0\ucr
1
回答数

回答被采纳 30 monaco editor 的 renderSideBySide 设置不起作用

在一个 angular 项目中,从 angular 15 升级到 angular 17 后遇到的问题,下面的代码中设置 renderSideBySide 为 true 对 monaco editor
1
回答数

回答被采纳 200 求助,使用博客园的openAPI获取文章,提示unauthorized

想通过KbArticles接口分页获取知识库文章列表 GET https://api.cnblogs.com/api/KbArticles?pageIndex={pageIndex}&pageSize
1
回答数

回答被采纳 30 angular: ngx-monaco-editor 换成 ngx-monaco-editor-v2 后遇到的问题

由于 ngx-monaco-editor 不支持 angular 17,将其换成了 ngx-monaco-editor-v2,却发现无法正常使用,没有出现 monaco-editor,model 的内
1
回答数

回答被采纳 30 angular 运行测试时出现错误 "element.animate is not a function"

一个项目从 angular 15 升级至 angular 17 后遇到的问题,请问如何解决? ... at _ZoneDelegate.invoke (node_modules/zone.js/fes
1
回答数

回答被采纳 30 升级 angular 之后 jest 报错

一个 angular 15 项目升级到 angular 17 后,运行 npm run test 时出现下面的错误 ReferenceError: You are trying to `import`
1
回答数

回答被采纳 30 typescript 4 升级到 typescript 5 遇到的 RegExpMatchArray 问题

typescript 4.8 升级到 typescript 5.4.3 之后,下面的报错 detect(html: string): RegExpMatchArray { return html.ma
1
回答数

回答被采纳 5 0/2 nodes are available: 2 pod has unbound immediate PersistentVolumeClaims

# 先来看一下pod,发现没有运行 kubectl get pod | grep search test-search-es-default-0 0/1 Running 0 16m # 查看一下错误描
1
回答数

回答被采纳 30 又遇 typescript module 解析问题 "Module not found"

一个项目升级 angular 之后遇到的问题,从 angular 15 升级至 angular 17,typescript 从 4.8 升级至 5.4.3 ./node_modules/@cnblog
1
回答数

回答被采纳 30 typescript: 遇到问题 "Can't resolve 'markdown-it/lib/common/utils'"

将一个项目从 angular 15 升级到 angular 17 遇到的问题,下面的 import 代码 import { isString } from 'markdown-it/lib/commo
1
回答数

回答被采纳 30 monaco editor 升级后遇到的 CompletionItem 问题

将 monaco-editor 从 0.24 升级到 0.41 之后,下面的 typescript 编译失败 return { suggestions: variables.map(v => ({ l
1
回答数

回答被采纳 30 npm 升级 marked 后报错

在一个 angular 项目中,升级 marked 后,下面的 typescript 代码报错 opt?: import('marked').marked.MarkedOptions 报错信息如下 N
1
回答数

回答被采纳 30 容器中无法访问 api.nuget.org

昨天开始遇到这个问题,用的是阿里云云服务器,容器中无法访问 api.nuget.org,造成无法 build 镜像 #18 10.07 Retrying 'FindPackagesByIdAsync'
1
回答数

回答被采纳 30 如何将 package.json 中的所有 npm 包更新至最新版本

请问将 package.json 中的所有 npm 包更新至最新版本?