mac m芯片 安装python2
https://blog.51cto.com/u_16213386/12723003
https://blog.51cto.com/u_16213386/12723003
解决 MySQL 中 ONLY_FULL_GROUP_BY 问题在使用 MySQL 数据库时,有时会遇到 ONLY_FULL_GROUP_BY 的错误提示。这是因为 MySQL 在默认情况下启用 ONLY_FULL_GROUP_BY 模式,它要求 GROUP BY 子句中的所有列都需要在 SELECT 中出现,或者是聚合函数。如果有列没有在 GROUP BY 中出现,或者没有使用聚合函数,就会报错
先卸载V2rayU,然后输入以下代码rm -rf ~/Library/LaunchAgents/yanue.v2rayu.v2ray-core.plistrm -rf ~/Library/Preferences/net.yanue.V2rayU.plist然后再去官网下载最新版本的V2rayU
原因:这是由命名空间控制器无法删除的命名空间中仍存在的资源引起的 此命令(使用kubectl 1.11+)将显示命名空间中保留的资源: kubectl api-resources --verbs=list --namespaced -o name | xargs -n 1 kubectl get --show-kind --ignore-not-found -n <namespace>
使用kubectl get pods -A 返回报错The connection to the server lb.kubesphere.local:6443 was refused - did you specify the right host or port?使用这个命令 journalctl -xefu kubelet关键错误:part of the existing bootstrap
简单记录一下 <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <version>1.14.3</version> &l