摘要: 1.首先需要下载一个连接Github的客户端:Git for windows,并且在https://github.com/注册。安装好后打开Git Bash 然后分别输入: git config --global user.name "your name" (github上注册的用户名) git c 阅读全文
posted @ 2020-03-21 20:18 残留的跳动 阅读(701) 评论(0) 推荐(0)
摘要: 1.下载浏览器驱动,用的是Chrome,下载地址http://chromedriver.storage.googleapis.com/index.html,按对应浏览器版本号下载(没找到用的106) 2.JDK与Eclipse之前已经安装好,在Eclipse中新建Maven项目,在pom.xml中添 阅读全文
posted @ 2020-03-21 00:20 残留的跳动 阅读(5020) 评论(0) 推荐(0)