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
【硬盘】(202402)纪念第一次换笔记本硬盘 背景笔记本的硬盘只有500G,太小了,想换一个1T的硬盘 工具diskGenius:硬盘拷贝 步骤硬盘拷贝打开diskGenius选择“工具”->“克隆磁盘”->选择“源磁盘”和“目的磁盘” 选择“热拷贝”,漫长的等待~ 换硬盘将旧的硬盘拆下来,换上新的硬盘 启动计算机启动计算机,界面如下,这样子是因为引导出现了问题,需要修复一下引导 制作pe搜索“微pe工具箱” 我没插 2024-02-04 windows