码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
postgres源码目录结构
1.第一级目录介绍|_postgres |_aclocal.m4------------config用的文件的一部分 |_config----------------config文件目录 |_configure-------------configure文件 |_contrib------...
分类:其他好文   时间:2014-12-28 21:59:43    阅读次数:239
编译安装Nginx
./configure--prefix=/usr/local/nginx--conf-path=/etc/nginx/nginx.conf--user=nginx--group=nginx--error-log-path=/var/log/nginx/error.log--http-log-path=/var/log/nginx/access.log--pid-path=/var/run/nginx/nginx.pid--lock-path=/var/lock/nginx.lock--with-http_ss..
分类:其他好文   时间:2014-12-28 18:22:46    阅读次数:154
[mac]brew install nginx,出现编译错误怎么办?
错误如下: ==> Downloading http://nginx.org/download/nginx-1.6.2.tar.gz Already downloaded: /Library/Caches/Homebrew/nginx-1.6.2.tar.gz ==> ./configure --prefix=/usr/local/Cellar/nginx/1.6.2 --with-http...
分类:系统相关   时间:2014-12-27 13:57:23    阅读次数:400
TFS - nginx-tfs模块
1.安装yajl yajl是一个开源的JSON库 请到这里下载: http://lloyd.github.io/yajl/(官网) 下载地址:http://download.csdn.net/detail/wei_xiaox126/8304485 解压文件 unzip yajl-master.zip ./configure make && make i...
分类:Web程序   时间:2014-12-26 23:06:55    阅读次数:615
SQL 邮件配置篇
在我们运维工作中,经常要对备份,ETL等作业进行监控,这时我们需要用到SQL SERVER自带的邮件服务器,其原理,我在这么里不多说,直接来实战,下面是我对服务器配置源码,分享给大家,希望对大家有帮助。exec sp_configure 'show advanced options',1RECONF...
分类:数据库   时间:2014-12-26 18:17:29    阅读次数:282
Ubuntu Common Commands
Linux Common Commands# change password for rootsudo passwd # install and configure open ssh serverapt-get install openssh-server # install open ssh se...
分类:系统相关   时间:2014-12-26 16:32:33    阅读次数:202
./configure
./configure是源代码安装的第一步,主要的作用是对即将安装的软件进行配置,检查当前的环境是否满足要安装软件的依赖关系,但并不是所有的tar包都是源代码的包,楼主可以ls看看有没有configure这个文件,也许你下的是二进制的包,如果是二进制的包,解压后直接就能使用先ls,看..
分类:其他好文   时间:2014-12-26 14:57:38    阅读次数:143
sql2008读取excel
环境:win7(64位)+sql2008sql语句: --启用Ad Hoc Distributed Queries:exec sp_configure 'show advanced options',1reconfigureexec sp_configure 'Ad Hoc Distribute.....
分类:数据库   时间:2014-12-26 10:57:55    阅读次数:212
【oracle】oracledba24 use the CONFIGURE command to reconfigure the recovery window to 60 days
You set the recovery window to seven days and the backup optimiza tion to ON using the CONFIGURE command of Recovery Manager (RMAN). The most recent backup of the TOOLStablespace to disk was taken o...
分类:数据库   时间:2014-12-25 16:31:34    阅读次数:155
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!