文章目录
- 1. Linux报错:terminate called after throwing an instance of ‘std::regex_error‘ what(): regex_error;[regex报错,需要将G++,GCC都要升级才可以](https://blog.csdn.net/qq_56101220/article/details/127371121)
- 2. ctemplate时遇到连接库失败的问题,将libctemplate.so.3库直接放到/usr/lib64/下,连接时就可以找到
- 3. 安装ctemplate库时./configure make时出现编译问题
- 4. 阿里云开放端口需要配置安全组,开发完指定端口之后不要忘了将实例名添加进你配置的安全组
- 5. [配置vim 编辑格式](https://gitee.com/HGtz2222/VimForCpp)
- 6. 安装telnet服务([一站式解决](https://blog.csdn.net/ll_sion/article/details/121552524))
- 7.Linux-man指令的配置
- 8. [mysql首次登录如何配置密码](https://blog.csdn.net/qq_43674360/article/details/124758352)
- 9. msql安装报错
- 10. VScode连接云服务器一直输入密码
1. Linux报错:terminate called after throwing an instance of ‘std::regex_error‘ what(): regex_error;regex报错,需要将G++,GCC都要升级才可以
2. ctemplate时遇到连接库失败的问题,将libctemplate.so.3库直接放到/usr/lib64/下,连接时就可以找到
3. 安装ctemplate库时./configure make时出现编译问题
error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
办法
4. 阿里云开放端口需要配置安全组,开发完指定端口之后不要忘了将实例名添加进你配置的安全组
5. 配置vim 编辑格式
使用vim操作编写代码时,代码格式是需要我们自己配置的,但是一个个配置很麻烦,所以安置可以一键式配置十分好用.
6. 安装telnet服务(一站式解决)
7.Linux-man指令的配置
在Linux开发过程中,需要查询各种函数的解释和包含头文件,也就是man指令.
安置
8. mysql首次登录如何配置密码
9. msql安装报错
Failing package is: mysql-community-client-5.7.40-1.el7.x86_64
GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
办法
10. VScode连接云服务器一直输入密码
办法