
python
zhouzilin_wh
谦逊、好学。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python yield 使用浅析
Python yield 使用浅析转载 2018-04-09 11:49:58 · 186 阅读 · 0 评论 -
Python_Post方式提交json字符串
Python_Post方式提交json字符串Zlin 2018.3.20import urllib2 import json data = {"query":{"match":{"imtype":"LTCUS"}},"sort":[{"rtdatetime":{"order":"desc"}}],"size":3} heade原创 2018-03-20 11:04:57 · 7979 阅读 · 0 评论