码迷,mamicode.com
首页 >  
搜索关键字:fatal error cannot r    ( 34996个结果
使用Git pull文件时,出现"error: RPC failed; curl 18 transfer closed with outstanding read data remaining"
https://www.cnblogs.com/niudaben/p/12503650.html 使用Git pull文件时,出现"error: RPC failed; curl 18 transfer closed with outstanding read data remaining" err ...
分类:Web程序   时间:2020-05-31 01:02:44    阅读次数:126
运行IDEA时报错``Internal error``
运行IDEA时,报错Internal error 解决 管理员模式的命令行cmd/PowerShell 输入netsh winsock reset 重启电脑 ...
分类:其他好文   时间:2020-05-30 23:28:50    阅读次数:372
Name Error: name 'yolo_head' is not defined
Name Error: name 'yolo_head' is not defined 阳光总在风雨后 坚持不懈 今天为了解决在web端检测速度过慢的问题,把keras的model.h5转换成了tensorflow的model.pb #!/usr/bin/env python """ Copyrig ...
分类:其他好文   时间:2020-05-30 23:28:01    阅读次数:158
内网环境离线安装nginx,在openssl 的时候报错 openssl library 的错误
源码包安装了openssl,但是执行 ./configure后,make的时候不通过,报:/usr/local/ssl/.openssl/include/openssl/ssl.h] Error 127
分类:其他好文   时间:2020-05-30 21:54:44    阅读次数:171
日志级别
log4j定义了8个级别的log(除去OFF和ALL,可以说分为6个级别),优先级从高到低依次为:OFF、FATAL、ERROR、WARN、INFO、DEBUG、TRACE、 ALL。 ALL:最低等级的,用于打开所有日志记录。 TRACE: designates finer-grained inf ...
分类:其他好文   时间:2020-05-30 21:47:46    阅读次数:76
Cannot create __weak reference in file using manual reference counting
升级Xcode之后,编译之前的代码,出现Cannot create __weak reference in file using manual reference counting解决方法: 在Build Settings--------->Aplle LLVM9.0 - Language - Ob... ...
分类:其他好文   时间:2020-05-30 19:42:40    阅读次数:56
docker网络
1、服务器开机ifconfigens33: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.0.106 netmask 255.255.255.0 broadcast 192.168.0.255 inet6 fe80: ...
分类:其他好文   时间:2020-05-30 18:21:00    阅读次数:75
git解决 fatal: not in a git directory
git解决 fatal: not in a git directory 问题描述:执行下面语句时报错:fatal: not in a git directorygit config --global user.name "yourName" //注意,--和global之间没有空格git confi ...
分类:其他好文   时间:2020-05-30 17:14:01    阅读次数:548
VUE vue errors console
1、No PostCSS Config found in: 根目录下放置图中文件: 2、Module not found: Error: Can't resolve 'sass-loader' npm install sass-loader -D npm install node-sass -D 3 ...
分类:其他好文   时间:2020-05-30 10:50:49    阅读次数:70
解决base64-encoded secret key cannot be null or empty问题
java.lang.IllegalArgumentException: base64-encoded secret key cannot be null or empty. at io.jsonwebtoken.lang.Assert.hasText(Assert.java:135) at io.j ...
分类:Web程序   时间:2020-05-30 10:39:00    阅读次数:496
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!