09 2021 档案

摘要:import arrow date_list = [] for year in [2019, 2020, 2021]: # 年份 start_date = '%s-1-1' % year a = 0 if (year % 4 == 0 and year % 100 != 0) or (year % 阅读全文
posted @ 2021-09-16 17:40 loren880898 阅读(1341) 评论(0) 推荐(0)
摘要:1. 下载安装appium Appium Desktop 支持全平台的安装,我们直接从 GitHub 的 Releases 里面安装即可,链接为 https://github.com/appium/appium-desktop/releases 2. 下载安装Node.js 具体的安装方式可以参见  阅读全文
posted @ 2021-09-06 17:11 loren880898 阅读(322) 评论(0) 推荐(0)
摘要:1. 安装 Docker Windows 和 Mac下载Docker Desktop 下载地址: https://www.docker.com/products/docker-desktop 其他系统安装请参考:https://docs.crawlab.cn/zh/Installation/Dock 阅读全文
posted @ 2021-09-02 09:28 loren880898 阅读(1094) 评论(0) 推荐(0)