摘要: import requestsget请求# url='http://api.nnzhp.cn/api/user/stu_info'# d = {'stu_name':'矿泉水2'}# req = requests.get(url,d)## print(req.json()) #字典# print(r 阅读全文
posted @ 2019-05-22 17:39 辰毒秀 阅读(614) 评论(0) 推荐(0) 编辑
摘要: Python操作redis python连接方式:点击 下面介绍详细使用 1、String 操作 redis中的String在在内存中按照一个name对应一个value来存储 set() 按 Ctrl+C 复制代码 #在Redis中设置值,默认不存在则创建,存在则修改r.set('name', 'z 阅读全文
posted @ 2019-05-22 15:22 辰毒秀 阅读(336) 评论(0) 推荐(0) 编辑