摘要:nvm 是 node.js 的版本管理工具,可以运行在多种操作系统上。nvm for windows 是使用go语言编写的软件。 我电脑使用的是Windows操作系统,所以我要记录下在此操作系统上nvm的安装和使用。 下载 nvm-windows 最新下载地址: https://github.com 阅读全文
每个程序员都应该知道的延迟数
2021-05-13 20:36 by Tanwheey, 84 阅读, 0 推荐, 收藏, 编辑
摘要:2020年数据: 详见:https://colin-scott.github.io/personal_website/research/interactive_latency.html 阅读全文
构建WebDriverAgent时报错“xxx: no identity found Command CodeSign failed with a nonzero exit code”解决办法
2021-05-13 11:15 by Tanwheey, 491 阅读, 0 推荐, 收藏, 编辑
摘要:问题:Build target IntegrationApp of project WebDriverAgent with configuration Debug CodeSign /Users/xxx/Library/Developer/Xcode/DerivedData/WebDriverAge 阅读全文
执行 sh ./Scripts/bootstrap.sh -d 时提示“xcrun: error: unable to find utility “simctl”, not a developer tool or in PATH ”错误解决办法
2021-05-13 10:52 by Tanwheey, 508 阅读, 0 推荐, 收藏, 编辑
摘要:xcrun: error: unable to find utility “simctl”, not a developer tool or in PATH 今天在全新mac上搭建ios自动化环境执行 sh ./Scripts/bootstrap.sh -d 时提示“xcrun: error: un 阅读全文
stf ios版本部署
2021-05-12 15:35 by Tanwheey, 557 阅读, 0 推荐, 收藏, 编辑
摘要:1.环境准备 安装libimobiledevice等依赖工具,如果已经安装过,可能需要升级,先卸载,再安装最新版本 brew uninstall --ignore-dependencies libimobiledevice brew uninstall --ignore-dependencies u 阅读全文
centos 7安装一机多控stf客户端
2021-05-10 11:02 by Tanwheey, 440 阅读, 0 推荐, 收藏, 编辑
摘要:测试使用版本 CentOS Linux release 7.9.2009 (Core) nodejs (8.14.0) npm(6.4.1) python (3.7.0) 技术栈 angularJS ,nodejs 一、基础环境准备 1、查看centos版本: cat /etc/redhat-rel 阅读全文
centos更新、管理软件yum命令源配置
2021-05-10 10:16 by Tanwheey, 117 阅读, 0 推荐, 收藏, 编辑
摘要:yum是centos下更新、管理软件的命令 l 备份yum源: % cd /etc/yum.repos.d/ % mv CentOS-Base.repo CentOS-Base.repo_bak l 替换yum源: % wget -O /etc/yum.repos.d/CentOS-Base.rep 阅读全文
Centos7安装pip
2021-05-10 09:34 by Tanwheey, 660 阅读, 0 推荐, 收藏, 编辑
摘要:方法一: 1、官网下载pip包: 2、下载完成后解压到一个文件夹,命令行进入解压好的文件夹: % Python setup.py install 方法二: $ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py # 下载安装脚本 $ sud 阅读全文
mitmproxy 抓包神器
2021-05-06 12:48 by Tanwheey, 496 阅读, 0 推荐, 收藏, 编辑
摘要:一、工具对比 HTTP HTTPS Rewrite Map Local GUI 开源 控制台 WEB API Charles 是 是 是 是 应用GUI 否 否 否 否 mitmproxy 是 是 是 是 webGUI 是 是 是 是 mitmproxy git地址:https://github.c 阅读全文
在appstore中安装xcode提示“可用的磁盘空间不足,无法安装此产品。”解决办法
2021-04-28 11:03 by Tanwheey, 4818 阅读, 0 推荐, 收藏, 编辑
摘要:问题: 解决:进入官网app下载(https://developer.apple.com/download/more/)选择xcode 12下载及手动安装。 如下载xip安装包进行安装提示宗卷空间不足,请按以下操作: 1、tmutil thinlocalsnapshots / 99999999999 阅读全文