码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
启用Nginx状态监控
1.?编译Nginx添加http_stub_status_module 编译Nginx的时候添加参数:--with-http_stub_status_module cd nginx-{version}/ ./configure --prefix=/opt/nginx --with-http_stub_status_module --with-http_ss...
分类:其他好文   时间:2014-10-12 16:55:38    阅读次数:287
android 编译共享ccache的缓存
1. android自带的ccache版本(2.4版本)过低,是无法支持以上的功能的,需要使用新版ccache。 2. 最新的ccache请到http://ccache.samba.org/download.html下载 3. 下载解压之后,在linux底下进入ccache目录,运行:   ./configure   ./make   ./strip --strip-all ccache...
分类:移动开发   时间:2014-10-11 15:23:45    阅读次数:174
sql生成excel
gosp_configure 'show advanced options',1reconfiguregosp_configure 'xp_cmdshell',1reconfiguregoEXEC master..xp_cmdshell 'bcp "SELECT * FROM TestDB.dbo....
分类:数据库   时间:2014-10-11 15:20:55    阅读次数:265
CentOS6.4安装mysql2redis
1、安装apr下载:http://apache.dataguru.cn//apr/apr-1.5.1.tar.gztar zxvf apr-1.5.1.tar.gzcd apr-1.5.1vi configure 找到$RM “$cfgfile”这行删掉./configure –prefix=/us...
分类:数据库   时间:2014-10-10 13:21:34    阅读次数:292
sql server 2008r2 备份到局势网共享硬盘
首先,如果没有启用xp_cmdshell,请执行以下启用:EXEC sp_configure 'show advanced options', 1;RECONFIGURE;EXEC sp_configure 'xp_cmdshell', 1;RECONFIGURE;1.创建映射:exec maste...
分类:数据库   时间:2014-10-09 20:04:37    阅读次数:203
nginx和FastCGI整合
nginx+fastcgi安装nginx安装:#nginx-1.4.2.tar.gz#libevent-1.4.13-stable.tar.gzyuminstallpcre-developenssl-develcd/usr/local/srctarzxvfnginx-1.4.2.tar.gzcdnginx-1.4.2./configure--prefix=/usr/local/nginx--sbin-path=/usr/sbin/nginx--conf-path=/etc/nginx/nginx.c..
分类:其他好文   时间:2014-10-09 16:36:28    阅读次数:238
nginx 安装
参考安装指南:http://nginx.org/en/docs/configure.html1.下载最新主线(mainline)代码nginx-1.7.6到/usr/local目录下解压 /usr/local$ tar -zxvf nginx-1.7.6.tar.gz2.进入/usr/local/n...
分类:其他好文   时间:2014-10-09 02:52:37    阅读次数:104
Fetch from Upstream 变灰失效
Team——>Remote——>Configure Fetch from Upstream…Team——>Remote——>Configure Push toUpstream…都变灰了,不能点击配置。一直找不到原因,后来想了想,应该在.git目录下有配置文件,保存这个信息。果然找到project_n...
分类:其他好文   时间:2014-10-09 01:10:07    阅读次数:242
hibernate uniqueResult方法
假设查询返回多个值用list()方法[java] view plaincopyprint?publicvoidtestQuery(){Configurationconfig=newConfiguration().configure();SessionFactoryfactory=config.bui...
分类:系统相关   时间:2014-10-08 15:41:15    阅读次数:220
./configure,make,make install的作用
这些都是典型的使用GNU的AUTOCONF和AUTOMAKE产生的程序的安装步骤。./configure是用来检测你的安装平台的目标特征的。比如它会检测你是不是有CC或GCC,并不是需要CC或GCC,它是个shell脚本。make是用来编译的,它从Makefile中读取指令,然后编译。make in...
分类:其他好文   时间:2014-10-08 00:20:34    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!