DNS源代码的编译安装、官方bind下载地址:www.isc.org这里我们编译的是bind-9.9.5.tar.gz版本1、编译环境DesktopPlatformDevelopmentDevelopmenttoolsServerPlatformDevelopment2、展开安装包查看编译命令首先我们应该先看下服务器时间,[root@hong~]#tarxfbind-9.9.5.tar.gz--..
分类:
系统相关 时间:
2014-08-08 02:09:05
阅读次数:
308
RedHat Ent 6.5 64bit编译安装hadoop2.4.1感谢原帖:http://blog.csdn.net/w13770269691/article/details/16883663/ step1.修改yum:(针对redhat ent未注册用户,注册用户直接跳过这一步) 参考:ht....
分类:
其他好文 时间:
2014-08-07 18:26:00
阅读次数:
242
fuser -cu /usr/local/openresty/nginx/html/down/fuser -ck /usr/local/openresty/nginx/html/down/fuser -c /usr/local/openresty/nginx/html/down/umount /u....
分类:
其他好文 时间:
2014-08-07 18:21:40
阅读次数:
214
最近在 Ubuntu下面安装mysql,因之前已经安装过一次,编译安装的,这次想直接把原来安装的Copy来用,下面记遇到的问题。 配置文件my.cnf直接放在mysql目录 /data/server/mysql/ 下面 启动命令 mysqld --defaults-...
分类:
数据库 时间:
2014-08-07 13:32:40
阅读次数:
272
下载、编译安装wgethttp://cn2.php.net/distributions/php-5.4.7.tar.gz
tarzvxfphp-5.4.7.tar.gz
cdphp-5.4.7
./configure--prefix=/usr/local/php--enable-fpm--with-mcrypt--enable-mbstring--disable-pdo--with-curl--disable-debug--disable-rpath--enable-inline-opt..
分类:
Web程序 时间:
2014-08-07 07:34:00
阅读次数:
271
编译之前安装开发环境:Developmenttools,ServerPlatformDevelopment,gcc等。创建named用户及属组#groupadd-g53-rnamed#useradd-gnamed-r-u53named2.从isc.org上下载bind源代码3.编译安装#tarxfbind-9.9.5.tar.gz#cdbind-9.9.5#./configure--prefix=/usr/local/bind9--syscon..
分类:
其他好文 时间:
2014-08-07 07:23:30
阅读次数:
271
下载apachehttpd#wgethttp://mirrors.cnnic.cn/apache//httpd/httpd-2.4.10.tar.gz2.解压apachehttpd#tarxzvfhttpd-2.4.10.tar.gz编译apachehttpd[root@centos1httpd-2.4.10]#./configurecheckingforchosenlayout...Apachecheckingforworkingmkdir-p...yescheckingforgrepthath..
分类:
其他好文 时间:
2014-08-07 07:20:00
阅读次数:
324
mysql5.1.60编译安装 1、tar -zxvf mysql* 2、./configure 之前要make clean ./configure --prefix=/home/shk/mysql-5.1.60 \ --enable-local-infile \ --with-unix-so...
分类:
数据库 时间:
2014-08-06 22:15:52
阅读次数:
399
1,将下载好的第3方框架SDWebImage源码包加入到工程
2,进入工程的Build Phases,将源码包里面的所有.m文件全部添加到工程
3,导入框架依赖的两个系统自带的框架:MapKit.framework、ImageIO.framework
4,添加框架的主头文件"UIImageView+WebCache.h"
代码使用片段:
- (UITableViewCel...
分类:
移动开发 时间:
2014-08-06 19:04:02
阅读次数:
263
1,将下载好的第3方类库MBprogressHUD源码包加入到工程(其实就是一个.h和.m文件)
2,进入工程的Build Phases,将源码包里面的所有.m文件全部添加到工程
3,添加第3方类库的主头文件"MBProgressHUD.h"
显示代码:
// 一开始加载就,显示提示条
MBProgressHUD *hud = [MBProgressHUD showHU...
分类:
移动开发 时间:
2014-08-06 19:01:42
阅读次数:
377