首先下载tar包地址http://www.python.org/ftp/python下载好之后解压tarxjvf在安装python时下载好tar包在./configure时报错提示configure:error:noacceptableCcompilerfoundin$PATH查资料得知是缺少gcc组件安装gcc组件即可再次进行./configure不再报错make&&makeinstall..
分类:
编程语言 时间:
2014-09-17 15:35:03
阅读次数:
190
CMAKE的使用Version 1.02009-3-18一、基本使用安装:下载二进制包后可直接解压使用从源码安装则执行命令:./bootstrap; make; make install——尝试执行bootstrap失败使用:cmake dir_path,生成工程文件或makefile文件二、概念o...
分类:
其他好文 时间:
2014-09-17 14:57:22
阅读次数:
336
configure: error: No curses/termcap library found网上有的说法是:--with-named-curses-libs=/usr/lib/libncursesw.so.5其实是不对的,虽然能解决configure的错误,但是make的时候会提示错误,正确的...
分类:
其他好文 时间:
2014-09-17 13:38:42
阅读次数:
222
It's common for software systems to make remote calls to software running in different processes, probably on different machines across a network. One...
分类:
其他好文 时间:
2014-09-17 11:42:52
阅读次数:
324
添加自定义动作:例子,添加一个方法,批量更新文章,代码如下:from django.contrib import adminfrom myapp.models import Articledef make_published(self, request, queryset): rows_upd...
分类:
其他好文 时间:
2014-09-16 21:56:01
阅读次数:
289
The people who get on in this world are the people who get up and look forthe circumstances they want, and if they can't find them, make them取得成功的人,都是...
分类:
其他好文 时间:
2014-09-16 14:01:40
阅读次数:
104
compile the android source code one branch, android-4.4.3_r1.1...
分类:
移动开发 时间:
2014-09-16 12:41:10
阅读次数:
210
一,需要环境:You will need a handful of components to make this work: - Apache (webserver) #apache搭建web页面 - PHP 5 ...
分类:
数据库 时间:
2014-09-16 12:19:30
阅读次数:
466
redis 的使用
1.安装redis官网的步骤安装redis (http://redis.io/download)
$ wget http://download.redis.io/releases/redis-2.8.15.tar.gz
$ tar xzf redis-2.8.15.tar.gz
$ cd redis-2.8.15
$ make
2.启动redis...
分类:
其他好文 时间:
2014-09-16 10:44:40
阅读次数:
454
一、基本使用安装:下载二进制包后可直接解压使用从源码安装则执行命令:./bootstrap; make; make install——尝试执行bootstrap失败使用:cmake dir_path,生成工程文件或makefile文件二、概念out-of-sourcebuild,与in-source...
分类:
其他好文 时间:
2014-09-16 10:42:20
阅读次数:
222