上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 46 下一页
摘要: 一、方法1 1. 进入ssh目录,C:\Users\你自己的用户名\.ssh 2. 将免密的私钥复制到这台电脑上的 .ssh目录,例如叫:id_rsa_linux 3. 在ssh目录创建config文件,linux为用户的home目录下 Host 192.168.1.100 User test Ho 阅读全文
posted @ 2022-03-10 14:36 代码诠释的世界 阅读(486) 评论(0) 推荐(0) 编辑
摘要: 1. 处理方法 sudo apt-get install libxcb-xinerama0 参考链接: https://blog.csdn.net/u012308586/article/details/108509503 阅读全文
posted @ 2022-03-10 14:21 代码诠释的世界 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 1. Windows下安装vcxsrv https://sourceforge.net/projects/vcxsrv/ 2. WSL Ubuntu下安装xfce desktop sudo apt-get install xfce4-terminal sudo apt-get install xfc 阅读全文
posted @ 2022-03-10 14:18 代码诠释的世界 阅读(1061) 评论(0) 推荐(0) 编辑
摘要: 1. 安装界面打开终端 在虚拟机桌面按Ctrl+Alt+T,出现终端窗口 2. 设置分辨率大小 xrandr -s 1280x800 参考链接: https://blog.csdn.net/qq_45927266/article/details/122321532 阅读全文
posted @ 2022-03-10 14:10 代码诠释的世界 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 1. 官网 https://zh.snipaste.com/ 自己探索吧 阅读全文
posted @ 2022-03-09 21:05 代码诠释的世界 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 一. pytest内部机制 pytest自带失败重跑机制,在运行中传入参数即可。 --lf 参数:运行上次失败的用例,如果没有则全部运行。 --ff参数:运行全部用例,上次失败的优先运行。 --lf, --last-failed rerun only the tests that failed at 阅读全文
posted @ 2022-03-04 10:44 代码诠释的世界 阅读(836) 评论(0) 推荐(1) 编辑
摘要: 一、官网 https://docs.pytest.org/en/7.0.x/search.html?q=skip 二、相关使用方法 1. @pytest.mark.skip() 2. @pytest.mark.skip(reason='跳过原因') 3. @pytest.mark.skipif(ex 阅读全文
posted @ 2022-03-04 10:35 代码诠释的世界 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 1. 安装位置 cd ~/Library/'Application Support'/Google/Chrome/Default/Extensions 2. 打包对应id的目录即可 3. 通用查找方法 地址栏输入chrome://version 回车用资源管理器打开"个人资料路径"栏的路径,该路径下 阅读全文
posted @ 2022-03-04 09:51 代码诠释的世界 阅读(1358) 评论(0) 推荐(0) 编辑
摘要: 一.、Junit 1、官网 https://junit.org/junit5/ https://junit.org/junit4/ 2、github https://github.com/junit-team/junit5/ 二、TestNG 1、官网 https://testng.org/doc/ 阅读全文
posted @ 2022-03-03 11:41 代码诠释的世界 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 1. 官网 https://playwright.dev/docs/intro 2. github https://github.com/microsoft/playwright-python 3. 安装 # 安装playwright库 pip install playwright # 安装浏览器驱 阅读全文
posted @ 2022-03-02 20:36 代码诠释的世界 阅读(2528) 评论(0) 推荐(0) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 46 下一页