首页
  1. 首页
  2. 文章
  • 2019年4月29日 15:34

    ubuntu 使用scp/rsync本地服务器文件和阿里云服务器相互传文件

    ubuntu 使用scp/rsync本地服务器文件和阿里云服务器相互传文件。scp命令将 文件/文件夹 从远程 Ubuntu 机拷至本地scp -r username@192.168.0.1:/home/username/7021dump.rdb将 文件/文件夹 从本地拷至远程 Ubuntu 机scp -r 7021dump.rdb username@192.168.0.1:/home/username/rsync命令将 文件/文件夹 从远程 U
    Linux 2864 人阅读 1 条评论
    阅读全文
  • 2019年4月29日 15:29

    ubuntu 使用sz命令传输windows大于4G的文件

    由于sz命令不能直接下载大于4g的文件,需要需要把一个大于4g的文件先切分割为多个小于4g的文件,然后下载到windows电脑上。第一种方法:使用cat把文件拆成多个小文件,第二种方法使用scp命名。

    Linux 4541 人阅读 0 条评论
    阅读全文
  • 2019年4月22日 19:14

    ubuntu buff/cache占用空间过大解决方法

    ubuntu buff/cache占用空间过大解决方法
    Linux 6825 人阅读 0 条评论
    阅读全文
  • 2019年4月19日 14:51

    ubuntu 安装rar/unrar 提示错误E: Package 'unrar' has no installation candidate解决方法

    ubuntu 安装rar/unrar 提示错误E: Package 'unrar' has no installation candidate解决方法
    Linux 9260 人阅读 0 条评论
    阅读全文
  • 2019年4月15日 18:49

    Django中使用django-apscheduler执行定时任务

    关于apscheduler使用,请参考文章 :python 定时任务APScheduler 使用介绍安装模块pip&install&django-apscheduler使用1.&在django项目修改settings.py文件,在INSTALLED_APPS中加入django-apscheduler应用:INSTALLED_APPS&=&[ &&&&...... &&&&'django_a
    Django 8664 人阅读 0 条评论
    阅读全文
  • 2019年4月15日 16:58

    python 定时任务APScheduler 使用介绍

    介绍:APScheduler的全称是Advanced Python Scheduler。它是一个轻量级的 Python 定时任务调度框架。APScheduler 支持三种调度任务:固定时间间隔,固定时间点(日期),Linux 下的 Crontab 命令。同时,它还支持异步执行、后台执行调度任务。

    python 27670 人阅读 1 条评论
    阅读全文
  • 2019年4月12日 10:08

    /etc/sudoers: syntax error near line 27 解决方法

    背景:使用pyppeteer使用代理,由于没有设置超时,是系统默认超时错误提示如:pyppeteer.errors.TimeoutError: Navigation Timeout Exceeded: 30000 ms exceeded解决方法添加超时时间:第一种方法:await page.setDefaultNavigationTimeout(timeout)第二种方法:await page.goto(url,{
    Linux 7605 人阅读 0 条评论
    阅读全文
  • 2019年4月8日 10:21

    codis错误:Can't save in background: fork: Cannot allocate memory

    codis错误提示:Can't save in background: fork: Cannot allocate memory解决方法:free -g

    redis 3317 人阅读 0 条评论
    阅读全文
  • 2019年4月3日 23:10

    知乎登录的请求头

    使用pyppeteer请求https://www.zhihu.com/api/v3/oauth/validate/register_formresponse headersaccess-control-allow-credentials:&true access-control-allow-headers:& access-control-allow-methods:&GET,PATCH,PUT,
    爬虫 1884 人阅读 0 条评论
    阅读全文
  • 2019年4月3日 22:24

    pyppeteer.errors.TimeoutError: Navigation Timeout Exceeded: 30000 ms exceeded解决方法

    背景:使用pyppeteer使用代理,由于没有设置超时,是系统默认超时错误提示如:pyppeteer.errors.TimeoutError: Navigation Timeout Exceeded: 30000 ms exceeded解决方法添加超时时间
    爬虫 17881 人阅读 0 条评论
    阅读全文
  • «
  • 1 (current)
  • 2
  • »
网站分类
  • redis
  • python
  • Django
  • JavaScript
  • mysql
  • 爬虫
  • Flask
  • Linux
  • 计算机原理
  • leetcode
  • 开发工具
  • mongodb
  • seo
  • django教程
  • mac
  • golang
点击排行
  • nginx 启动时报错Starting nginx (via systemctl): nginx.serviceJob for nginx.service failed 解决方法
  • python os模块获取指定文件夹下所有文件名
  • mac 安装Homebrew提示brew command not found错误的解决方法
  • ubuntu 查看当前系统登录用户名单
  • python 定时任务APScheduler 使用介绍
  • python2 安装pandas提示错误:Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  • VMware 安装VMware Tools显示灰色正确解决办法
  • 10进制颜色代码,十进制颜色查询对照表
  • gitlab 打开页面出现502错误解决办法
  • 苹果 Mac OS 系统 v2rayU 使用教程
搜索
文章归档
  • 2022年5月 (4)
  • 2022年4月 (12)
  • 2022年3月 (17)
  • 2022年2月 (5)
  • 2022年1月 (1)
  • 2021年12月 (12)
  • 2021年11月 (2)
  • 2021年10月 (6)
  • 2021年9月 (16)
  • 2021年8月 (9)
  • 2021年7月 (6)
  • 2021年6月 (8)
  • 2021年5月 (6)
  • 2021年4月 (19)
  • 2021年3月 (21)
  • 2021年2月 (23)
  • 2021年1月 (8)
  • 2020年12月 (3)
  • 2020年11月 (12)
  • 2020年10月 (6)
  • 2020年9月 (25)
  • 2020年8月 (27)
  • 2020年7月 (11)
  • 2020年6月 (16)
  • 2020年5月 (19)
  • 2020年4月 (18)
  • 2020年3月 (9)
  • 2020年2月 (24)
  • 2020年1月 (17)
  • 2019年12月 (14)
  • 2019年11月 (20)
  • 2019年10月 (19)
  • 2019年9月 (16)
  • 2019年8月 (25)
  • 2019年7月 (20)
  • 2019年6月 (11)
  • 2019年5月 (3)
  • 2019年4月 (13)
  • 2019年3月 (14)
  • 2019年2月 (30)
  • 2019年1月 (13)
  • 2018年12月 (85)
  • 2018年11月 (662)
标签列表
  • sqlalchemy (9)
  • git (1)
  • zookeeper (1)
  • ubuntu (1)
  • selenium (20)
  • nginx (2)
  • layui (1)
  • jieba (1)
  • xlrd (1)
  • xlwd (1)
  • 百度云 (2)
  • pycharm (4)
  • 排序算法 (1)
  • pandas (5)
  • PostgreSQL (1)
  • zennoposter (2)
  • gunicorn (6)
  • OpenWRT (9)
  • frp (2)
  • django orm (2)
  • gitlab (1)
  • 友情链接
  • Github
  • 诗词网
  • 诗词网
Copyright © www.chenxm.cc 个人博客模板 All Rights Reserved. 备案号: 粤ICP备12087819号-1