摘要: https://blog.csdn.net/tomorrow13210073213/article/details/72809762 阅读全文
posted @ 2020-04-25 23:59 程式交易 阅读(150) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/ITBigGod/article/details/103134635 阅读全文
posted @ 2020-04-25 23:57 程式交易 阅读(462) 评论(0) 推荐(0) 编辑
摘要: dataset对于操作JSON文件、NoSQL非常好用。 官方文档:http://dataset.readthedocs.io/en/latest/ 补充: 连接mysql数据库: db = dataset.connect('mysql://username:password@10.10.10.10 阅读全文
posted @ 2020-04-25 23:54 程式交易 阅读(1288) 评论(0) 推荐(0) 编辑
摘要: # encoding:utf8 #部分股票数据历史价格有误,尤其是2011年以前的数据,等一些历史数据 #无论是yahoo还是新浪的 __author__ = 'nooper' import cStringIO import csv from bs4 import BeautifulSoup fro 阅读全文
posted @ 2020-04-25 23:16 程式交易 阅读(247) 评论(0) 推荐(0) 编辑
摘要: # encoding: utf8 #部分网站api数据有bug,这个bug问题不是自身程序的问题,而是第三方公司股票的问题 __author__ = 'nooper' import re from math import ceil import datetime from httpGet impor 阅读全文
posted @ 2020-04-25 23:14 程式交易 阅读(6108) 评论(1) 推荐(0) 编辑
摘要: https://www.cnblogs.com/mryaohu/p/12242038.html 破解机下载 https://zhile.io/2018/08/17/jetbrains-license-server-crack.html 将下载的破包zip包,直接拖到pycharm,即可。 https 阅读全文
posted @ 2020-04-25 23:07 程式交易 阅读(144) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/wst0717/article/details/90446238 阅读全文
posted @ 2020-04-25 23:06 程式交易 阅读(211) 评论(0) 推荐(0) 编辑
摘要: KLine #!/usr/bin/python # -*- coding: UTF-8 -*- import pandas as pd import matplotlib.pyplot as plt import matplotlib.mlab as mlab import mpl_finance 阅读全文
posted @ 2020-04-25 07:39 程式交易 阅读(572) 评论(0) 推荐(0) 编辑
摘要: 参考 https://www.runoob.com/python/python-mysql.html https://blog.csdn.net/nixonwuying/article/details/87184128 安装插件 https://blog.csdn.net/peach_orange/ 阅读全文
posted @ 2020-04-25 07:33 程式交易 阅读(214) 评论(0) 推荐(0) 编辑