码迷,mamicode.com
首页 >  
搜索关键字:curses not found cmake    ( 8517个结果
springMVC No mapping found for HTTP request with URI
springMVC No mapping found for HTTP request with URI
分类:移动开发   时间:2014-09-24 13:31:26    阅读次数:154
vc2010配置opencv2.4.4库(图文 转)
VC 2010下安装OpenCV2.4.4说明:安装平台:32位XP,VS2010;OpenCV 2.4.4不支持VC 6.0;网上有很多用CMake编译OpenCV的安装教程,这里建议先不要自己编译,如果使用预编译好的库有问题,再尝试自己编译。希望大家好好看看每一部分的注意事项,看懂了再去配置,不...
分类:其他好文   时间:2014-09-24 13:03:46    阅读次数:281
android编程常见问题-No Launcher activity found!
新手编程常见的问题:问题表现:console提示:No Launcher activity found! The launch will only sync the application package on the device!解决办法:检查AndroidManifest.xml中是否添加如下...
分类:移动开发   时间:2014-09-24 12:17:16    阅读次数:193
iOS进行MD5加密libary冲突解决办法
进行md5加密的时候加入liblibcommonCrypto.dylib遇到libary冲突  报library not found for -lcommonCrypto和libcommonCrypto.dylib.Link against the umbrella framework 'System.framework'错误 解决办法 删除liblibcommonCrypto.dyli...
分类:移动开发   时间:2014-09-23 20:08:45    阅读次数:194
glibc升级,解决glib版本过低的问题
Debian wheezy下的glibc版本为2.13,安装几个软件都运行不了,报以下类似错误:xxxx: /lib/i386-linux-gnu/i686/cmov/libc.so.6: version `GLIBC_2.15' not found (required by xxxx)解决方法:把...
分类:其他好文   时间:2014-09-23 19:06:45    阅读次数:229
apt-get无法下载,一些网址Not Found 404
apt-get无法下载,网址报 Not Found 404,原因是apt软件下载源有问题。1.将/etc/apt/source.list里的内容替换。 在其他能够下载apt的ubuntu机器中拷贝过来覆盖此文件,再运行apt-get update更新source list。2.“软件更新管理”->"...
分类:其他好文   时间:2014-09-23 16:53:14    阅读次数:200
Vesions ignore & ld: library not found for -l问题总结
1.递归删除指定目录下的 .git、.svn 文件 find . -name .git | xargs rm -fr find . -name .svn | xargs rm -rf 第一条倒还不常用,因为用 git 做版本管理的时候, 只在根目录下生成一个 .git 目录,删掉这一个就...
分类:其他好文   时间:2014-09-23 14:34:54    阅读次数:252
CentOS 编译配置 apache
Centos-7.x86_64下。编译时可能提示:checking for APR... noconfigure: error: APR not found. Please read the documentation.checking for APR-util... noconfigure: er...
分类:其他好文   时间:2014-09-23 14:20:34    阅读次数:158
BroadLeaf 下定义ORM对象:Province,City,Area
要点:BroadLeaf框架下定义ORM对象需要先定义一个接口, 然后在persistence-unit 的配置中进行声明,如不声明会报错:no persistent classes found for query classIProvince:import java.io.Serializable...
分类:其他好文   时间:2014-09-23 12:42:24    阅读次数:285
error: device not found解决办法
error: device not found解决办法
分类:其他好文   时间:2014-09-23 05:04:13    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!