摘要:
Linux C/C++编译时经常会"XXX was not declared in this scope" 原因可能是以下几种: 变量名或函数名写错了; 忘记定义了 没有成功链接到静态库或动态库; include头文件时出现了错误 以往经验: 1.有时变量名写错时,明知道位置也看不出的时候也不在少数 阅读全文
摘要:
kubernet命令 查看所有pod的信息: kubectl get pod --all-namespaces -o wide 查看命名为kube-system的pod kubectl get pod -n kube-system 删除一个部署 kubectl delete deployment y 阅读全文
摘要:
假设检验初步: https://cosx.org/2010/11/hypotheses testing t检验:https://mangowu97.github.io/%E5%82%BB%E7%93%9C%E5%BC%84%E6%87%82t%E6%A3%80%E9%AA%8C One and Tw 阅读全文