摘要: import redis ''' string类型 hash类型''' import json ip ='127.2.3.40' password = 'HK123456*' db =14 port=6379 r = redis.Redis(host=ip,password=password,db=db,port=port,decode_responses=True) # r.set... 阅读全文
posted @ 2018-12-26 15:00 花er壹樣的女人 阅读(76) 评论(0) 推荐(0) 编辑
摘要: pip install xxx .tar.gz 先将解压,然后python setup.py install .whl pip intall xxxx.whl(路径) 阅读全文
posted @ 2018-12-26 14:57 花er壹樣的女人 阅读(141) 评论(0) 推荐(0) 编辑