当前标签: Error
【解决】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
阅读(1390)
【已解决】ERROR: bootstrap checks failed memory locking requested for elasticsearch process but memory is not locked
官网说明: elasticsearch官网建议生产环境需要设置bootstrap.memory_lock: true 官网的解释 是:发生系统swapping的时候ES节点的性能会非常差,也会影响节点的稳定性。所以要不惜一切代价来避免swapping。swapping会导致Java GC的周期延迟从毫秒级恶化...
2019-06-12 14:49
阅读(2593)
final,finally,finalize有什么区别?String, StringBuffer, StringBuilder有什么区别?Exception和Error有什么区别?
继上篇JVM学习之后,后面将分三期深入介绍剩余JAVA基础面试题,每期3题。 题目一、final,finally,finalize有什么区别? /*请尊重作者劳动成果,转载请标明原文链接:*/ /* https://www.cnblogs.com/jpcflyer/p/10739217.html* / <ht...
2019-04-19 22:35
阅读(345)
在虚拟机安装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
阅读(2993)
Error:Failed to resolve: com.android.support:recyclerview-v7:28.0.0解决方法
在使用Android Studio的过程中需要添加依赖recyclerview,出现报错: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.android.support:recyclerv...
2018-10-12 13:10
阅读(979)
Java--Error:java: 无效的标记: -release
这里写自定义目录标题 * 前言 <https://blog.csdn.net/Luojun13Class/article/details/82990814#_2> * 内容 <https://blog.csdn.net/Luojun13Class/article/details/82990814#_6> ...
2018-10-09 23:59
阅读(1961)
Job for network.service failed because the control process exited with error code. 的解决办法
问题描述: 在使用 Ubuntu-16.04.5 系统,由于设置了静态 IP 地址,在重启网卡服务器时,可能会出现 “ Job for network.service failed because the control process exited with error code. ” 的错误, 如下图...
2018-09-22 21:25
阅读(3592)
Vue 项目启动抛出 Module build failed/ Error/ No ESLint configuration found.
<>Vue 项目启动抛出 Module build failed/ Error/ No ESLint configuration found. 项目启动时控制台抛出 Module build failed: Error: No ESLint configuration found. 的错误 <>更多精彩 ...
2018-09-19 08:51
阅读(817)