错误: root@debian:/home/zh# dpkg -i mysql-apt-config_0.8.15-1_all.deb dpkg: warning: 'ldconfig' not found in PATH or not executable dpkg: warning: 'star ...
分类:
其他好文 时间:
2020-02-24 13:15:13
阅读次数:
196
一. 设置py环境 去官网下载Windows x86-64 executable installer安装 安装后会自动配置py的bin路径和pip的路径 Pip用于安装python库的 二. 设置windows10下双击执行python文件 1. 选择一个.Py文件,右键打开方式=》选择其他应用=》 ...
分类:
编程语言 时间:
2020-02-22 15:40:59
阅读次数:
76
解决:'chromedriver' executable needs to be in PATH问题 本文链接:https://blog.csdn.net/weixin_37185329/article/details/80493281 1.首先需要下载Chromedriver,下载后得到的是一个c ...
分类:
其他好文 时间:
2020-02-20 00:10:07
阅读次数:
54
1.打开chrome 输入 “chrome://version/”来查看chrome版本 2.访问此网站 http://chromedriver.storage.googleapis.com/index.html 然后选择合适版本的driver。点击notes.txt就可查看其对应的版本号 3.把c ...
分类:
其他好文 时间:
2020-02-18 09:57:47
阅读次数:
70
接着上一篇文章:TestStand 基础知识[6] Build-In StepTypes(1) 继续介绍: 还是先把Build-in StepTypes图片贴一下, 1. Call Executable 这个步骤,项目平时不怎么用,但是偶尔也会用。这个步骤主要可以用来启用一个外部应用程序 或者 执行 ...
分类:
其他好文 时间:
2020-02-16 14:59:51
阅读次数:
116
1. 在完整的项目下找到CMakeList.txt(项目配置文件) 2. Build 和 Run的目标在add_executable参数中 3. 将其修改为如下格式:add_executable(project_name file_name),其中project_name是项目名,file_name ...
分类:
其他好文 时间:
2020-02-15 19:03:36
阅读次数:
95
报错: gyp verb check python checking for Python executable "python2" in the PATH gyp verb check python checking for Python executable "python" in the PA ...
分类:
其他好文 时间:
2020-02-13 14:33:03
阅读次数:
101
1_下载Python 2_下载Python 3_下载Python 4_下载Python-选这里下载:Windows x86-64 executable installer 5_安装Python 6.自定义选项: 7.自定义位置: 8.安装进程 9.安装Python成功 10.安装,测试 原创:一策书 ...
分类:
编程语言 时间:
2020-02-08 00:04:22
阅读次数:
105
在一台从未安装过VisualStudio的机器上 安装Rider,本以为是一件很简单的事儿,可是安装完成之后,MSBuild、.net core CLI executable path路径没有找到dotnet、.net framework版本不一致。 种种问题弄得我几乎放弃使用Rider。下面给大家 ...
分类:
Windows程序 时间:
2020-02-05 15:05:34
阅读次数:
1264
1、 from selenium import webdriver #启动chrom浏览器,没写executable_path,这是因为配置环境时,已经将chromdriver放到python安装文件下,没填写时,会默认到$PATH下寻找 driver = webdriver.Chrome() #访 ...
分类:
其他好文 时间:
2020-02-05 11:57:25
阅读次数:
67