有感叹号,说明有的文件损坏或丢失了解决方法:右击工程,Build Path..->Configure Build Path...->Java Build Path 可以看到引用的jar包,看看是不是带x了不用的话就移除,要用的引用回正确路径就可以了
分类:
移动开发 时间:
2014-10-17 18:35:34
阅读次数:
534
Boss需要用到RedMine(project management) open source.
由于不熟悉MS的SMTP服务,BOSS说他配好了,然后配置到Email notification时候,遭遇到 “redmine An error occurred while sending ma...
分类:
其他好文 时间:
2014-10-17 18:34:17
阅读次数:
460
在虚拟机上Ubuntu系统里安装ADT开发工具,配置好环境后导入Android工程报错:找不到Adb命令:ubuntu 12.04 64位设置兼容32位的实现REF:http://www.2cto.com/os/201210/159883.htmlMy configure is as follows...
分类:
数据库 时间:
2014-10-17 13:38:50
阅读次数:
173
一般情况下默认的webserver是apache。zabbix也不例外,官方文档全都是推荐用apache。如果执意用nginx来做webserver的话,php引导需要再安装一个php-fpm。而且在进入zabbix的web安装界面,完成第2步的环境检测后第3步的Configure DB conne...
分类:
数据库 时间:
2014-10-17 13:28:13
阅读次数:
266
(1)编译安装root 账号登陆后,依次执行以下命令:wget http://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gztar zxvf lrzsz-0.12.20.tar.gz && cd lrzsz-0.12.20./configure && ma...
分类:
系统相关 时间:
2014-10-17 13:17:32
阅读次数:
235
第一步:下载python2.7相关版本源码(例如:Python-2.7.4.tgz)第二步:安装1) 解压$tar zxvf Python-2.7.4.tar.tgz2)进入文件夹:$cd Python-2.7.43)执行安装步骤: $ ./configure $ make$ make instal...
分类:
编程语言 时间:
2014-10-17 10:10:59
阅读次数:
179
三:以上Festival安装完成以后回到ekho安装目录:执行./configure --enable-festival 前更改configure1:替换#AC_DEFINE(ENABLE_FESTIVAL,,[Enable Festival])#LIB_FESTIVAL="${srcdir}/li...
分类:
其他好文 时间:
2014-10-17 10:05:29
阅读次数:
343
到http://www.open-mpi.org/下载openmpi并解压,事先安装gcc或g++。我是openmpi-1.6.5,进入解压文件夹,执行./configure这一步执行时间会较长若出现configure: error: C++ preprocessor "/lib/cpp" fail...
分类:
系统相关 时间:
2014-10-17 00:56:13
阅读次数:
4709
1. 配置参数'./configure' '--prefix=/usr/local/php5.2' '--with-apxs2=/usr/sbin/apxs' '--with-mysql=/usr/bin/mysql' '--with-curl' '--enable-mbstring' '--ena...
分类:
Web程序 时间:
2014-10-16 22:18:43
阅读次数:
224
centos 6.5 php-5.5.8 安装openssl扩展 cp config0.m4 ?config.m4 /usr/local/php/bin/phpize ./configure --with-php-config=/usr/local/php/bin/php-config 遇见问题 configure: error: Cannot find OpenSSL’...
分类:
Web程序 时间:
2014-10-16 20:39:03
阅读次数:
285