最近在Bilibili上看到不少侯捷老师C++的视频教程,侯捷老师翻译了很多C++的经典书籍,比如《Essential C++中文版》、《STL源码剖析》,也写了《深入浅出MFC 第二版》。使用到multiset这个关联容器时,本来以为Visual Studio2017中会提供#include <m ...
分类:
编程语言 时间:
2019-12-08 12:43:51
阅读次数:
105
安装PCA9685的python驱动程序 apt-get install git build-essential python-dev cd ~ git clone https://github.com/adafruit/Adafruit_Python_PCA9685.git cd Adafruit ...
分类:
编程语言 时间:
2019-11-13 00:25:50
阅读次数:
257
imposm安装 pip install imposm 报错,参考:https://imposm.org/docs/imposm/2.5.0/install.html 并安装依赖: sudo ap-get install build-essential python-dev protobuf-com ...
分类:
其他好文 时间:
2019-11-08 20:59:45
阅读次数:
117
本文永久更新链接地址:http://www.linuxidc.com/Linux/2017-09/147157.htm 1、安装依赖项 sudo apt-get update sudo apt-get install build-essential zlib1g-dev libpcre3 libpc ...
分类:
系统相关 时间:
2019-10-30 18:21:36
阅读次数:
147
RabbitMQ安装 我这里安装是使用阿里云的CentOS7.5来安装的,使用CentOS版本低于7的可能会报错。 1.安装rabbitmq所需要的依赖包 输入$ yum install build-essential openssl openssl-devel unixODBC unixODBC- ...
分类:
编程语言 时间:
2019-10-29 17:08:34
阅读次数:
117
link:https://www.linuxidc.com/Linux/2017-11/148870.htm sudo apt update && sudo apt upgrade sudo apt install gdebi build-essential sudo gdebi virtualbo ...
分类:
系统相关 时间:
2019-10-28 09:12:12
阅读次数:
105
module.exports = { root: true, 'extends': [ 'plugin:vue/essential', '@vue/standard' ], rules: { 'object-curly-spacing': ["error", "always"], // allow ... ...
分类:
Web程序 时间:
2019-10-10 09:15:24
阅读次数:
1148
apt-get update apt-get install build-essential apt-get install synaptic apt-get install geany apt-get install libncurses5-dev #内核与busybox用的菜单库 apt-get ...
分类:
系统相关 时间:
2019-10-01 20:20:01
阅读次数:
98
I went to the woods because I wished to live deliberately, to front only the essential facts of life, and see if I could not learn what it had to teac... ...
分类:
其他好文 时间:
2019-09-28 11:01:52
阅读次数:
93
RPM 方式安装 准备条件: 为安装准备一些基本工具,有些 linux 服务器可能是精简安装。 yum install build-essential openssl openssl-devel unixODBC unixODBC-devel make gcc gcc-c++ kernel-deve ...
分类:
其他好文 时间:
2019-09-25 22:34:02
阅读次数:
133