当前标签: image
【解决】error pulling image configuration: Get https:// ...... x509: certificate has expired or is not yet valid
【问题】进行镜像拉取时报错 【分析】 很多人会被第一句所蒙蔽,按照网上教程进行修改etc/sysconfig/docker,之后发现还是没有用。 其实这里重点是最后一句"certificate has expired",这里一般是本地时间不正确导致证书验证过期,同步时间即可。 ...
2019-12-12 20:26
阅读(1386)
【解决】image ... could not be accessed on a registry to record its digest.
【问题】image jmdiservice:1206 could not be accessed on a registry to record its digest. Each node will access jmdiservice:1206 independently, possibly le...
2019-12-11 16:50
阅读(537)
在虚拟机安装Win7出现:directory ezboot not found error loading image:CDMENU.EZB
<>在虚拟机安装Win7出现:directory ezboot not found error loading image:CDMENU.EZB 小编刚开始查询了各种方法解决该问题,也找到原因是由于IOS镜像文件大于4G,按照别人的方法进行解决,但是依然没有解决此问题。像用老毛桃U盘来解决IOS镜像文件大于4G...
2018-10-31 13:50
阅读(2987)
用captcha.image下的 ImageCaptcha 生成字符验证码图片,只需三行代码
用captcha.image下的 ImageCaptcha 生成字符验证码图片,只需三行代码 #导入captcha包下的image文件中的ImageCaptcha类,使用之前先实例化 from captcha.image import ImageCaptcha ic = ImageCaptcha() ic.writ...
2018-09-19 17:54
阅读(948)
html2canvas加上canvas2image保存网页为图片
html2canvas可以通过纯JS对浏览器端进行截屏,但截图的精确度还有待提高,部分css不可识别,所以在canvas中不能完美呈现原画面样式 插件地址 * 官方网站:html2canvas <http://html2canvas.hertzen.com/> * Github:html2canvas <...
2018-07-22 17:34
阅读(662)
python --- 之pil image.fromarray
在数字图像处理中,针对不同的图像格式有其特定的处理算法。所以,在做图像处理之前,我们需要考虑清楚自己要基于哪种格式的图像进行算法设计及其实现。本文基于这个需求,使用 python中的图像处理库PIL来实现不同图像格式的转换。 对于彩色图像,不管其图像格式是PNG,还是BMP,或者JPG,在PIL中,使用Image...
2018-07-05 11:21
阅读(7486)
基于深度学习的图像检索 image retrieval based on deep learning (code ,代码)
本次代码分享主要是用的caffe框架,至于caffe框架的安装过程不再说明。代码修改自“cross weights”的一篇2016年的文章,但是名字忘记了,谁记得,提醒我下。 一、环境要求 1、python 2、gcc 3、opencv ...
2018-06-28 09:23
阅读(942)