码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
Logging configuration
The Play logger is built onLog4j. Since most Java libraries use Log4j or a wrapper able to use Log4j as a backend, you can easily configure logging th...
分类:其他好文   时间:2015-04-22 13:29:16    阅读次数:233
centos6.5中 nginx-1.6.3 编译安装
参考来源:http://nginx.org/en/docs/configure.htmlnginx-1.6.3 编译安装:1) ./configure --help 查看编译选项2) 需要安装一下库: zlib zlib-devel pcre pcre-devel openssl openssl-d...
分类:其他好文   时间:2015-04-22 13:26:48    阅读次数:227
Put your application in production
Here some simple tips to optimize your application for production.Configure your application.confFirst off, the best way to specify production mode is...
分类:移动开发   时间:2015-04-22 13:26:47    阅读次数:231
wireshark安装
linux安装wireshark,简单记录下:http://down.tech.sina.com.cn/page/55259.html 下载安装步骤:1002 cd wireshark-1.11.2 1003 ./configure 1004 yum list qt 1005 yum se...
分类:其他好文   时间:2015-04-22 00:21:58    阅读次数:135
LAMP安装笔记之源码安装php
下载PHP源码:http://php.net/downloads.php(当前最新版本5.6.7)tar -xf php-xx.tarcd php-xx./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql 查看所有可...
分类:Web程序   时间:2015-04-21 19:58:30    阅读次数:131
CentOS 6.5 snort安装
yuminstallpcre*yuminstallgcc-c++wgethttps://libdnet.googlecode.com/files/libdnet-1.12.tgztar-xzvflibdnet-1.12.tgz./configure;make;makeinstallwgethttps://www.snort.org/downloads/snort/daq-2.0.4.tar.gzwgethttps://www.snort.org/downloads/snort/snort-2.9.7.2.ta..
分类:其他好文   时间:2015-04-21 18:32:14    阅读次数:135
LAMP配置笔记之源码安装apache
下载Apache源码:http://httpd.apache.org/(当前最新版本为2.4.12)tar -xf http-xx.tarcd http-xx./configure --enable-so //另外还可以使用 --prefix=path 指定安装位置,默认安装位置为: /us...
分类:Web程序   时间:2015-04-21 17:59:29    阅读次数:129
bower 安装后 jade 引用404问题
这个问题困扰我接近2小时,这是我在stackoveflow 上面挖到的 原文地址:http://stackoverflow.com/questions/21821773/configure-node-express-to-serve-static-bower-components 解决方案为在...
分类:其他好文   时间:2015-04-21 16:02:30    阅读次数:96
使用clr 调用C#编写的dll中的方法的全解释
使用clr 调用C#编写的dll中的方法的全解释1.数据库初始化:将下面这段代码直接在运行就可以初始化数据库了exec sp_configure 'show advanced options', '1';goreconfigure;goexec sp_configure 'clr enabled',...
分类:Windows程序   时间:2015-04-21 14:26:21    阅读次数:133
PHP 编译
Download编译参数./configure \--prefix=/usr/local/Cellar/php-5.6.8 \--with-apxs2=/usr/local/Cellar/apache2/bin/apxs \--with-bz2 \--enable-zip \--enable-cal...
分类:Web程序   时间:2015-04-21 00:06:39    阅读次数:185
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!