上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页
摘要: 问题描述: 在model中设置了help_text后,但并没有在drf的doc中显示 解决方法: 重载filter_for_field方法然后将 加到extra中 例: 也可以直接修改django_filters.rest_framework下面的FilterSet, 重写filter_for_fi 阅读全文
posted @ 2019-04-17 18:32 twfb 阅读(1716) 评论(0) 推荐(0) 编辑
摘要: 关联对象反向引用描述符, 即通过父亲找儿子 阅读全文
posted @ 2019-04-15 15:29 twfb 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 1. 首先Spider发送第一个需要爬取的Requests给Engine,然后跳到4 2. Engine在Scheduler中对Requests进行调度, 并请求下一个需要爬取的Requests. 3. Scheduler接受请求后, 返回下一个Requests给Engine. 4. Engine收 阅读全文
posted @ 2019-03-25 14:34 twfb 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 原因: elasticsearch dsl 版本不对 版本要求 Elasticsearch 6.x elasticsearch dsl =6.0.0,=5.0.0,=2.0.0, 阅读全文
posted @ 2019-03-20 14:01 twfb 阅读(579) 评论(0) 推荐(0) 编辑
摘要: pyhton2.7 版本需要 python 2.7.9+ 参考链接: https://github.com/pytorch/pytorch/issues/3193 issuecomment 338165421 阅读全文
posted @ 2019-03-17 19:29 twfb 阅读(1306) 评论(0) 推荐(0) 编辑
摘要: 1. 注册Pypi 2. 验证注册邮箱 3. 用我的一个包(git clone)举例 供参考项目: "https://github.com/dhgdhg/git clone" 必须的文件及文件夹 1. setup.py 2. 懒得写, 我就直接放github的链接了 3. git_clone文件下的 阅读全文
posted @ 2019-03-17 19:20 twfb 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 试了timeout发现老抛异常还捕获不到 于是 hahaha 阅读全文
posted @ 2019-03-15 17:26 twfb 阅读(644) 评论(0) 推荐(0) 编辑
摘要: 在MULTILINE模式下,match()仅匹配字符串的开头,而使用带有以“^”开头的正则表达式的search()将在每行的开头匹配。 参考链接: https://docs.python.org/2/library/re.html search vs match 阅读全文
posted @ 2019-03-11 19:27 twfb 阅读(479) 评论(0) 推荐(0) 编辑
摘要: 1. delete /Lib/site packages/flake8/\_\_pycache\_\_ floder 2. edit /Lib/site packages/flake8/plugins/pyflakes.py before modification after modificatio 阅读全文
posted @ 2019-03-08 12:29 twfb 阅读(858) 评论(0) 推荐(0) 编辑
摘要: 很可能是默认使用gzip压缩, 可以试试在haders中加个这个, 不使用gzip压缩 `'Accept Encoding': 'identity'` 阅读全文
posted @ 2019-03-04 20:27 twfb 阅读(1181) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页