上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: https://www.cntofu.com/book/127/readme.html 阅读全文
posted @ 2021-06-22 13:40 GavinSimons 阅读(392) 评论(0) 推荐(0) 编辑
摘要: 原文链接: https://blog.csdn.net/Likianta/article/details/90123678 阅读全文
posted @ 2021-06-22 13:26 GavinSimons 阅读(18) 评论(0) 推荐(0) 编辑
摘要: https://www.lfd.uci.edu/~gohlke/pythonlibs/ 阅读全文
posted @ 2021-04-13 02:38 GavinSimons 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/qq_41437512/article/details/105319421 安装`mplfinance`库(Windows 10)导入示例代码总结推荐阅读 近日需要使用 matplotlib的 finance库来绘制K线图及均线,但是 finance 阅读全文
posted @ 2021-04-11 00:10 GavinSimons 阅读(1971) 评论(0) 推荐(0) 编辑
摘要: 原文链接: https://www.cnblogs.com/leokale-zz/p/13106721.html 一、QDialog对话框 QDialog是所有对话框的父类,其子类包含: 1)QMessageBox 2)QColorDialog 3)QFileDialog 4)QFontDialog 阅读全文
posted @ 2021-03-13 17:00 GavinSimons 阅读(907) 评论(0) 推荐(0) 编辑
摘要: 原文链接: https://www.vnpy.com/forum/topic/1967-vn-pyshe-qu-jing-xuan-2-da-jian-a-li-yun-ubuntuliang-hua-jiao-yi-fu-wu-qi 对于vn.py的初学者以及绝大部分用户来说,Windows操作系 阅读全文
posted @ 2021-03-06 21:41 GavinSimons 阅读(1057) 评论(0) 推荐(0) 编辑
摘要: https://www.iconfont.cn/ https://iconpark.oceanengine.com/official 阅读全文
posted @ 2021-02-18 17:20 GavinSimons 阅读(94) 评论(0) 推荐(0) 编辑
摘要: PyQt5-QtChart-案例 https://files.cnblogs.com/files/GavinSimons/PyQt5-QtChart.rar PyQt5-经典小案例 https://github.com/892768447/PyQt 阅读全文
posted @ 2021-02-06 03:06 GavinSimons 阅读(1010) 评论(0) 推荐(0) 编辑
摘要: 复制以下代码 IF(C>=REF(C,1)*1.095 AND C=H) RETURN "涨停"; 然后进行操作: 1、打开同花顺软件,右击K线,单击修改K线 2、光标挪到代码首行行首,回车换行 3、粘贴一下 4、点击设置标志 5、命名为涨停,选颜色,填充打勾 6、点击确定 阅读全文
posted @ 2020-03-15 11:55 GavinSimons 阅读(28865) 评论(1) 推荐(0) 编辑
摘要: Tqdm 是 Python 进度条库,可以在 Python 长循环中添加一个进度提示信息用法:tqdm(iterator) # 方法1: import time from tqdm import tqdm for i in tqdm(range(100)): time.sleep(0.01) 方法2 阅读全文
posted @ 2019-12-12 10:52 GavinSimons 阅读(988) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页