
遇到的问题
中年脑淤血
千里之行始于足下!!!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SecureCRT连接CentOS时,出现"the remote system refused the connection"或者"connection timed out"
1 事件简介 使用的是w10系统,centos6.5。 好久没有使用SecureCRT连接CentOS啦,今天用一下结果出现什么"the remote system refused the connection",一开始我以为是CentOS防火墙没有关,然后去把防火墙关了,但是还是出现这个问题。接着我想是不是在SecureCRT在选择连接的时候,有一些参数没有选对,比如端口22,协...原创 2019-10-17 19:39:28 · 894 阅读 · 0 评论 -
Python中遇到selenium.common.exceptions.WebDriverException问题,解决办法
在pycharm中运行程序: from selenium import webdriver driver = webdriver.Chrome() driver.get("http://www.baidu.com") 出现问题下面问题: selenium.common.exceptions.WebDriverException: Message: ‘chromedriver’ executa...原创 2019-04-26 18:59:09 · 30321 阅读 · 6 评论 -
关于api-ms-win-crt-runtimel1-1-0.dll缺失问题的解决方法
1 问题描述 在win7系统中安装一个截图软件Snipaste时,出现api-ms-win-crt-runtimel1-1-0.dll缺失问题,如下图: 2 问题原因 在网上查找资料,发现说是在C:\window\system\ 或者C:\window\SysWOW64\ 或者 C:\Windows\System32里面找不到相应的.dll文件。 3 问题解决 一开始找的资料说是在单独下载...原创 2019-07-18 10:26:43 · 1052 阅读 · 0 评论