I17IncognitoSpies use attributes to disguise themselves to make sure thatthey are not recognized. For example, when putting on sun-glasses, a spy sudd...
分类:
其他好文 时间:
2015-08-09 20:33:48
阅读次数:
131
DescriptionBefore the invention of book-printing, it was very hard to make a copy of a book. All the contents had to be re-written by hand by so calle...
分类:
其他好文 时间:
2015-08-09 20:17:23
阅读次数:
136
makefile三要素:目标,依赖,命令GNUmake的主要预定义变量make-fmakefilename指定makefile文件1.预定义变量含义$*不包含扩展名的目标文件名称。$+所有的依赖文件,以空格分开,并以出现的先后为序,可能包含重复的依赖文件。$<第一个依赖文件的名称。$?所有的依赖文件,以..
分类:
其他好文 时间:
2015-08-09 18:59:55
阅读次数:
101
map和set只允许相同的键出现一次,而multimap和multiset则允许出现多次。1. 引言——pair类型:pair需要添加头文件utility头文件make_pair 以值v1和v2创建一个新的pair对象,这个pair对象的两个类型为这两个值的类型pair(v1,v2)pair 若是创...
分类:
其他好文 时间:
2015-08-09 18:37:21
阅读次数:
130
1、/usr/local下
>>wget http://download.redis.io/releases/redis-2.8.12.tar.gz
2、下载后解压
>>tar xvf redis-2.8.12.tar.gz
3、编译
>>make
(这里碰到了没安装gcc,于是apt-get install gcc,但是出现了404...
分类:
系统相关 时间:
2015-08-09 17:11:54
阅读次数:
138
不说废话吧。1.安装:下载下来,找个路径放好。https://github.com/golang/protobuf 这还不够,因为你会发现不能使用protoc,到protobuf官网把c++版本的也下载过来,参看readme,./configure && make && make install2....
分类:
其他好文 时间:
2015-08-09 14:02:52
阅读次数:
138
google proto buffer安装和简单示例1、安装下载google proto buff。解压下载的包,并且阅读README.txt,根据里面的指引进行安装。$ ./configure$ make$ make check$ make install没有意外的话,前面三步应该都能顺利完成,第...
分类:
其他好文 时间:
2015-08-09 12:13:28
阅读次数:
107
?Use Uncertainty As a DriverKevlin HenneyConFRonTEd WiTH TWo opTionS, most people think that the most impor- tant thing to do is to make a choice between them. In design (software or otherwise), it is...
分类:
其他好文 时间:
2015-08-09 10:52:29
阅读次数:
120
Problem DescriptionThere is an integeraandnintegersb1,…,bn. After selecting some numbers fromb1,…,bnin any order, sayc1,…,cr, we want to make sure tha...
分类:
其他好文 时间:
2015-08-09 10:38:44
阅读次数:
135
一、rpm命令rpm:数据库:/var/lib/rpmrpmbuild:创建软件包1、安装rpm-i/PATH/TO/PACKAGE_FILE-h:以#显示进度:每个#表示2%-v:显示安装详细信息-vv:显示更详细信息--nodeps:忽略依赖关系,软件可以装但装上也无法运行--replacepkgs:重新安装,替换原有安装--oldpackage:降级安装..
分类:
系统相关 时间:
2015-08-08 23:03:37
阅读次数:
215