240 发简信
IP属地:山东
  • cdspider命令

    python3 cdspider/run.py -c cdspider/config/main.json web

  • 接口测试

    https://getman.cn/orp6q

  • 进入Redis

    redis-cli -h 127.0.0.1 -a 112358s (host,password)

  • 爬虫意义

    https://www.zhihu.com/question/36132174/answer/89145038

  • supervisor

    https://blog.csdn.net/lin_tuer/article/details/78443481

  • 国内Python 镜像

    pip install -i https://pypi.douban.com/simple fontTools

  • 伟哥

    def re_sign(s): try: s=s.decode('utf-8') except: pas...

  • 定时任务

    0 8 * * * python /home/warning_email/cczs_warning.py >> /home/warning_em...