linux ubuntu 添加crontab计划任务
8admin 发布于 2020-07-07
sudo apt-get install cron 安装crontab 然后添加任务# crontab -e 运行 选择2 nano进行编辑 *** 任务命令需要绝对路径 如*/60 * * * * cd root && /usr/bin/python3.7 te...
阅读(2079)评论(0)赞 (2)
admin 发布于 2020-07-07
sudo apt-get install cron 安装crontab 然后添加任务# crontab -e 运行 选择2 nano进行编辑 *** 任务命令需要绝对路径 如*/60 * * * * cd root && /usr/bin/python3.7 te...
阅读(2079)评论(0)赞 (2)
admin 发布于 2020-07-07
docker-ubuntu-vnc-desktop google shell cloud https://ssh.cloud.google.com/cloudshell/editor ***使用tampermonkey浏览器扩展插件添加1小时重新刷新保持状态不重置 Docke...
阅读(5184)评论(0)赞 (2)
admin 发布于 2020-07-06
1.下载chrome浏览器 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 2. 安装通过dpkg dpkg -i google-chrome-stable_curren...
阅读(3455)评论(0)赞 (1)
admin 发布于 2020-07-06
注解这是一个windwos环境python3的脚本,关于linux还得做修改,python的selenium模块操作网页自动化,***需要安装驱动webdriver,使用chrome浏览器的话需要安装chrome_webdriver版本要和当前chrome版本对应 83...
阅读(4218)评论(0)赞 (1)
admin 发布于 2020-07-06
// ==UserScript==// @name New Userscript// @namespace http://tampermonkey.net/// @version 0.1// @description try to take over the world!// @...
阅读(1941)评论(0)赞 (1)
admin 发布于 2020-07-06
python selenium自动化 安装selenium 浏览器驱动安装 安装测试代码 常见错误 表示geckodriver没有安装成功。也可以指定目录,例如指定在当前路径下。 无头参数
阅读(2040)评论(0)赞 (1)
admin 发布于 2020-07-06
关于selenium selenium是一款强大的web自动化测试工具,它通过webdriver与浏览器进行通信,从而与web进行交互。 实验环境 win7 64位、python 3.6.4、selenium 3.13.0、firefox 49.0.2 环境部署 1、安装sele...
阅读(1792)评论(0)赞 (2)
admin 发布于 2020-07-05
Python2到Python3,很多基本的函数接口变了,甚至有些库或函数被去掉或改名了 在Python 3.x中,print是函数,这意味着需要编写print (a)而不是print a,除此之外,它的工作方式和语句差不多。 Python 2.x和Python 3.x...
阅读(2140)评论(0)赞 (1)
admin 发布于 2020-07-05
本篇主要介绍单选框和复选框的操作https://www.cnblogs.com/math98/p/11013552.html 一、认识单选框和复选框 1.先认清楚单选框和复选框长什么样 2.各位小伙伴看清...
阅读(2132)评论(0)赞 (1)
admin 发布于 2020-07-04
[Task 12] Challenge Time! Well, you didn’t think I would leave you without a challenge? You’ll find a file attached to this...
阅读(8513)评论(0)赞 (1)