一般情况: 右键项目名称 BuildPath --->Configure Build Paht...中,然后上面有几个选项卡找到 Libraries中出现红色叉号的包为路径错误的包。到classpath中修改相应包的当前路径。然后回到eclipse中F5刷新工程。不行的话可以试试clean项目;pr...
分类:
系统相关 时间:
2014-11-12 14:59:19
阅读次数:
240
1.先安装PCRE库(转注:nginx rewrite依赖该库)可以在这里下载最新版,我这里使用的是8.33的版本然后在终端执行下面的命令。cd ~/Downloadtar xvzf pcre-8.33.tar.gzcd pcre-8.12sudo ./configure --prefix=/usr...
分类:
系统相关 时间:
2014-11-12 14:58:16
阅读次数:
242
1,关于编译Apache 其实在安装apache的时候最好把常用的模块都编译进去,这样也省得后期再去添加 常用的编译项: ./configure? --prefix=<path>? --enable-mods-shared=all? --enable-so? --enable-rewrite 下...
分类:
Web程序 时间:
2014-11-12 13:53:01
阅读次数:
180
第一种
在 connection.connect(); 建立连接之前
调用这个方法
SmackAndroid.init(this);
第二种
public static void configure(ProviderManager pm) {
// Private Data Storage
pm.addIQProvider("query", "jabber:iq...
分类:
系统相关 时间:
2014-11-12 11:53:12
阅读次数:
179
换了msys2后,编译xerces-c-2.8.0,./runConfigure -pmingw-msys -cgcc -xg++ -s -P/opt/xercesc-2.8.0 后遇到如标题所示问题,详下:
checking for unistd.h... yes
checking for XMLByte... no
checking build system type... ./conf...
分类:
其他好文 时间:
2014-11-12 11:50:18
阅读次数:
274
一.windows下编译配置执行lighttpd1、下载并安装cygwin。2、下载lighttpd源码并解压3、在cygwin环境下进入lighttpd的解压文件夹后,执行:1> ./configure –prefix=C:/lighthttd2> make3> make installOK,此时...
分类:
数据库 时间:
2014-11-12 10:28:05
阅读次数:
239
在Linux上编译Qt的时候configure出来的Makefile传递给g++的参数visiblility=hidden,然后就会调用Qt库所使用的第三方库libpng库源代码函数声明添加上__attribute__ ((visibility("hidden"))),这个函数我这里是png_set...
分类:
其他好文 时间:
2014-11-11 18:47:31
阅读次数:
144
在安装protobuf,知悉./Configure时候报错“error: C++ preprocessor "/lib/cpp" fails sanity check”下面是转载过来的 mark主要就是安装个buildf-essential包,这个包包含很多基本库转 在某些软件的时候,运行./co....
分类:
编程语言 时间:
2014-11-11 18:29:35
阅读次数:
183
============问题描述============ 最近的安卓开发中需要用到中文分词,就用了中科院的这个分词系统,但是按java应用程序方法引入API中的文件(DATA,ICTCLAS,Configure)等程序总会报错,请问有人在安卓平台上用过吗?麻烦告诉我该如何引用,如果有别的分词系统使用...
分类:
移动开发 时间:
2014-11-11 16:10:08
阅读次数:
206
vlc添加模块
在源码中的modules目录下的control目录添加自己的模块
1. 在control下新建自己的模块源码Mymodule.c
2. 在Modules.ac文件中添加模块(按照其他模块添加)
3. 在源码的根目录下configure.ac中添加Mymodules(按control目录下的其他木块添加,位置相同)
4. ./bootstrap
5. ./configur...
分类:
其他好文 时间:
2014-11-11 14:22:56
阅读次数:
156