摘要:
1 首先配置virtualenv, 并启动之,source py3env/bin/activate 2 安装各种必备包 ,如simplejson,chardet, configparser等 3 注意linux上的换行 \r\n, 如果是docker环境 ,还需要为chrome options加上 阅读全文
摘要:
https://www.cnblogs.com/softwaretesting/archive/2011/07/12/2104435.html Vim命令合集 命令历史 以:和/开头的命令都有历史纪录,可以首先键入:或/然后按上下箭头来选择某个历史命令。 启动vim 在命令行窗口中输入以下命令即可 阅读全文
摘要:
1 安装 sudo apt-get install cron 2 启动 start cron 3 列出所有本机启动crontab任务 ls -l /etc/init.d 列出所有自建cron任务 sudo crontab -l 阅读全文