摘要: 1、安装VScode,在ubuntu software里去搜就行了 2、安装VScode插件 3、随便新建一个文件夹,然后 vi hello.cpp,把下面代码粘贴到上面。 #include <iostream> #include <string> using namespace std; int 阅读全文
posted @ 2020-06-09 19:39 HappyCoder_1 阅读(1640) 评论(0) 推荐(0) 编辑
摘要: 1、源码下载: https://sourceforge.net/projects/jsoncpp/ 2、解压 tar -zxvf jsoncpp-src-0.5.0.tar.gz 3、安装交叉编译工具sudo apt-get install scons 4、 scons platform=linux 阅读全文
posted @ 2020-06-09 18:50 HappyCoder_1 阅读(655) 评论(0) 推荐(0) 编辑
摘要: vim /etc/resolv.conf nameserver 8.8.8.8 阅读全文
posted @ 2020-06-09 18:20 HappyCoder_1 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 1、官网下载源码 官网地址: https://curl.haxx.se/download.html 版本随便选 2、下载成功以后:解压: tar -zxvf curl-7.70.0.tar.gz 3、进到目录下执行:./buidconf 执行成功 4、(可忽略) ./configure --enab 阅读全文
posted @ 2020-06-09 17:23 HappyCoder_1 阅读(2040) 评论(1) 推荐(0) 编辑