c++开发配置常用网站记录

1.ubuntu 镜像源:

(1) 清华源:https://mirror.tuna.tsinghua.edu.cn/help/ubuntu/
(2) 阿里源:https://developer.aliyun.com/mirror/ubuntu?spm=a2c6h.13651102.0.0.3e221b11VuM27s

包含了ubuntu各个版本的source源

2.ubuntu iso镜像下载:

(1) ubuntu中文官网
(2) ubuntu英文官网

3.py镜像源:

Linux:vi ~/.pip/pip.conf
Windows:用户目录:新建目录pip–>新建pip.ini
(1) 清华源:

[global]
index-url=https://pypi.tuna.tsinghua.edu.cn/simple

[install]
trusted-host=pypi.tuna.tsinghua.edu.cn

(2) 阿里源:

[global]
index-url = https://mirrors.aliyun.com/pypi/simple/

[install]
trusted-host=mirrors.aliyun.com

4.VS code下载

https://code.visualstudio.com/

5.VS studio下载

最新版本:https://visualstudio.microsoft.com/
旧版本下载:https://visualstudio.microsoft.com/zh-hans/vs/older-downloads/

6.Qt下载:

https://download.qt.io/
Qt源码阅读地址

7.cmake官网

https://cmake.org/

8.opencv官网

(1) opencv官网:https://opencv.org/
(2) opencv学习-W3Cschool

9.ROS 官网

https://wiki.ros.org/

10.Google编程规范

https://zh-google-styleguide.readthedocs.io/en/latest/contents/

11.C/C++学习

(1) C语言中文网
(2) https://c-cpp.com/

12.Opengl学习

https://learnopengl-cn.github.io/

你可能感兴趣的:(Linux,c++,linux,ubuntu,阿里云,ide)