码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
Python编程基础环境安装
安装python2.7wget https://www.Python.org/ftp/Python/2.7.8/Python-2.7.8.tgztar xvf Python-2.7.8.tgzcd Python-2.7.8./configure –prefix=/usr/local/python27...
分类:编程语言   时间:2015-04-28 15:44:14    阅读次数:123
SQL 跨服务器数据库增、删、改、查(一)
--开启本服务器中操作其他服务器的功能exec sp_configure 'show advanced options',1 reconfigure --输出消息exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigure --输出消息--...
分类:数据库   时间:2015-04-28 13:54:17    阅读次数:153
Hibernate中双向一对一保存数据的问题
privatestaticvoidtest10(){ //获得session对象 SessionFactorysessionFactory=newConfiguration().configure() .buildSessionFactory(); Sessionsession=sessionFactory.openSession(); //session开启事务 session.beginTransaction(); //创建一对一对象数据 ..
分类:Web程序   时间:2015-04-28 12:06:31    阅读次数:131
centos 6.5 + php5.5.24 fastcgi 编译安装
./configure--prefix=/usr/local/php--with-config-file-path=/usr/local/php/conf/--with-mysql--with-mysqli--with-pdo-mysql--with-iconv-dir--with-freetype...
分类:Web程序   时间:2015-04-28 11:19:54    阅读次数:142
log4j:WARN No appenders could be found for logger
新建一个log4j.properties文件,内容如下 # Configure logging for testing: optionally with log file log4j.rootLogger=WARN, stdout # log4j.rootLogger=WARN, stdout, logfile log4j.appender.stdout=org.apache.log4j.Con...
分类:移动开发   时间:2015-04-27 20:13:47    阅读次数:182
在OS X 10.10.3下使用源码包编译安装gcc5.1
1.首先去下载gcc5.1源码包:https://gcc.gnu.org/2.安装:./configure(可以在这里设置安装的目录,把所有文件都存放在一个目录下,以后无论是寻找还是删除都很方便,eg: 我的位置: ./configure –-prefix=/usr/local/gcc5.1_sou...
分类:其他好文   时间:2015-04-27 09:24:53    阅读次数:148
编译Qt 4.7.3的时候发生NMAKE : fatal error U1077: 'cd' : return code '0x2'
怀疑是configure的时候没加-nomake demos -nomake examples的问题references:http://stackoverflow.com/questions/10356198/error-when-compiling-qt-nmake-fatal-error-u10...
分类:其他好文   时间:2015-04-27 00:16:48    阅读次数:231
centos在安装apache2.4版本的时候遇到ARP not found解决办法
今日编译apache时出错:#./configure --prefix……检查编辑环境时出现:checking for APR... noconfigure: error:APR not found. Please read the documentation解决办法:1.下载所需软件包:wgeth...
分类:Web程序   时间:2015-04-26 16:30:19    阅读次数:757
configure: error: xml2-config not found. Please check your libxml2 installation
configure:error:xml2-confignotfound.Pleasecheckyourlibxml2installation 参考文章:http://blog.csdn.net/anljf/article/details/6981247安装php时的报错checkinglibxml2installdir...nocheckingforxml2-configpath...configure:error:xml2-confignotfound.Pleasechec..
分类:其他好文   时间:2015-04-25 09:26:26    阅读次数:161
安装httpd时出现“No recognized SSL/TLS toolkit detected”错误解决
刚在编译安装httpd时出现“NorecognizedSSL/TLStoolkitdetected”错误:[root@serverhttpd-2.2.22]#./configure--prefix=/usr/local/apache-2.2.22--enable-headers--enable-mime-magic--enable-proxy--enable-so--enable-rewrite--enable-ssl--enable-suexec--with-included-a..
分类:Web程序   时间:2015-04-25 09:26:25    阅读次数:144
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!