一、使用pip命令安装 pip install selenium 问题:由于网络问题,可能导致pip无法正常安装 二、使用安装包安装 安装包下载地址: https://pypi.org/project/selenium/#file 解压在D:\appInstall\Python\python37\L Read More
posted @ 2020-03-12 14:17 helloLuoLuo Views(141) Comments(0) Diggs(0)
“You are using pip version 19.0.3, however version 20.0.2 is available.”pip 更新报错解决办法 执行更新语句时报错如下: 解决办法:使用国内的源下载: python -m pip install --upgrade pip - Read More
posted @ 2020-03-12 13:41 helloLuoLuo Views(11520) Comments(4) Diggs(4)
一、SQL中的语法 1、drop table 表名称 eg: drop table dbo.Sys_Test 2、truncate table 表名称 eg: truncate table dbo.Sys_Test 3、delete from 表名称 where 列名称 = 值 eg: delete Read More
posted @ 2019-12-23 14:40 helloLuoLuo Views(853) Comments(0) Diggs(0)
1、通过Xmind的安装路径找到XMind.ini和XMind-original.ini这两个文件 2、 将Application Data改成Application/Roaming 3、重新打开Xmind即可。 Read More
posted @ 2019-11-25 11:07 helloLuoLuo Views(5837) Comments(0) Diggs(1)