
python基础
python常用基础
魅Lemon
hello, everybody
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python selenium模拟点击
文章目录1、安装谷歌浏览器2、安装浏览器驱动3、安装selenium4、简单测试5、打卡程序6、linux设置定时任务7、其他1、安装谷歌浏览器#下载包wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb#安装包,用deb方式安装sudo dpkg -i --force-depends google-chrome-stable_current_amd64.deb################原创 2022-05-09 21:10:38 · 2908 阅读 · 0 评论 -
Centos7安装Anaconda实现远程Jupyter登陆
1、下载Anaconda官方下载: https://www.anaconda.com/download/清华镜像下载: https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/?C=N&O=D centos在线下载最新版Anacondawget https://mirrors.tuna.tsinghua.edu.cn/anac...原创 2020-05-07 22:12:28 · 396 阅读 · 1 评论