威武犀牛

文章
9
资源
1
加入时间
4年1月25天

minikube, failed to pull image... Get https://k8s.gcr.io/v2/

运行minikube start ,好像外网原因显示k8s.gcr.io timeout,参考以下网址解决:https://github.com/kubernetes/minikube/issues/3860https://github.com/kubernetes/minikube/issues/4224在终端运行以下两条命令之一即可。minikube start –image...

drawContours函数

1、drawContours函数的作用主要用于画出图像的轮廓2、函数的调用形式void drawContours(InputOutputArray image, InputArrayOfArrays contours, int contourIdx, const Scalar& color, int thickness=1, int lineType=8, InputArr

不同方式遍历HashMap的效率

不同方式遍历HashMap的效率使用JMH性能测试⼯具性能分析使用JMH性能测试⼯具1、我们先要引⼊ JMH 框架,在 pom.xml ⽂件中添加如下配置: org.openjdk.jmh jmh-core 1.5.2 org.openjdk.jmh jmh-generator-annprocess