2018年5月21日

python--操作redis

摘要: 3)redis默认包括15个数据库 3、redis的数据类型 (string和hash) 4、使用python操作redis 1)连接redis 阅读全文

posted @ 2018-05-21 22:57 簞聑釘 阅读(134) 评论(0) 推荐(0) 编辑

python好用的模块--requests

摘要: import requests# #发送get请求# url='http://api.nnzhp.cn/api/user/stu_info'# data={'stu_name':'小黑'}# req=requests.get(url,params=data)# print(req.json())#返 阅读全文

posted @ 2018-05-21 22:25 簞聑釘 阅读(127) 评论(0) 推荐(0) 编辑

导航