1. sourceforge搜索iperf下载2. ./configure make make install3. server:iperf -s -p 12345 -i 1 -M; client:iperf -c 193.168.168.71 -p 12345 -i 1 -t 10 -w 20K....
分类:
其他好文 时间:
2015-04-28 20:44:35
阅读次数:
105
来自http://www.linuxsir.org/bbs/thread351616.html?pageon=1发表于 2010-07-23 21:20:03|只看该作者|倒序浏览没问题!如:root [ /usr/src/libxml2-2.7.6 ]# make installMaking in...
分类:
其他好文 时间:
2015-04-28 20:37:51
阅读次数:
158
1、MakefileKDIR=/home/xxx/s-linux-3.0.35PWD:=$(shell pwd)# kernel modulesobj-m := globalmem.omodules: make -C $(KDIR) M=$(PWD) modulesclean: rm -...
分类:
系统相关 时间:
2015-04-28 18:05:24
阅读次数:
228
1.安装make编译器 make编译器下载地址:http://www.gnu.org/software/make/ ? (系统默认自带)查看自己的系统是否安装某个软件,如果已经有了,就不用在安装了,但是也有可能之前被卸载了。 如果你之前是使用rpm...
分类:
数据库 时间:
2015-04-28 12:13:01
阅读次数:
270
Customizing Site-Wide Behavior for ASP.NET Web Pages (Razor) SitesByTom FitzMacken|February 17, 2014PrintThis article explains how to make site-side s...
分类:
移动开发 时间:
2015-04-27 20:01:56
阅读次数:
183
Going from u to v or from v to u?
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 15196
Accepted: 4013
Description
In order to make their sons brave, Jiaji...
分类:
编程语言 时间:
2015-04-27 18:27:18
阅读次数:
199
关于 freetds pymssql 的安装部署一、安装:(freetds-0.91 pymssql 2.0.1)如果要在linux机器 连mysqlsever1.需要安装freetds./configuremake && make install测试tsql -C查看安装的版本tsql -H 10...
分类:
数据库 时间:
2015-04-27 18:21:58
阅读次数:
298
首先从这里下载linux版本的:http://sourceforge.net/projects/cppcheck/files/cppcheck/
然后下载对应的版本,解压,之后安装:
编译:
g++ -o cppcheck -Ilib cli/*.cpp lib/*.cpp
安装:
make install
cppcheck默认安装会报错如下:
c...
分类:
其他好文 时间:
2015-04-27 16:53:20
阅读次数:
896
1. Make Java 6 the default JVM on your Mac
- Run Java Preferences (in /Applications/Utilities/Java)
- Move the Java SE 6 (64 Bit) to the top of the Java application versions list
2. In...
分类:
系统相关 时间:
2015-04-27 13:15:07
阅读次数:
181
我手上有一台TP-Link WR740,这台路由器上已经刷了OpenWrt了。 在 make menuconfig 时,我没有做过多的设置,只是选了机型。 [hevake_lcj@localhost:~/Workspace/OpenWRT/trunk]$?mv?.config?.config.wr740
[...
分类:
其他好文 时间:
2015-04-27 00:50:40
阅读次数:
321