会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
凝心叶子
博客园
首页
新随笔
联系
订阅
管理
2025年5月13日
google手机连接Wifi后后无法连接互联网问题
摘要: 原因: 先去访问了谷歌的服务器,由于墙的原因访问不了,所以就提示"无法连接" 解决: 1、 通过usb数据线连接上google系列的Android手机,然后使用adb命令对google系列Android手机访问服务器的网络进行配置 2、终端依次执行以下命令: adb shell settings p
阅读全文
posted @ 2025-05-13 14:27 凝心叶子
阅读(323)
评论(0)
推荐(0)
2025年1月2日
ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.1.0h 27 Mar 2018'. See: https://github.com/urllib3/urllib3/issues/2168
摘要: 原因:urllib3 v2.0和OpenSSL 1.1.0h版本不兼容 两种方案; 1、升级openssl版本 brew install openssl@1.1 2、降级urllib3版本 pip install urllib3==1.26.6
阅读全文
posted @ 2025-01-02 17:43 凝心叶子
阅读(2078)
评论(0)
推荐(0)
2024年12月25日
Mac安装Homebrew
摘要: 1、终端输入命令: /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 2、开始安装 3、安装成功
阅读全文
posted @ 2024-12-25 15:01 凝心叶子
阅读(43)
评论(0)
推荐(0)
2024年11月21日
python3.7安装robotframework-excellibrary失败
摘要: 问题:使用pip3命令安装robotframework-excellibrary失败 报错:execfile(join(dirname(file), ‘ExcelLibrary’, ‘version.py’)) NameError: name ‘execfile’ is not defined 原因
阅读全文
posted @ 2024-11-21 10:36 凝心叶子
阅读(108)
评论(0)
推荐(0)
2024年7月19日
python定时执行robot命令
摘要: import subprocessimport schedfrom time import time, sleep# 创建sched模块的 scheduler 类的实例scheduler = sched.scheduler(time, sleep)def execute_robot_tests(cm
阅读全文
posted @ 2024-07-19 16:36 凝心叶子
阅读(39)
评论(0)
推荐(0)
pycharm运行robot命令报错/bin/sh: robot: command not found
摘要: 问题描述:本机终端执行robot命令正常,pycharm代码中执行报错:/bin/sh: robot: command not found 解决方案: 1、复制本机PATH 终端输入命令echo $PATH 2、PyCharm中z新增$PATH(Edit Configurations-->Envir
阅读全文
posted @ 2024-07-19 16:32 凝心叶子
阅读(71)
评论(0)
推荐(0)
2023年6月13日
安装的chromedriver不支持当前chrome浏览器版本
摘要: 1、查看当前chrome浏览器版本 2、打开chromedriver下载地址 http://npm.taobao.org/mirrors/chromedriver/ 3、查找chromedriver相对应的最新版本 4、点击下载相应版本(我的为mac电脑,下载的是mac64版本) 5、下载后的文件解
阅读全文
posted @ 2023-06-13 09:44 凝心叶子
阅读(600)
评论(0)
推荐(0)
2022年11月30日
RobotFramework ride接口自动化
摘要: 1、安装第三方插件 requests pip install requests 2、打开ride,接口自动化设计 3、 请求接口设置为该接口的关键字 4、接口测试case
阅读全文
posted @ 2022-11-30 10:25 凝心叶子
阅读(118)
评论(0)
推荐(0)
2022年11月17日
jenkins历史版本下载
摘要: http://mirrors.jenkins.io/ Binaries debianosxopensuseredhatwarwindows Releases debian osx opensuse redhat war windows LTS Releases debian-stable osx-s
阅读全文
posted @ 2022-11-17 09:28 凝心叶子
阅读(1308)
评论(0)
推荐(0)
2022年11月11日
【MAC】下载安装Tomcat和jenkins
摘要: 一、Tomcat 1、官网下载 (https://tomcat.apache.org/download-10.cgi) download选择Tomcat 最新版(目前是10.0版本) 在Binary Distributions下的Core选择tar.gz 下载完成后,解压尽量将tomcat文件夹放入
阅读全文
posted @ 2022-11-11 17:34 凝心叶子
阅读(340)
评论(0)
推荐(0)
下一页
公告