会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
首页
新随笔
管理
订阅
07 2021 档案
set相关
摘要:1. 定义 #include <set> template< class Key, class Compare = std::less<Key>, class Allocator = std::allocator<Key> > class set; 2. 初始化 默认构造,空set 范围构造,使用另
阅读全文
posted @
2021-07-26 23:11
suntus
阅读(62)
评论(0)
推荐(0)
在centos上切换不同版本的gcc
摘要:使用scl工具进行切换,效果是想用哪个版本就可以切哪个版本,方便调试。 安装 yum install scl-utils yum install centos-release-scl 查看都有啥包可选 yum list all --enablerepo='centos-sclo-rh' 安装不同版本
阅读全文
posted @
2021-07-18 08:11
suntus
阅读(2703)
评论(0)
推荐(0)
公告