码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
SSH三大框架的工作原理及流程
Hibernate工作原理及为什么要用?原理:1.通过Configuration().configure();读取并解析hibernate.cfg.xml配置文件2.由hibernate.cfg.xml中的读取并解析映射信息3.通过config.buildSessionFactory();//创建S...
分类:其他好文   时间:2014-10-16 21:01:13    阅读次数:196
9.PHP内核探索:通过mod_php5支持PHP
Apache对PHP的支持是通过Apache的模块mod_php5来支持的。如果希望Apache支持PHP的话,在./configure步 骤需要指定--with-apxs2=/usr/local/apache2/bin/apxs表示告诉编译器通过Apache的mod_php5 /apxs来提供对P...
分类:Web程序   时间:2014-10-16 13:53:32    阅读次数:333
安装WRF
安装了PGI MPICH netcdf1../configure Will use NETCDF in dir: /opt/netcdf$JASPERLIB or $JASPERINC not found in environment. Using default values for librar...
分类:其他好文   时间:2014-10-16 02:11:01    阅读次数:655
nginx安装,ffmpeg安装
1、安装相关组件yuminstallyasmgit2、安装ffmpeg及其依赖包:++++++++Yasm+++++++++++#wgethttp://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz#tarxzvfyasm-1.2.0.tar.gz#cdyasm-1.2.0#./configure#make#makeinstall#cd..++++++++x264+++++++++++#gitclonegit:/..
分类:其他好文   时间:2014-10-15 21:29:22    阅读次数:324
编译安装php-5.4
tarxfphp-5.4.13.tar.bz2cdphp-5.4.13./configure--prefix=/usr/local/php--with-mysql=/usr/local/mysql--with-openssl--with-mysqli=/usr/local/mysql/bin/mysql_config--enable-mbstring--with-freetype-dir--with-jpeg-dir--with-png-dir--with-zlib--with-libxml-dir=/usr..
分类:Web程序   时间:2014-10-15 16:53:01    阅读次数:259
gearmand安装过程
51 cd boost_1_53_0 52 tail -f build_log 53 dir 54 cd gearmand-1.1.8 55 ./configure 56 could not find gperf 57 could not find gperf ...
分类:其他好文   时间:2014-10-15 09:14:22    阅读次数:351
SQL Server 查看实例配置情况的 2 方法
方法 1、 sp_configure; execute sp_configure; 方法 2、 sys.configurations select * from sys.configurations order by name; go
分类:数据库   时间:2014-10-15 01:20:19    阅读次数:190
PDO_MYSQL模块的安装
编译安装禅道时需要PDO_MYSQL模块.需要软件包:PDO_MYSQL-1.0.2.tgz安装步骤:shell>tar-zxvfPDO_MYSQL-1.0.2.tgz shell>cdPDO_MYSQL-1.0.2 shell>/usr/local/php/bin/phpize shell>./configure--with-php-config=/usr/local/php/bin/php-config Shell>ln-s/usr/l..
分类:数据库   时间:2014-10-14 21:24:39    阅读次数:226
ant的replace用法
1、eg1 在文件configure.sh中,所有的token替换为value。 2、eg2 file="configure.sh" value="defaultvalue" propertyFile="src/name.properties">...
分类:其他好文   时间:2014-10-14 19:57:19    阅读次数:179
使用源代码安装lnmp
一、安装nginx前,安装pcre。# tar zxvf pcre-8.12.tar.gz# ./configure# make# make install二、安装nginx# tar zxvf nginx-1.0.7.tar.gz# ./configure --prefix=/usr/local/...
分类:其他好文   时间:2014-10-14 19:43:59    阅读次数:160
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!