【node】(202405) linux下通过nvm安装node 环境123[root@ubuntu-22 ~]# uname -aLinux ubuntu-22 6.5.0-34-generic #34~22.04.2-Ubuntu SMP PREEMPT_DYNAMIC Fri Apr 19 13:57:24 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 报错1234[root@ubuntu-22 ~]# npx create- 2024-05-10
【cue语言系列】(202403) cue语法报错:illegal character U+005C 报错12illegal character U+005C '\'在编程和文本处理中,`U+005C` 是一个 Unicode 编码,它对应的是反斜杠字符(backslash),即 `\`。 1234567891011121314151617global: { aaa: "111" bbb: "222" c 2024-03-15
notes 20240124本题考查:项目质量管理-质量管理工具-帕累托图。利用帕累托图,有利于确定影响质量的主次因素,使错综复杂的问题一目了然。 成本绩效指数小于1,所以当前本项目的成本超支, 成本超支了,那就表示与计划不符了,也就是无法按照计划完成。在项目管理中,一个衡量成本绩效的指标是成本绩效指数(cost performance index, cpi),它在衡量正在进行的项目的成本效率。CPI值如果小 2024-03-04
【k8s系列】kwok初体验 环境1234# wget https://github.com/kubernetes-sigs/kwok/releases/download/v0.5.1/kwokctl-linux-amd64# wget https://github.com/kubernetes-sigs/kwok/releases/download/v0.5.1/kwok-linux-amd64 步骤1234567891 2024-02-27
【k8s系列】(改时间202205) k8s中的 secret token 生成kubernetes集群最高权限admin用户的token 1234567891011121314151617181920212223kind: ClusterRoleBindingapiVersion: rbac.authorization.k8s.io/v1beta1metadata: name: admin annotations: rbac.authorization.kub 2024-02-21
【vscode】(202402) plantuml无法正常显示预览 问题123456789Error: plantuml.jar file not found: ""Please download plantuml.jar from https://plantuml.com/download. If you are using VSCode or coc.nvim, then please set the setting "mark 2024-02-21 software
【docker错误解决系列】 (202402) 'buildx' is not a docker command. 问题123[root@ningan ~]# docker buildxdocker: 'buildx' is not a docker command.See 'docker --help' 环境1234567891011121314151617181920212223242526272829303132[root@ningan ~]# uname -aL 2024-02-20 k8s #docker
【secureCRT】(202402) windows下安装secureCRT 参考https://zhuanlan.zhihu.com/p/510914995 安装包下载的这个地方的 2024-02-07 software #software
【k8s系列】(202402) pod的spec和status中容器image不一样 参考05-【docker】spec.containers[x].image 与 status.containerStatuses[x].image这两个必须一致吗?_signed must be an image digest: spec.containers[0]-CSDN博客 2024-02-06
【k8s系列】证书apiserver_client_certificate_expiration_seconds 普罗表达式12apiserver_client_certificate_expiration_seconds_count{job="apiserver"} > 0 and on(job) histogram_quantile(0.01, sum by (job, le) (rate(apiserver_client_certificate_expira 2024-02-06 k8s