240 发简信
IP属地:湖南
  • pyinstaller将py文件转换成exe格式

    1、pyinstaller将py文件转换成exe报错 ImportError:unable to find Qt5Core.dll on PATH 更好的解决方法:https...

  • 120
    Windows10 中建立自动执行的python脚本,解决python不产生日志的问题

    问题:按照网上的教程,设置了自动执行的任务,虽然脚本能运行,但是py文件并没有产生日志文件。 解决方法:在程序或脚本中 填写python.exe的绝对地址,我这里填写的是虚拟...

  • 120
    scrapy+shell+cron定时执行脚本

    1、先写脚本zc.sh,先上代码 #! /bin/bash export PATH=$PATH:/usr/local/bin export LANG=zh_CN.UTF-8...

  • win+bat+任务计划程序完成脚本的定时执行

    介绍: windows系统通过bat文件来进入虚拟环境和运行脚本,通过任务计划程序来定时执行bat文件。 1、bat文件的生成 先上代码: C:\spiders\rawDat...