参考文章:
Ubuntu“从服务器获取共享列表失败”问题的解决方法
https://blog.csdn.net/stlinax/article/details/85308063
Visual Studio使用
Vs 2015-2017好用插件
https://blog.csdn.net/GoodChangYong/article/details/76083121
【VS】Supercharger正确使用教程
https://blog.csdn.net/ldy597321444/article/details/79949527
VS2015推荐使用的高效插件
https://blog.csdn.net/l_mloveforever/article/details/84753672
【Visual Studio】添加模板
https://blog.csdn.net/gnd15732625435/article/details/52762634
C++
c++11/14/17标准你了解多少
https://blog.csdn.net/xiaomu_347/article/details/82563688
Release模式下的try...catch使用
https://blog.csdn.net/wxfy1977/article/details/6921617
https://blog.csdn.net/xiaokuang5020/article/details/72886628
vc console程序不显示(隐藏)命令行窗口
添加下面这行语句:
#pragma comment( linker, "/subsystem:\"windows\" /entry:\"mainCRTStartup\"" )
C++ 并发编程,std::unique_lock与std::lock_guard区别示例
https://www.cnblogs.com/xudong-bupt/p/9194394.html
C++11中std::mutex的使用
https://blog.csdn.net/fengbingchun/article/details/73521630
vector中push_back和emplace_back的区别
https://blog.csdn.net/MOU_IT/article/details/88757348
C++11 range for 遍历多维数组, 迭代变量添加引用 "&"的问题
https://blog.csdn.net/ace_yom/article/details/48968701
vs2010+qt4编译出现error LNK2001: 无法解析的外部符号 "public: virtual struct QMetaObject等错误
https://blog.csdn.net/sunxiaoju/article/details/48316271
GetLastError 返回值大全
https://blog.csdn.net/coding13/article/details/72899641
qRegisterMetaType的使用
https://blog.csdn.net/wadfji/article/details/54406767
python
Python os.removedirs() 和shutil.rmtree() 用于删除文件夹
https://www.cnblogs.com/yuanqiangfei/p/8111106.html
Python中read()、readline()和readlines()三者间的区别和用法,strip()函数
https://blog.csdn.net/peiwang245/article/details/101303592
python中使用scipy.integrate求积分、二重积分、三重积分
https://blog.csdn.net/qq_39705870/article/details/79998359
python中scipy.intergrate的部分积分用法
https://blog.csdn.net/pannhao/article/details/102582156
使用__future__ - 廖雪峰的官方网站
https://www.liaoxuefeng.com/wiki/897692888725344/923030465280480
python with as的用法
https://blog.csdn.net/sjyttkl/article/details/79836507
教程:https://www.runoob.com/python/python-variable-types.html
python 去除字符串(去除前面几个或者是后面几个)
https://blog.csdn.net/qq_34783484/article/details/97654167
python如何将字符转换为数字
https://www.py.cn/jishu/jichu/13420.html
Python如何修改所有文件夹下指定文件的文件名
https://jingyan.baidu.com/article/ad310e809e32a75949f49ef1.html
python中 list 与数组的互相转换
https://blog.csdn.net/gangeqian2/article/details/79407014
python列表list变量的几种玩法
https://blog.csdn.net/weixin_45332514/article/details/94418510
Cmake使用
基于Cmake+QT+VS的C++项目构建开发编译简明教程
https://www.cnblogs.com/JoyPoint/p/10549774.html
使用 CMake 构建应用程序
https://www.ibm.com/developerworks/cn/linux/l-cn-cmake/index.html
anaconda使用
python神器——Anaconda的安装与优化配置
https://blog.csdn.net/qq_38188725/article/details/80624004
Anaconda安装及更新失败解决方式
https://blog.csdn.net/aiya_aya/article/details/78993173
Windows里Anaconda-Navigator无法打开的解决方案(详细,已验证可行)