1、Memcache用到了libevent(这个库用于Socket的处理),需要安装libevent:(1)tar zxvf libevent.tar.gz
后进入解压后的文件夹(2)./configure --prefix=/usr/lib(3)make &&make
install(4)测试li...
分类:
系统相关 时间:
2014-06-07 02:11:48
阅读次数:
384
10 body language love signals 10种散发着爱情信号的肢体语言 Do
you ever wish there was a magic wand that would make you more attractive to the
opposite sex, or at l...
分类:
其他好文 时间:
2014-06-03 12:15:10
阅读次数:
359
关于指令精简,这方面的事是由于loop,je,ja老报错,说越界多少字节。搜索了这方面信息才知道mov,dx,0,与sub
dx,dx的区别。这个看来是以后的学习内容 。另外想找份工作, 本人linux开发3年,主要用c,pro*c,自动编译用的是大伙都知道
的make与架子。对计算机底层技术特别感...
分类:
其他好文 时间:
2014-06-03 06:28:13
阅读次数:
291
(Sorry for that click-bait heading. Couldn’t
resist ;-) )We’re on a mission. To teach you SQL. But mostly, we want to teach
you how to appreciate SQL....
分类:
数据库 时间:
2014-05-31 17:00:45
阅读次数:
1397
1 2 13 25 26 You can count on this being a dark
29 background with light text on top, but should try to make no 30 other
assumptions ...
分类:
移动开发 时间:
2014-05-31 06:12:59
阅读次数:
492
[Introduction] make
是程序员很好用的工具,如果存在makefile存在,每次更新代码,执行shell命令shell
就可以执行所有需要编译的文件,make是根据你编写的Makefile文件和源程序的最后的修改时间来决定哪些文件需要更新重编的。[Introduction to
.....
分类:
其他好文 时间:
2014-05-30 09:15:16
阅读次数:
200
本环境配置步骤参考互联网:1、安装m4sudo apt-get install
m42、安装gmphttp://gmplib.org/ 下载gmplib./configuremakemake checksudo make
install3、安装pbchttp://crypto.stanford.ed...
分类:
其他好文 时间:
2014-05-30 02:57:35
阅读次数:
407
channel 不仅能够控制数据传输,还可以控制执行流。1.
关闭的channel从来都不会阻塞关闭的channel不能传数据但是可以接受数据,例子```package mainimport "fmt"func
main() { ch := make(chan bool, 2) ...
分类:
其他好文 时间:
2014-05-30 00:08:36
阅读次数:
250
In Eclipse, from the Window menu, select Open
Perspective > Other... > DDMS. Select the Kindle Fire tablet, and click
the camera icon. (If the tablet ...
分类:
系统相关 时间:
2014-05-29 20:29:15
阅读次数:
479
Please follow the steps precisely in order to
complete the objectives of the assignment. If you use the C++ FreeRTOS
framework, it should make the ass...
分类:
移动开发 时间:
2014-05-29 16:53:33
阅读次数:
483