摘要: 常用安装包 centos yum / Ubuntu Debian apt-get clear :清空终端 [cmd 下是cls]vi/vim 编辑器 详情请点击uname... 阅读全文
posted @ 2019-03-27 22:29 jadeshu 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 实用场景: 例子1: 例子2: 生产者 消费者 之间 .h .cpp 注意:其他线程使用时注意push,pop需要同步! 阅读全文
posted @ 2019-03-27 19:18 jadeshu 阅读(852) 评论(0) 推荐(0) 编辑
摘要: 一 c++11 windows linux三种方式//#include //#include //#include #include //#include #include #include #include ... 阅读全文
posted @ 2019-03-27 18:24 jadeshu 阅读(645) 评论(0) 推荐(0) 编辑
摘要: //#include <stdio.h> //#include <stdlib.h> //#include <unistd.h> #include <windows.h> //#include <pthread.h> #include <mutex> #include <thread> #inclu 阅读全文
posted @ 2019-03-27 18:24 jadeshu 阅读(182) 评论(0) 推荐(0) 编辑