随笔分类 - c++
摘要:本文主要介绍如何安装和使用mongodb的C++驱动,mongocxx。官网链接mongocxx、api文档、使用示例。 安装 作者使用的是ubuntu20.04操作系统,mongodb版本为4.4.11。 安装C驱动 首先下载安装包,链接为https://github.com/mongodb/mo
阅读全文
摘要:screen的一些常用命令和快捷键 安装 sudo apt install screen 命令 screen -S screen_name,新建screen,并指定名字 screen -d screen_name,detach正在使用的screen screen -R screen_name, 连接
阅读全文
摘要:Get started with CMake Tools on Linux CMake is an open-source, cross-platform tool that uses compiler and platform independent configuration files to
阅读全文