上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: anaconda版本与python版本对应关系查询网址 https://docs.anaconda.com/anaconda/packages/oldpkglists/ 阅读全文
posted @ 2021-12-10 09:39 GavinSimons 阅读(416) 评论(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 阅读(722) 评论(0) 推荐(0) 编辑
摘要: https://www.lfd.uci.edu/~gohlke/pythonlibs/ 阅读全文
posted @ 2021-11-26 12:38 GavinSimons 阅读(20) 评论(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 阅读(2132) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://segmentfault.com/a/1190000021813795 Window下使用pybind11 追忆发布于 2020-02-22 🔥🔥🔥 SegmentFault D-Day 后端架构演进之路(杭州站),快来报名 >>> pybind11是一个轻量级的“H 阅读全文
posted @ 2021-10-26 23:34 GavinSimons 阅读(583) 评论(0) 推荐(0) 编辑
摘要: https://code.visualstudio.com/docs/cpp/config-mingw 阅读全文
posted @ 2021-10-24 03:11 GavinSimons 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 视频教程:https://www.ixigua.com/6835399976281965059?logTag=75a00a7c8c9f0787fab0 文字教程:https://zhuanlan.zhihu.com/p/87864677 VSCode简介 VSCode是一款微软出的轻量级编辑器,它本 阅读全文
posted @ 2021-10-23 22:38 GavinSimons 阅读(2959) 评论(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 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 原文链接: https://blog.csdn.net/marwenx/article/details/116158966 pyqt支持一些简单的画图操作,比如画点或者画线等一些简单的操作。 首先是原理,就是重写paintEvent()方法实现画图(可能接触pyqt不久的话对这种实现方式感觉有点奇怪 阅读全文
posted @ 2021-07-27 21:11 GavinSimons 阅读(1883) 评论(0) 推荐(0) 编辑
摘要: 原文链接: https://blog.51cto.com/u_15127644/2756688 滚动字幕的视觉效果 网上有很多博客介绍了滚动字幕的实现方法,懂得都懂,大部是 Ctrl C + Ctrl V,效果还很差,最后还是得靠自己。主要思路就是通过定时器定时刷新+绘制两段完整的字符串来达到 蒙蔽 阅读全文
posted @ 2021-07-27 02:51 GavinSimons 阅读(845) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页