来源于:https://blog.csdn.net/qq_40593656/article/details/100078963 端口被占用了 占用在网上搜了很多方法没有用原因是环境变量里system32的缺失配置后是 环境变量如下如果node.js的环境变量被配置乱了 ,删除环境变量 卸载重新安装, ...
分类:
其他好文 时间:
2020-06-19 13:59:44
阅读次数:
72
问题: selenium.common.exceptions.WebDriverException: Message: A new session could not be created. (Original error: Command failed: C:\Windows\system32\c ...
分类:
移动开发 时间:
2020-06-14 12:29:10
阅读次数:
103
错误代码:0x800706BE 有效解决方法:(1)开始-运行:输入cmd,按“enter”键回车!进入"c:\windows\system32\cmd.exe"窗口(2)在"c:\windows\system32\cmd.exe"窗口中的命令提示符下直接复制:for %1 in (%windir% ...
分类:
其他好文 时间:
2020-06-12 12:25:33
阅读次数:
641
修改host文件 文件路径 C:\Windows\System32\drivers\etc\hosts 在文件末尾添加 192.30.255.112 github.com git 185.31.16.184 github.global.ssl.fastly.net ...
分类:
Web程序 时间:
2020-06-08 12:58:02
阅读次数:
350
不管是2008R2 还是 2012R2,如果安装vc_redist及“MSVBCRTAIO_v2020.04.10.exe”(微软常用运行库合集),都没有效果(表现为:C:\Windows\System32或C:\Windows\SysWOW64 目录下没有以`api-ms-win-crt`开头的d... ...
分类:
其他好文 时间:
2020-06-06 23:14:39
阅读次数:
525
原因 hadoop.dll 版本问题 解决 查询远程主机中hadoop版本,下载相同或稍高版本的hadoop.dll,将下载的 hadoop.dll 复制到windows系统的c:/window/system32/下 参考 https://blog.csdn.net/Constantdropping ...
分类:
编程语言 时间:
2020-06-06 09:25:40
阅读次数:
69
查看所有网站 appcmd list sites 更改网站虚拟目录 pushd C:\WINDOWS\system32\inetsrv; ./appcmd set vdir "hoawebapis/" -physicalPath:"H:\devops"; https://www.cnblogs.co ...
分类:
其他好文 时间:
2020-06-05 22:48:15
阅读次数:
79
一:禁用网卡(NetCard-Disable)@echooff::BatchGotAdmin:-------------------------------------REM-->Checkforpermissionsnul2>&1"%SYSTEMROOT%\system32\cacls.exe""%SYSTEMROOT%\system32\con
分类:
其他好文 时间:
2020-06-04 12:13:56
阅读次数:
87
Linux 下host文件在 /etc/hosts Windows下host文件在C:\Windows\System32\drivers\etc 在host文件的最后面加上:Linux Copy sudo vim /etc/hosts Windows复制一份host文件到别的比方,然后用记事本打开, ...
分类:
其他好文 时间:
2020-06-01 14:07:28
阅读次数:
89
比如:localhost:8701 => niu.totocat.cn:8701 一、修改 host 文件 路径: C:\Windows\System32\drivers\etc 路径如图:修改: 二、执行命令 重置 dns Ipconfig /flushdns 1 ...
分类:
其他好文 时间:
2020-05-26 22:19:16
阅读次数:
93