08 2019 档案

摘要:小知识点: https://blog.csdn.net/zwq912318834/article/details/79930423 阅读全文
posted @ 2019-08-21 23:03 LmtMe 阅读(165) 评论(0) 推荐(0)
摘要:Windows开机自动运行.py文件1.找到写好的.py文件,例如我的.py文件路径:D:\编程测试文件\untitled\03131105.py 2.选中文件03131105.py,右键——属性——常规——更改,选择默认打开方式为python.exe,然后“确定”即可。 3.按照上述步骤执行后,此 阅读全文
posted @ 2019-08-21 16:55 LmtMe 阅读(1263) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2019-08-12 23:06 LmtMe 阅读(2) 评论(0) 推荐(0)
摘要:跳过 12306 ssl 证书 cookie https://cuiqingcai.com/2556.html requesesnium 的使用 https://blog.csdn.net/xc_zhou/article/details/80952074 包 requests-toolbelt 是支 阅读全文
posted @ 2019-08-12 01:27 LmtMe 阅读(124) 评论(0) 推荐(0)
摘要:启动方式: 写一个启动文件,与配置文件同级 from scrapy.cmdline import execute import sys,os sys.path.append(os.path.dirname(os.path.abspath(__file__))) execute(['scrapy',' 阅读全文
posted @ 2019-08-10 17:31 LmtMe 阅读(172) 评论(0) 推荐(0)