码迷,mamicode.com
首页 >  
搜索关键字:make    ( 11169个结果
FastDfs
下载fastdfs源码包:?1wget http://fastdfs.googlecode.com/files/FastDFS_v3.05.tar.gz 开始安装:?1234tar zxvf FastDFS_v3.05.tar.gzcd FastDFS/./make.sh./make.sh in.....
分类:其他好文   时间:2015-07-10 07:01:47    阅读次数:198
mysql数据库与web主机分离实验
真正企业中的网站,为保证数据的安全,数据库是与网站主机分离的,今天用这个实验研究下这个效果是如何实现的。先上拓扑图:配置过程:一.WEB端:安装Apache:tar-vxfhttpd-2.2.27.tar.gz cdhttpd-2.2.27 ./configure--prefix=/usr/local/apache2 make&&makeinstall2...
分类:数据库   时间:2015-07-10 00:35:45    阅读次数:313
redis安装报错
在centos6.6x86_64安装redis的报错及解决方法:1、make的时候注意:如果make的时候提示如下错误:cc:error:../deps/hiredis/libhiredis.a:Nosuchfileordirectorycc:error:../deps/lua/src/liblua.a:Nosuchfileordirectorycc:error:../deps/jemalloc/lib/libjemalloc.a:Nosuchfi..
分类:其他好文   时间:2015-07-09 22:49:02    阅读次数:194
solaris11.2下编译QT-配置命令
1.make 版本为:GNU Make 3.822.gcc版本是:3.4.3(pkg install ...)2.直接./configue是不行的 解决:./configue -platform solaris-g++ -qt-libpng -confirm-license
分类:其他好文   时间:2015-07-09 12:59:34    阅读次数:109
解决无法make uImage的问题
进入一个uboot目录,执行make distcleanmake at91sam9260ek_configmake ARCH=arm CROSS_COMPILE=arm-linux-cp tools/mkimage /usr/bin然后再进入linux-2.6.32中,make uImageARCH...
分类:其他好文   时间:2015-07-09 00:39:26    阅读次数:114
nginx与php整合
nginx安装tarzxvfpcre-8.37.tar.gz;tarzxvfnginx-1.9.2.tar.gzcdpcre-8.37./configure;make;makeinstallcd../nginx-1.9.2./configure--prefix=/opt/nginx--with-http_ssl_module--with-http_flv_module--with-http_mp4_module--with-http_gunzip_module--with-http_gzip_static..
分类:Web程序   时间:2015-07-08 23:01:32    阅读次数:264
《编程导论(Java)·6.3 private修饰符》
修饰符private提供了最高的保护和最低的可见度:private修饰的域、方法和嵌套类型,只能在它的定义类中访问。 6.3.1 private 各类书籍中会有一些程序设计上的清规戒律,如: ★以private修饰所有的成员变量(Make all Member Variables private.)。 ★以private修饰任一助手方法。(Make any helper methods p...
分类:编程语言   时间:2015-07-08 21:02:42    阅读次数:159
Redis的安装与使用
--直接到官网下载 http://download.redis.io/releases/redis-3.0.2.tar.gz (1)基础安装 --下载后解压 /home/www/redis-3.0.2 --安装 make 报错: error: jemalloc/jemalloc.h: No such file or directory --解决...
分类:其他好文   时间:2015-07-08 21:02:07    阅读次数:114
mkdir命令
【mkdir】 创建目录 mkdir ===make directory命令格式:mkdir [OPTION]... DIRECTORY命令功能:通过 mkdir 命令可以实现在指定位置创建以 DirName(指定的文件名)命名的文件夹或目录。要创建文件夹或目录的用户必须对所创建的文件夹的父文件夹具...
分类:其他好文   时间:2015-07-08 20:52:37    阅读次数:147
boostrap 里的media的图片为什么会看不见
可能的原因是 多了这行img的设置, 把这个设置去掉即可 img { ? /* make images responsive */ ? max-width: 100%; } 覆盖的代码? .media-left img{ ? max-width:none; ?} 原因是? ?media-left?是个table...
分类:其他好文   时间:2015-07-08 19:15:46    阅读次数:126
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!