docker删除镜像报错处理,Error response from daemon: conflict: unable to delete a945e7fd5401 (cannot be forced) - image has dependent child images ,删除为none的镜像 ...
分类:
其他好文 时间:
2021-06-05 18:28:16
阅读次数:
0
解决从github上拉代码时报错“Failed to connect to localhost port 1080: Connection refused” 需要两行命令解决问题主要原因是使用了proxy代理,我们只需要关闭代理 git config --global http.proxy //查看 ...
分类:
其他好文 时间:
2021-06-05 18:13:54
阅读次数:
0
听说练习Vulnhub靶机,可以提升一些提权的小技巧,前来练习。 先使用nmap扫描一下,知道了靶机IP地址,以及开放的端口服务(ftp、ssh、http) 访问http服务看看有没有什么可以GetWebshell的点,但是有点空没啥可以利用的 于是使用dirsearch工具扫描后台目录,发现有一个 ...
分类:
其他好文 时间:
2021-06-05 18:03:23
阅读次数:
0
Connect Vagrant VM by using Xshell 1. View your vagrant ssh-config type this commend to view your vagrant ssh-config: vagrant ssh-config you will get ...
分类:
系统相关 时间:
2021-06-05 17:39:35
阅读次数:
0
像如上这种报错,DEBUG发现是因为文件后缀名写的是XLS,而程序给的是XLSX格式的的,而当ENDROW给10000时系统就会读取10000行数据,然后看数据并没有10000行就会出现如上DUMP,如果把文件后缀名改成与程序一致的XLSX,那么久没问题了 ...
分类:
其他好文 时间:
2021-06-04 19:55:11
阅读次数:
0
? 1 训练时 model = Word2Vec(x, size=250, window=5, min_count=5, workers=12, iter=10, sg=1) 这句代码一直报错 查了发现 size和iter依然是时代的眼泪了。改成下面 model = Word2Vec(x, vect ...
分类:
其他好文 时间:
2021-06-04 19:54:36
阅读次数:
0
如何在Linux下删除文件名是乱码或者带有特殊字符的文件。 今天遇到一个问题,一个文件名是“ (-++=$^__.log”,直接用rm删除的时候就报错,有些文件是可以用rm删除的 开始想着带引号删,发现带引号删除也一样报illegal option的错 先ls -i 查到文件的inode,然后用fi ...
分类:
其他好文 时间:
2021-06-04 19:46:37
阅读次数:
0
<!--阿里云短信接口包 begin--> <dependency> <groupId>com.aliyun</groupId> <artifactId>aliyun-java-sdk-core</artifactId> <version>4.4.6</version> <!-- 注:如提示报错,先 ...
分类:
其他好文 时间:
2021-06-04 19:44:26
阅读次数:
0
[Vue warn]: Property "visible" must be accessed with "$data.visible" because properties starting with "$" or "_" are not proxied in the Vue instance t ...
分类:
其他好文 时间:
2021-06-04 19:40:27
阅读次数:
0
描述:java项目连mysql时报错“java.sql.SQLException: Unknown character set index for field '255' received from server” 原因:这是编码不匹配的原因,MySQL驱动和数据库字符集设置不搭配,默认字符集已从l ...
分类:
数据库 时间:
2021-06-04 19:33:18
阅读次数:
0