码迷,mamicode.com
首页 >  
搜索关键字:make menucomfig    ( 11169个结果
CircuitBreaker design pattern---reference
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
django admin 扩展
添加自定义动作:例子,添加一个方法,批量更新文章,代码如下:from django.contrib import adminfrom myapp.models import Articledef make_published(self, request, queryset): rows_upd...
分类:其他好文   时间:2014-09-16 21:56:01    阅读次数:289
每日一句(2014-9-16)
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
Ubuntu Android system setup(2)
compile the android source code one branch, android-4.4.3_r1.1...
分类:移动开发   时间:2014-09-16 12:41:10    阅读次数:210
Postgresql监控pgwatch的搭建
一,需要环境: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 的图标挺有意思的
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
CMAKE的使用
一、基本使用安装:下载二进制包后可直接解压使用从源码安装则执行命令:./bootstrap; make; make install——尝试执行bootstrap失败使用:cmake dir_path,生成工程文件或makefile文件二、概念out-of-sourcebuild,与in-source...
分类:其他好文   时间:2014-09-16 10:42:20    阅读次数:222
make menuconfig 失败
$ make menuconfig    *** Unable to find the ncurses libraries or the    *** required header files.    *** 'make menuconfig' requires the ncurses libraries.    ***     *** Install ncurses (ncurses...
分类:其他好文   时间:2014-09-15 22:54:29    阅读次数:412
有了iscsi存储怎么让主机识别以及使用创建lvm
1.查找安装包:rpm -ivh iscsi-initiator-utils去sf.net下载iscsitarget包make kernel,usr,install开启服务(0)查看iscsi发现记录 iscsiadm -m node(1)发现iscsi存储:iscsiadm -m discover...
分类:其他好文   时间:2014-09-15 22:41:29    阅读次数:291
用rlwrap使sqlplus可以上下翻页
下载rlwrap-0.30从光盘上安装readline-devel和readline安装rlwrap:#tar -zxvf rlwrap-0.30.tar.gz#cd rlwrap-0.30#./configure#make#make install修改环境变量:添加alias sqlplus='r...
分类:数据库   时间:2014-09-15 21:02:39    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!