码迷,mamicode.com
首页 >  
搜索关键字:prefix    ( 4726个结果
26. 文件系统——源程序的编译安装实例演示(ldd, ldconfig -v)
/****源文件安装过程演示****/(1)运行httpd-2.4.12中的configure文件[root@localhosthttpd-2.4.12]#./configure--prefix=/usr/local/apache--enable-so--enable-rewritecheckingforchosenlayout...Apache checkingforworkingmkdir-p...yes checkingforgrepthathandleslonglin..
分类:其他好文   时间:2015-03-13 09:27:11    阅读次数:444
第三方开源 - Swift 配置 ReactiveCocoa
1.新建xx.pch2.在Build Settings 中 Prefix Header 中添加xx.pch3.在xx.pch添加需要的.h文件或者其他声明例如;#import #import #import - -!有个坑。。。.pch的位置问题:右键xx.pch Show File Insepec...
分类:编程语言   时间:2015-03-12 22:23:44    阅读次数:256
Nginx+Keepalived 做负载均衡器
1.安装 keepalived 123456789tar zxvf keepalived-XXXX.tar.gz./configure --prefix=/usr/local/keepalived --with-kernel-dir=/usr/src/kernels/2.6.XXXXXXXX/mak...
分类:其他好文   时间:2015-03-12 18:35:15    阅读次数:159
prefix.pch文件的一些简单使用
该文件可以引入一些全局通用的文件,这样就不用每次在文件中导入,也可以定义全局通用的变量或常量,如//定义NSString常量#define ServiceName @"cn.zmfc"//定义颜色#define BackgroudColor [UIColor colorWithRe...
分类:其他好文   时间:2015-03-12 16:37:59    阅读次数:81
mysql编译参数详解(./configure)
1.--prefix=PREFIX:指定程序安装路径;2.--enable-assembler:使用汇编模式;(文档说明:compilinginx86(andsparc)versionsofcommonstringoperations,whichshouldresultinmoreperforman...
分类:数据库   时间:2015-03-12 11:14:27    阅读次数:181
iOS NSlog的使用以及pch的使用
IOS开发笔记(11)IOS开发之NSLog使用技巧 在xcode6.01以前是有prefix.pch文件的,Xcode6.01以后就没有了,但是可以自己去创建! 前提:在XCode做开发调试时往往需要打印一些调试信息做debug用,大家知道当打印信息的地方多了之后在模拟器上跑可能不会有什么问题,因为模拟器用的是电脑的硬件但是当应用跑在设备上时这些输出语句会在很大程度上影响应用...
分类:移动开发   时间:2015-03-11 09:19:12    阅读次数:169
编译安装mysql5.5
yuminstallcmakencurses-develgcc-c++-ywgethttp://dev.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.41.tar.gztarxzvfmysql-5.5.41.tar.gzcdmysql-5.5.41useradd-M-s/sbin/nologinmysqlcmake-DCMAKE_INSTALL_PREFIX=/usr/local/mysql\-DMYSQL_UNIX_ADDR=/data/mysql/mysql.so..
分类:数据库   时间:2015-03-09 19:27:54    阅读次数:180
自动化运维之Samba4.2.0部署遇到问题:Ignoring invalid value 'share' for parameter 'security'
1,downloadfilewgethttps://download.samba.org/pub/samba/stable/samba-4.2.0.tar.gz2,解压文件tar-xzvfsamba-4.2.0.tar.gz3,编译安装Sambacdsamba-4.2.0 ./configure--prefix=/usr/local/samba/ make;makeinstall4,编译过程及状态*installingbin/default/source4/utils/m..
分类:其他好文   时间:2015-03-09 19:25:05    阅读次数:480
jqpaginator 分页
页面文件 <%@ page ?? ?language="java" ?? ?contentType="text/html; charset=utf-8" ?? ?pageEncoding="utf-8"%> <%@ taglib ?? ?uri="http://java.sun.com/jsp/jstl/core" ?? ?prefix="c"%> <!...
分类:其他好文   时间:2015-03-09 16:25:25    阅读次数:4603
安装nagios
第二部分、apache的安装 615 tar zxvf httpd-2.2.9.tar.gz 616 cd httpd-2.2.9 617 ./configure --prefix=/usr/local/apache2/ --sysconfdir=/usr/local/apache2/etc/ -....
分类:移动开发   时间:2015-03-09 14:25:12    阅读次数:132
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!