安装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
--开启本服务器中操作其他服务器的功能exec sp_configure 'show advanced options',1 reconfigure --输出消息exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigure --输出消息--...
分类:
数据库 时间:
2015-04-28 13:54:17
阅读次数:
153
privatestaticvoidtest10(){
//获得session对象
SessionFactorysessionFactory=newConfiguration().configure()
.buildSessionFactory();
Sessionsession=sessionFactory.openSession();
//session开启事务
session.beginTransaction();
//创建一对一对象数据
..
分类:
Web程序 时间:
2015-04-28 12:06:31
阅读次数:
131
./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.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
1.首先去下载gcc5.1源码包:https://gcc.gnu.org/2.安装:./configure(可以在这里设置安装的目录,把所有文件都存放在一个目录下,以后无论是寻找还是删除都很方便,eg: 我的位置: ./configure –-prefix=/usr/local/gcc5.1_sou...
分类:
其他好文 时间:
2015-04-27 09:24:53
阅读次数:
148
怀疑是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
今日编译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-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时出现“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