【已解决】把文本格式的剧本内容用Python批量导入后台系统
crifan 7年前 (2018-07-16) 2419浏览 0评论
需要把文本格式的: 已编写的对话剧本 去用Python脚本处理,实现批量导入到系统中 而原本是手动的录入到系统中的: 所以去搞清楚 调用了后台的接口是: 1. Request URL: http://localhost:65000/api/v1/...
all programming language, C/C++/C#/VB/VBA/VB.NET/Python/Ruby/PHP/Go/Perl/……
crifan 7年前 (2018-07-16) 2419浏览 0评论
需要把文本格式的: 已编写的对话剧本 去用Python脚本处理,实现批量导入到系统中 而原本是手动的录入到系统中的: 所以去搞清楚 调用了后台的接口是: 1. Request URL: http://localhost:65000/api/v1/...
crifan 7年前 (2018-07-15) 1198浏览 0评论
折腾: 【未解决】Wordpress中安装和配置Enfold主题 期间,上传并启用Enfold主题后,出现白屏 http://localhost:8888/xxx/ 调试看到,一闪而过后,加载了3个img图片数据 通过保留日志看到: Fail...
crifan 7年前 (2018-07-13) 6120浏览 0评论
折腾: 【已解决】PySpider中下载mov文件出错:requests.exceptions.HTTPError HTTP 403 Forbidden 期间,需要去获取带毫秒的13位数的时间戳,比如: <code>#(2)http://...
crifan 7年前 (2018-07-12) 3988浏览 0评论
打算是用: xxx is str xxx is dict 去判断的: <code> def showVideoCallback(self, response): print("showVideoCallba...
crifan 7年前 (2018-07-11) 3957浏览 0评论
折腾: 【已解决】使用PySpider去爬取某网站中的视频 期间,需要去搞清楚,PySpider中: 如何发送POST请求,且带格式为application/x-www-form-urlencoded的form data pyspider post ...
crifan 7年前 (2018-07-11) 3024浏览 0评论
折腾: 【已解决】pipenv install PySpider卡死在:Locking [packages] dependencies 需要去升级最新版本的pipenv 当前是: <code>➜ crawler_x pipenv --v...
crifan 7年前 (2018-07-11) 6171浏览 0评论
折腾: 【已解决】pipenv虚拟环境中用pip安装pyspider出错:__main__.ConfigurationError: Curl is configured to use SSL, but we have not been able to...
crifan 7年前 (2018-07-11) 3363浏览 0评论
折腾: 【已解决】使用PySpider去爬取某网站中的视频 期间,去在pipenv中用pip去安装pyspider出错: <code>➜ xx pip install pyspider Collecting pyspider Colle...
crifan 7年前 (2018-07-11) 2995浏览 0评论
需要去爬取: xxxxxxxx大赛 http://xxx/index.php?m=Home&c=MatchNew&a=audition&act_id=3 《老鼠xx》xxx大赛开始了! http:/...
crifan 7年前 (2018-07-10) 3957浏览 0评论
现在是一个Python的Django项目,本地由于需要支持jwt的error handler,所以更新了本地的python的jwt的代码: /usr/local/lib/python3.6/site-packages/rest_framework_j...