码迷,mamicode.com
首页 >  
搜索关键字:failed    ( 7169个结果
【分享】解决gst-launch-1.0错误“ERROR: Failed to allocate required memory.”
执行gst-launch-1.0时,得到错误“ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Failed to allocate required memory.”。 最后发现HDMI输入设备没有连接。在之前,没有注意 ...
分类:其他好文   时间:2020-07-09 19:12:51    阅读次数:128
kubectl apply -f service.yaml
错误1: Error from server (InternalError): error when creating "service.yaml": Internal error occurred: failed calling webhook "webhook.serving.knative.d ...
分类:移动开发   时间:2020-07-09 15:17:10    阅读次数:177
ironic 裸金属 failed to mount sysroot
没生效 执行以下 然后,就修复了,再执行init 6 ...
分类:其他好文   时间:2020-07-09 15:05:25    阅读次数:52
docker: Error response from daemon: driver failed programming external connectivity on endpoint tomcat (fe4dae10632933a062bc310a574fa6673576bd9350aa3cb9da3eef7ff148a3ee)
docker: Error response from daemon: driver failed programming external connectivity on endpoint tomcat (fe4dae10632933a062bc310a574fa6673576bd9350aa3c ...
分类:其他好文   时间:2020-07-09 12:19:28    阅读次数:52
Composer 安装之后 输入命令一直出现Failed loading D:\phpstudy\Extensions\php\php7.0.9nts\ext\opcache
安装Composer,安装好之后测试(我用的是windows,使用的是php命令行安装,所以才会造成安装好之后才发现问题,你也可选择用exe安装包安装,安装时就会提示错误,而不是像我一样安装好之后才发现错误) 输入composer 没有问题,但是当我想更换镜像的时候,出现了问题 php -r "co ...
分类:Web程序   时间:2020-07-08 15:03:55    阅读次数:320
git clone时RPC failed; curl 18 transfer closed with outstanding read data remaining
git clone时报RPC failed; curl 18 transfer closed with outstanding read data remaining 错误 原因1:缓存区溢出 解决方法:命令行输入 git config http.postBuffer 524288000 执行上面命 ...
分类:Web程序   时间:2020-07-08 13:46:10    阅读次数:71
MySQL复制报错(Slave failed to initialize relay log info structure from the repository)
机器重启以后,主从出现了问题,具体报错信息: Slave failed to initialize relay log info structure from the repository 解决方案: mysql> start slave; ERROR 1872 (HY000): Slave fai ...
分类:数据库   时间:2020-07-08 13:38:35    阅读次数:65
vue-cli webpack躺坑之旅
1、Sass -- vue解决sass-loader的版本过高导致的编译错误 Module build failed: TypeError: this.getResolve is not a function at Object.loader (C:\Users\Baicells\Desktop\h ...
分类:Web程序   时间:2020-07-08 13:11:47    阅读次数:84
php7.4编译安装swoole和处理Makefile:398: recipe for target 'swoole_runtime.lo' failed报错
php7.4编译安装swoole和处理Makefile:398: recipe for target 'swoole_runtime.lo' failed报错 编译安装swoole 下载:wget http://pecl.php.net/get/swoole-4.3.5.tgz 解压: tar -z ...
分类:Web程序   时间:2020-07-08 12:55:24    阅读次数:78
idea启动提示 failed to create jvm,导致无法启动idea
起因:试图提高IDEA的编译速度,修改了idea.exe.vmoptions文件 报错 failed to create jvm 解决办法: 找到位于 (比如我的,C:\Users\HP\AppData\Roaming\JetBrains\IntelliJIdea2020.1)下的idea.exe. ...
分类:其他好文   时间:2020-07-07 23:29:34    阅读次数:122
7169条   上一页 1 ... 23 24 25 26 27 ... 717 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!