摘要: import requestsimport reimport timefrom redis import Redisimport threadingREDIS_HOST, REDIS_PORT, PASSWORD = '192.168.2.51', '6379', 'mypwd'rds = Redis(host=REDIS_HOST, port=REDIS_PORT, password=PAS... 阅读全文
posted @ 2018-02-27 17:33 papering 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 如何处理大体积 XLSX/CSV/TXT 文件? https://mp.weixin.qq.com/s/3VmDBu_bZ-Ew6XYdeFDcWw https://www.zhihu.com/question/39593108 作者:ZeroOne链接:https://www.zhihu.com/ 阅读全文
posted @ 2018-02-27 17:09 papering 阅读(564) 评论(0) 推荐(0) 编辑
摘要: The bytes/str dichotomy in Python 3 - Eli Bendersky's website https://eli.thegreenplace.net/2012/01/30/the-bytesstr-dichotomy-in-python-3 Arguably the 阅读全文
posted @ 2018-02-27 11:36 papering 阅读(180) 评论(0) 推荐(0) 编辑