上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: https://docs.python.org/zh-cn/3/ 阅读全文
posted @ 2021-12-12 16:49 GavinSimons 阅读(65) 评论(0) 推荐(0)
摘要: anaconda版本与python版本对应关系查询网址 https://docs.anaconda.com/anaconda/packages/oldpkglists/ 阅读全文
posted @ 2021-12-10 09:39 GavinSimons 阅读(508) 评论(0) 推荐(0)
摘要: 现象:vscode每次打开文件,出现git弹窗,--login -i rev-parse --show-toplevel,打印rev-parse:no such file or directory 错误:vscode中git.path配置错了 修改:windows + vscode => git.p 阅读全文
posted @ 2021-11-27 15:56 GavinSimons 阅读(853) 评论(0) 推荐(0)
摘要: https://www.lfd.uci.edu/~gohlke/pythonlibs/ —— 网址已被移除 目前最新的方法是: 从github上搜索cgohlke/talib-build(已收藏) 阅读全文
posted @ 2021-11-26 12:38 GavinSimons 阅读(38) 评论(0) 推荐(0)
摘要: 原文链接: https://blog.csdn.net/xz1308579340/article/details/84330166 C++程序加速的12个方法 文章目录C++程序加速的12个方法1.将反复使用的数据存放在全局变量里面。2.使用多线程3.用a++和++a,a--,--a4.减少除法运算 阅读全文
posted @ 2021-10-29 01:21 GavinSimons 阅读(2443) 评论(0) 推荐(0)
摘要: 原文地址:https://segmentfault.com/a/1190000021813795 Window下使用pybind11 追忆发布于 2020-02-22 🔥🔥🔥 SegmentFault D-Day 后端架构演进之路(杭州站),快来报名 >>> pybind11是一个轻量级的“H 阅读全文
posted @ 2021-10-26 23:34 GavinSimons 阅读(685) 评论(0) 推荐(0)
摘要: https://code.visualstudio.com/docs/cpp/config-mingw 阅读全文
posted @ 2021-10-24 03:11 GavinSimons 阅读(40) 评论(0) 推荐(0)
摘要: 视频教程:https://www.ixigua.com/6835399976281965059?logTag=75a00a7c8c9f0787fab0 文字教程:https://zhuanlan.zhihu.com/p/87864677 VSCode简介 VSCode是一款微软出的轻量级编辑器,它本 阅读全文
posted @ 2021-10-23 22:38 GavinSimons 阅读(3035) 评论(0) 推荐(0)
摘要: 1、Numba 0.44 中文文档:https://www.kancloud.cn/apachecn/numba-doc-zh 2、Github:https://github.com/apachecn/numba-doc-zh 1和2内容相容,网址不同而已! 阅读全文
posted @ 2021-10-23 17:50 GavinSimons 阅读(318) 评论(0) 推荐(0)
摘要: 原文链接: https://blog.csdn.net/marwenx/article/details/116158966 pyqt支持一些简单的画图操作,比如画点或者画线等一些简单的操作。 首先是原理,就是重写paintEvent()方法实现画图(可能接触pyqt不久的话对这种实现方式感觉有点奇怪 阅读全文
posted @ 2021-07-27 21:11 GavinSimons 阅读(2079) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 12 下一页