随笔分类 -  Python

摘要:总体回测前 每天开盘前 每天交易时(以双均线策略为例) 每天收盘后 阅读全文
posted @ 2016-11-29 22:49 宽客 阅读(3165) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-11-22 20:23 宽客 阅读(137) 评论(0) 推荐(0)
摘要:Python Requests Get 中文网页乱码解决方法: resp = requests.get(url) print(resp.text.encode(resp.encoding).decode('utf-8')) 阅读全文
posted @ 2016-11-22 16:55 宽客 阅读(2402) 评论(0) 推荐(0)