摘要: 1,如果当前为base环境下,通过将auto_activate_base参数设置为false退出base环境: conda config --set auto_activate_base false 2,进入base环境通过命令: conda activate base 3,设置环境一直为base的 阅读全文
posted @ 2020-12-01 21:20 Markbaba 阅读(1531) 评论(0) 推荐(0)
摘要: 1、close : 用于关闭当前窗口; 2、quit: 用于结束进程 ,关闭所有窗口。 阅读全文
posted @ 2020-11-23 16:59 Markbaba 阅读(115) 评论(0) 推荐(0)
摘要: from selenium import webdriver import logging import time from selenium.common.exceptions import NoSuchElementException, WebDriverException from retry 阅读全文
posted @ 2020-08-12 10:34 Markbaba 阅读(1279) 评论(0) 推荐(0)