码迷,mamicode.com
首页 >  
搜索关键字:make menuconfig    ( 11211个结果
linux下面安装dnw
[root@embedded secbulk]# make -C /lib/modules/`uname -r`/build M=`pwd` modules make: *** /lib/modules/2.6.32-71.el6.i686/build: 没有那个文件或目录。 停止。 [root@embedded secbulk]# make -C /lib/modules/`uname-r`...
分类:系统相关   时间:2014-08-17 02:36:41    阅读次数:387
ZOJ 3204 Connect them (C) 最小生成树kruskal
Connect themTime Limit:1 Second Memory Limit:32768 KBYou havencomputers numbered from 1 tonand you want to connect them to make a small local area net...
分类:其他好文   时间:2014-08-17 01:03:41    阅读次数:195
L9-3.安装PHP软件包
安装扩展工具包: 查看是否安装成功: 做软连接: 安装libxml 先安装python: 做软连接: 同样安装 libmcrypt和mhash make && make install make && make install 安装mcrypt 安装libpng: make && make inst...
分类:Web程序   时间:2014-08-16 23:37:31    阅读次数:356
L9-2.安装mysql数据库
二、安装mysql 1.检查是否安装了mysql 2.安装cmake 输入gmake: make install 安装依赖的软件包: 新建用户权限等: 解压 安装 安装: 安装成功。 安装后调整: vim /etc/my.cnf 建立基本的表: 优化执行路径: 添加系统服务: 启动mysql /et...
分类:数据库   时间:2014-08-16 21:04:01    阅读次数:326
Centos安装nginx服务
到http://nginx.org/en/download.html下载最新版本的Nginx并安装. 一 下载并安装pcre库ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/    tar zxvf pcre-8.30.tar.gz    ./configure     make    make install 二 安装opens...
分类:其他好文   时间:2014-08-16 17:10:50    阅读次数:412
487-3279
Problem Description Businesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or phrase. For example, you can call the U...
分类:其他好文   时间:2014-08-16 16:28:10    阅读次数:185
ERLANG学习总结<二>
一、代码初接触1.我们来启动程序吧刚开始导师发下来这个复杂的程序时,完全没有头绪,怎样子才能让它跑起来呢?刚开始看到了好多makefile文件,想来应该是用make命令来处理,折腾了半天发现windows下make不好使了。终于在角落里发现了Script这个文件夹,里面已经把编译的操作写好了,果断使...
分类:其他好文   时间:2014-08-16 13:43:02    阅读次数:218
启动httpd报错-已解决
[root@localhost ~]# service httpd startStarting httpd: (13)Permission denied: make_sock: could not bind to address 192.168.1.153:28080no listening soc...
分类:其他好文   时间:2014-08-16 00:58:39    阅读次数:196
通过rsync实现数据备份
1、Server端下载rsync-3.1.1pre2.tar.gz#tarzxvfrsync-3.1.1pre2.tar.gz#cd./rsync-3.1.1pre2#./configure--prefix=/usr/local/rsync#make&&makeinstall#vim/etc/rsyncd.conf uid=nobody gid=nobody usechroot=no maxconnections=10 strictmodes=yes pidfile=/var/run/..
分类:其他好文   时间:2014-08-15 18:03:49    阅读次数:212
Counterfeit Dollar
Problem Description Sally Jones has a dozen Voyageur silver dollars. However, only eleven of the coins are true silver dollars; one coin is counterfeit even though its color and size make it indist...
分类:其他好文   时间:2014-08-15 17:54:39    阅读次数:322
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!