10 2022 档案

摘要:python 虚拟环境 python -m venv venvdemo cd venvdemo dir cd Lib activate python 显示环境变量 echo %PATH% import sys from pprint import pprint pprint(sys.path) 虚拟 阅读全文

posted @ 2022-10-30 16:34 sunny_2016 阅读(33) 评论(0) 推荐(0)

摘要:安装playwright: pip install -i https://mirrors.aliyun.com/pypi/simple/ playwright #安装浏览器 #playwright install -i https://mirrors.aliyun.com/pypi/simple/  阅读全文

posted @ 2022-10-30 10:32 sunny_2016 阅读(441) 评论(0) 推荐(0)

摘要:///<reference types = 'cypress' /> 声明之后提示找不到cypress 卸载cypress重新安装正常,如果还不正确,卸载node重新安装 阅读全文

posted @ 2022-10-16 21:55 sunny_2016 阅读(77) 评论(0) 推荐(0)

导航