这几天来公司,公司的SVN坏掉了,然后项目还比较大,是一个分布式的,然后同事就把项目发我了。我在myeclipse里面导入项目了,把相应的jar包也建了个人的library导入了项目,现在项目不报错了,但是当我部署到tomcat启动服务器后,访问入口包了这么一个错:java.lang.ClassCastException: org.apache.catalina.util.DefaultAnnot...
分类:
Web程序 时间:
2015-03-05 10:52:09
阅读次数:
141
原文网址:http://blog.csdn.net/mzwang123/article/details/6702889问题:在linux环境编译应用程式或lib的source code时常常会出现如下的错误讯息:/usr/bin/ld: cannot find -lxxx这些讯息会随着编译不同类型的...
分类:
系统相关 时间:
2015-03-05 00:15:17
阅读次数:
259
原文网址:http://eminzhang.blog.51cto.com/5292425/1285705/usr/bin/ld: cannot find -lxxx问题总结linux下编译应用程序常常会出现如下错误: /usr/bin/ld: cannot find -lxxx 意思是编译过程找.....
分类:
其他好文 时间:
2015-03-05 00:07:52
阅读次数:
199
原文网址:http://blog.sina.com.cn/s/blog_67bbb71101010tto.html用g++编译C++程序时显示出:/usr/lib/ld: cannot find -lc/usr/lib/ld: cannot find -lgcc_s/usr/lib/ld: cann...
分类:
其他好文 时间:
2015-03-05 00:04:58
阅读次数:
202
原文网址:http://stackoverflow.com/questions/9055005/cannot-find-ltinfo-when-compiling-android-4-0-3up vote0down votefavoriteHi I have got a problem that I...
分类:
移动开发 时间:
2015-03-05 00:03:47
阅读次数:
440
原文网址:http://stackoverflow.com/questions/3373995/usr-bin-ld-cannot-find-lzI am trying to compile Android source code under Ubuntu 10.04. I get an error...
分类:
其他好文 时间:
2015-03-05 00:03:33
阅读次数:
518
第一种情况 找到eclipse工具栏上的Project项 在 Build Automatically前点击一下,使其处于 打√状态下即可。 或者是直接点击一下Build All(快捷键盘是ctrl+8) 第二种情况 很多人碰到创建新工程的时候出现 cannot...
分类:
移动开发 时间:
2015-03-04 14:50:17
阅读次数:
135
由于换了新电脑,然后今天重新从服务器上检出SVN仓库项目,URL路径是正确的,但是找不到相应的项目文件,一直报这个错误,就有点郁闷,折腾了半天,以为是防火墙的端口限制问题,试了几次也没有效果,最后才发现原来是服务器的网络与我本机的网络类型不一致,我本机的网络类型设置的是工作网络,然后服务器上设置的是公用网络,然后就出现这个问题。svn: OPTIONS of 'https://lym-pc/svn/...
分类:
Web程序 时间:
2015-03-04 13:01:54
阅读次数:
182
第六部分
前几天一直被移植到ARM开发板上的nginx启动的问题困扰,在ARM开发板上启动时不是出现
nginx: [emerg] getgrnam("nogroup") failed (2: No such file or directory)
就是出现
/system/bin/sh: ./nginx: cannot execute - Permission denied
使用命令
...
分类:
其他好文 时间:
2015-03-04 13:01:44
阅读次数:
764
装完QT5.4 及 QT Creator3.3 后创建第一个QT Widgets Application(相当于窗体) 应用程序报如上错误。执行sudo apt-get install libqt4-dev重新编译, OK我也不知道为什么这局就OK, 目前没时间去探究,如果你知道,请留个言给我, 谢...
分类:
系统相关 时间:
2015-03-04 09:39:15
阅读次数:
146