1,安装准备: ??? a,yum -y install pcre-devel(If appear: ./configure: error: the HTTP rewrite module requires the PCRE library.) ??? b,yum -y install openssl openssl-devel(If appear: ./...
分类:
系统相关 时间:
2015-05-13 17:16:29
阅读次数:
215
EXEC sp_configure 'show advanced options', 1 GO RECONFIGURE GO EXEC sp_configure 'Ad Hoc Distributed Queries', 1 GO RECONFIGURE GO SELEC...
分类:
数据库 时间:
2015-05-13 14:35:17
阅读次数:
130
HttpClient Quick Start Download ‘Binary‘ package of the latest HttpClient 4.3 release or configure dependency on?HttpClient?and?Fluent HC?modules using a dependency manager of your choice as de...
分类:
Web程序 时间:
2015-05-13 13:16:58
阅读次数:
210
安装memcached前先要确定系统是否安装了gcc;1、解压安装包:tar -zxf memcached-1.2.8-repcached-2.2.tar.gz2、编译:系统应安装了libevent,libevent-1.4.13-stable.tar;./configure --enable-re...
分类:
系统相关 时间:
2015-05-13 08:43:01
阅读次数:
198
1、下载ffmpeg。下载网址:http://www.ffmpeg.org/download.html2、解压缩tar -zxvf ffmpeg-2.0.1.tar.gz3、配置,生成Makefile./configure --enable-shared --disable-yasm --prefi...
分类:
系统相关 时间:
2015-05-13 00:29:34
阅读次数:
195
安装jdk
安装mavensudo apt-get install maven安装g++sudo apt-get install g++安装protobuf-2.5.0下载解压 cd protobuf-2.5.0/,进行如下操作:sudo ./configure
sudo make
sudo make check
sudo make install
sudo ldconfigs...
分类:
其他好文 时间:
2015-05-12 23:01:20
阅读次数:
147
2015-5-12
Android can only be built by versions 3.81 and 3.82
下载地址ftp://ftp.gnu.org/gnu/make/
make3.8.2的安装步骤:
tar -zxvf make3.8.2.tar.gz
在make-3.8.2目录下
./configure
make
mak...
分类:
移动开发 时间:
2015-05-12 21:09:47
阅读次数:
347
0) gdb源码下载:http://ftp.gnu.org/gnu/gdb/1) 编译arm-linux-gdb 指定交叉编译工具链的位置 export PATH=$PATH:/usr/local/arm/3.4.1/bin 开始配置和编译 $cd gdb-6.6 $./configure --ta...
分类:
数据库 时间:
2015-05-12 17:08:39
阅读次数:
207
dpkg: error processing mysql-server (--configure): dependency problems - leaving unconfiguredstart: Job failed to startinvoke-rc.d: initscript mysql, ...
分类:
数据库 时间:
2015-05-12 15:14:46
阅读次数:
185
sql2008_x64 读取excel下载64bit 版的AccessDatabaseEngine_x64:http://www.microsoft.com/en-us/download/details.aspx?id=13255 1 --开启导入功能 2 exec sp_configure 'sh...
分类:
数据库 时间:
2015-05-12 13:14:24
阅读次数:
204