在安装gevent这个库的时候,首先要确定是否安装了libevent,通常情况下系统是不会自在的,所以要自己安装下载地址是:http://libevent.org/ 下载之后使用: ./configure -prefix=/usr make make install 确定安装...
分类:
系统相关 时间:
2015-05-06 23:11:28
阅读次数:
505
5月16日技术沙龙有三场主题演讲。第一场演讲内容:C++11 Make life easier.第二场演讲内容:玩转编译器,让编译器给我们帮大忙.第三场演讲内容:C++的小魔法.精彩值得期待!!你还在等什么,快来报名吧。
分类:
编程语言 时间:
2015-05-06 22:44:05
阅读次数:
173
Blocks make this much easier, however, because you can define the callback behavior at the time you initiate the task, like this:- (IBAction)fetchRemo...
分类:
其他好文 时间:
2015-05-06 17:11:43
阅读次数:
120
大部分都与13.04及14.04没有区别:
参考:
重装Ubuntu13.04后需要做的事情
需要注意的是两个问题:
1. JAVA环境会报错
sudo apt-get remove jayatana
将这个玩意删除后JAVA环境检查报错的问题解决.
2. make工具被升级
make工具需要自己下载3.81版本,自己编译安装.
再这里下载3.81版本的gn...
分类:
移动开发 时间:
2015-05-06 13:14:02
阅读次数:
141
最近使用Intel的P3600SSD做测试,该闪存设备使用的是比较新的接口规范nvme,由于Intel提供的是SuSE11sp3的驱动包,不能安装在SuSE11sp2上。故使用了nvme的源码进行了编译安装。安装过程挺简单:[root@ssd~]#tar-xfnvme-xxxxx.tar.gz
[root@ssd~]#cdnvme-xxxxx
[root@ssd~]#make..
分类:
其他好文 时间:
2015-05-06 11:14:18
阅读次数:
198
首先:配置本地源,挂载光驱,安装编译器Yuminstallgccgcc-c++wgethttp://monkey.org/~provos/libevent-1.4.9-stable.tar.gz
tarzxvflibevent-1.4.9-stable.tar.gz
cdlibevent-1.4.9-stable/
Mkdir/usr/local/libevent
./configure--prefix=/usr/local/libevent
make&&..
分类:
系统相关 时间:
2015-05-06 01:41:36
阅读次数:
272
最近着手OpenWrt 的开发,所以学习了做了一些这方面的准备以及后面程序的编写。本文主要分为三个部分:一:内核的编译。1,linux 编译环境的搭建与源码的准备工作2,常用软件的安装 (make menuconfig)3, 针对TP-Link WR740N 一些软件的openwrt 的移植4,内核...
分类:
系统相关 时间:
2015-05-06 01:19:57
阅读次数:
356
源码分析共享地址:https://github.com/fivezh/WebBench下载源码后编译源程序后即可执行:sudo make cleansudo make & make install1. 使用方法five@master:~/github/OpenCCode/WebBench$ ./we...
分类:
Web程序 时间:
2015-05-05 23:15:26
阅读次数:
196
#coding=utf-8from django.db import modelsfrom django.contrib.auth.models import User, make_password, check_password, Group, GroupManagerfrom django.co...
分类:
其他好文 时间:
2015-05-05 21:31:44
阅读次数:
183
By Pamela Ronald Pamela Ronald studies the genes that make plants more resistant to disease and stress. In an eye-opening(adj. 令人瞠目的;使人开眼界的) talk, she...
分类:
其他好文 时间:
2015-05-05 21:25:57
阅读次数:
116