docker pull zookeeper ,默认安装最新的当出现如下结果时, 表示镜像已经下载完成了:>>> docker pull zookeeper:latest latest: Pulling from library/zookeeper123275d6e508: Already exist ...
分类:
其他好文 时间:
2020-04-18 22:31:00
阅读次数:
60
错误状态:nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) 1.先使用ps -e | grep nginx查看是否已经启动了nginx 2.如果没有的话则按照提示,查看0.0.0.0:80端口谁占用了,使用 ...
分类:
其他好文 时间:
2020-04-16 15:13:03
阅读次数:
57
错误信息提示 # mount /dev/sdb1 /mnt/usb Mount is denied because the NTFS volume is already exclusively opened. The volume may be already mounted, or another ...
分类:
系统相关 时间:
2020-04-15 15:18:17
阅读次数:
192
晚上用IDEA创建Java的maven项目时报错了: Failed to create a Maven project: 'C:/Users/../IdeaProjects/../pom.xml' already exists in VFS1这个错误是因为之前我已经在这个文件夹里创建过同名的mave ...
分类:
其他好文 时间:
2020-04-14 20:22:23
阅读次数:
291
If you do not have permission to create the directory object (and assuming that the directory object does not already exist), you'll need to send a re ...
分类:
其他好文 时间:
2020-04-13 12:28:50
阅读次数:
74
1.网上很多说是 [5037]端口被占用问题,杀死相应进程即可。但我查找了本机[5037]端口是正常没被占用,是等待状态。 2.adb.exe版本不一致导致 1)将夜神模拟器bin目录下的adb.exe文件,替换为sdk\platform-tools下的adb.exe。 2)将夜神模拟器bin目录下 ...
分类:
数据库 时间:
2020-04-12 18:56:36
阅读次数:
170
转自:Swap file "/etc/.hosts.swp" already exists! [O]pen Read-Only, (E)dit anyway, (R)ecover, (D)elete it, 非正常关闭vi编辑器时会生成一个.swp文件 关于swp文件 使用vi,经常可以看到swp这 ...
分类:
其他好文 时间:
2020-04-12 14:31:34
阅读次数:
83
The Tomcat connector configured to listen on port 8110 failed to start. The port may already be in use or the connector may be misconfigured. 打开cmd 搜索 ...
分类:
其他好文 时间:
2020-04-11 17:03:22
阅读次数:
98
pip install 的时候报错信息为,在这里插入图片描述对于这样的问题需要指定安装路径pip install --target=d:\python\python37\lib\site-packages urllib3–target=后面加上安装路径,这个问题就可以解决但是此后可能仍会有以下问题在 ...
分类:
其他好文 时间:
2020-04-08 22:29:10
阅读次数:
70
Farmer John is an astounding accounting wizard and has realized he might run out of money to run the farm. He has already calculated and recorded the ...
分类:
其他好文 时间:
2020-04-06 20:59:56
阅读次数:
79