【已解决】Python中用正则re去搜索分组的集合
crifan 7年前 (2018-07-16) 2406浏览 0评论
折腾: 【已解决】Python 3中用正则匹配多段的脚本内容 期间,想要对于这种: 去匹配到: 多个script 即分组的分组 结果用: <code>scriptMatch = re.search("(?P<sc...
all programming language, C/C++/C#/VB/VBA/VB.NET/Python/Ruby/PHP/Go/Perl/……
crifan 7年前 (2018-07-16) 2406浏览 0评论
折腾: 【已解决】Python 3中用正则匹配多段的脚本内容 期间,想要对于这种: 去匹配到: 多个script 即分组的分组 结果用: <code>scriptMatch = re.search("(?P<sc...
crifan 7年前 (2018-07-16) 5434浏览 0评论
折腾: 【已解决】把文本格式的剧本内容用Python批量导入后台系统 期间,就是去写正则去匹配这种内容: <code>Place: School canteen Topic: food Tittle:Have lunch Age: 3-4...
crifan 7年前 (2018-07-16) 2180浏览 0评论
需要把文本格式的: 已编写的对话剧本 去用Python脚本处理,实现批量导入到系统中 而原本是手动的录入到系统中的: 所以去搞清楚 调用了后台的接口是: 1. Request URL: http://localhost:65000/api/v1/...
crifan 7年前 (2018-07-15) 837浏览 0评论
折腾: 【未解决】Wordpress中安装和配置Enfold主题 期间,上传并启用Enfold主题后,出现白屏 http://localhost:8888/xxx/ 调试看到,一闪而过后,加载了3个img图片数据 通过保留日志看到: Fail...
crifan 7年前 (2018-07-13) 4995浏览 0评论
折腾: 【已解决】PySpider中下载mov文件出错:requests.exceptions.HTTPError HTTP 403 Forbidden 期间,需要去获取带毫秒的13位数的时间戳,比如: <code>#(2)http://...
crifan 7年前 (2018-07-12) 2211浏览 0评论
打算是用: xxx is str xxx is dict 去判断的: <code> def showVideoCallback(self, response): print("showVideoCallba...
crifan 7年前 (2018-07-11) 3366浏览 0评论
折腾: 【已解决】使用PySpider去爬取某网站中的视频 期间,需要去搞清楚,PySpider中: 如何发送POST请求,且带格式为application/x-www-form-urlencoded的form data pyspider post ...
crifan 7年前 (2018-07-11) 2526浏览 0评论
折腾: 【已解决】pipenv install PySpider卡死在:Locking [packages] dependencies 需要去升级最新版本的pipenv 当前是: <code>➜ crawler_x pipenv --v...
crifan 7年前 (2018-07-11) 4786浏览 0评论
折腾: 【已解决】pipenv虚拟环境中用pip安装pyspider出错:__main__.ConfigurationError: Curl is configured to use SSL, but we have not been able to...
crifan 7年前 (2018-07-11) 2731浏览 0评论
折腾: 【已解决】使用PySpider去爬取某网站中的视频 期间,去在pipenv中用pip去安装pyspider出错: <code>➜ xx pip install pyspider Collecting pyspider Colle...