10 2021 档案

摘要:git 在刚开始使用时需要设置 user.name, user.email, 不然 git commint的时候会报错Author identity unknown,具体设置步骤: git config --global user.name 'your name' git config --glob 阅读全文
posted @ 2021-10-30 14:56 我要学算法 阅读(2685) 评论(0) 推荐(0)
摘要:1. 驱动下载 selenium模拟浏览器登录需要下载对应版本驱动 Firefox驱动:https://github.com/mozilla/geckodriver/releases/ Chrome驱动:http://chromedriver.storage.googleapis.com/index 阅读全文
posted @ 2021-10-26 16:21 我要学算法 阅读(1075) 评论(0) 推荐(0)