Iperfwgethttp://fossies.org/linux/privat/iperf-3.1.3.tar.xztarxvfiperf-3.1.3.tar.xzcdiper-3.1.3./configure&&make&&makeinstallldconfig/usr/local/bin/iperf3-h参考http://ixdba.blog.51cto.com/2895551/1563110iperf3.exe-cmelit01-P2525个并发测试测..
分类:
其他好文 时间:
2016-07-29 19:38:42
阅读次数:
3394
一. 安装C/C++程序的开发环境 1. sudo apt-get install build-essential //安装主要编译工具 gcc, g++, make 2. sudo apt-get install autoconf automake1.9 3. sudo apt-get insta ...
分类:
系统相关 时间:
2016-07-29 17:09:30
阅读次数:
219
I have had a Mercedes diagnostic machine MB STAR C3 for a while and i decided to try and make it work, but every time i try to communicate with the ca ...
分类:
其他好文 时间:
2016-07-28 16:31:11
阅读次数:
192
1.准备 官网下载 或者 2、Redis编译 通过 进入Redis源码目录内,执行make编译Redis; 报错1 处理 报错2 (错误解决URL:http://www.phperz.com/article/14/1219/42002.html) 3、Redis安装配置 安装Redis,执行 会将m ...
分类:
其他好文 时间:
2016-07-28 16:18:49
阅读次数:
897
http://redis.io/ # wget http://download.redis.io/redis-stable.tar.gz tar zxvf redis-stable.tar.gz -C /usr/local/ cd /usr/local/redis make MALLOC=libc ...
分类:
其他好文 时间:
2016-07-28 15:38:39
阅读次数:
271
简介 heap有查找时间复杂度O(1),查找、插入、删除时间复杂度为O(logN)的特性,STL中heap相关的操作如下: make_heap() push_heap() pop_heap() sort_heap() reverse() 本次着重介绍make_heap() ,根据其创出的堆有大小堆之 ...
分类:
其他好文 时间:
2016-07-28 15:16:55
阅读次数:
196
github下载地址:https://github.com/gh-rdf3x/gh-rdf3x rdf3x是用C++编写的,linux系统中,需要对其编译进行编译1、安装g++编译器sudo apt-get install g++ 2、对rdf3x文件夹进行编译 make 成功后,rdf3x文件夹内 ...
分类:
其他好文 时间:
2016-07-25 17:59:05
阅读次数:
1015
通常通过jq来做,类似这样: css3后,只需要用 下面这段样式即可 更多详细资料参考:http://stackoverflow.com/questions/1575141/make-div-100-height-of-browser-window ...
分类:
其他好文 时间:
2016-07-25 15:55:21
阅读次数:
152
具体的netdata介绍请参照GIT:https://github.com/firehol/netdata/wiki 以下只介绍centos下的netdata的安装与使用: 1、安装Netdata需要的基本编译环境安装: yum install zlib-devel gcc make git aut ...
分类:
Web程序 时间:
2016-07-25 13:11:45
阅读次数:
299
安装 fastDFS 很简单。 先安装 libevent, 安装成功后,安装fastDFS。 ./make.sh ./make.sh install 我使用一台tracker服务器 192.168.2.85, 两台storage服务器 192.168.2.98 192.168.2.222 启动tra ...
分类:
其他好文 时间:
2016-07-25 07:00:41
阅读次数:
128