码迷,mamicode.com
首页 >  
搜索关键字:cannot change versio    ( 12239个结果
Eclipse 导入JavaEE工程 的纠错
之前做JavaEE的工程都是用的Myeclipse,没有用Eclipse 做过比较大的东西。 刚刚试了把别人的项目导入到自己的Eclipse里,吓尿,一百多个error。但大部分都是:HttpServlet cannot be resolved to a type之类的,要不就是JSP不能被r...
分类:编程语言   时间:2014-07-15 23:15:30    阅读次数:332
nyar4psg: Cannot find a class or type named "MultiMarker"
Cannot find a class or type named "MultiMarker" 是一种常见错误,产生的原因是Library里面有1个以上的ar库。以我的电脑为例,我装了NyAR2、NyAR4psg,所以运行的时候Processing先搜索NyAR2,结果找不到MultiMarker类...
分类:其他好文   时间:2014-07-15 00:47:37    阅读次数:228
递归算法——求取斐波那契数列(1)
import java.util.Scanner;/** * Created by Administrator on 14-5-13. * 计算斐波那契数列 * * Result M(Problem prob) { if () return ; // The problem cannot be so...
分类:其他好文   时间:2014-07-15 00:39:15    阅读次数:408
ubuntu server 时区设置问题解决
1.当执行此命令的时候ntpdate us.pool.ntp.org 出现一下错误提示name server cannot be used: Temporary failure in name resolution2.解决办法(添加DNS服务器)vi /etc/resolv.conf添加: name...
分类:其他好文   时间:2014-07-14 20:12:04    阅读次数:272
关于usr/bin/ld: cannot find -lxxx问题总结(Qt编译错误cannot find -lGL)
决定终结这个问题!(网上要想找到完整的解答实在太难了)http://blog.sciencenet.cn/blog-676535-541444.html 前两天手贱,把虚拟机玩崩溃了,只好重装虚拟机,把以前的工作再做一遍。在安装好qt-creator之后,编译程序遇到了下面这个错误 cannot.....
分类:其他好文   时间:2014-07-14 15:29:25    阅读次数:341
POJ 1787 Charlie's Change
多重背包 可行性+路径记录 题意是说你要用更多的零钱去买咖啡。最后输出你分别要用的 1,5 ,10 ,25 的钱的数量。 多重背包二进制分解,然后记录下 这个状态。最后逆向推即可。 #include #include #include #include #include #include #include #include #include #include #inc...
分类:其他好文   时间:2014-07-14 13:52:01    阅读次数:231
Linux下出现/java: cannot execute binary file
这种情况一般虚拟机的位数(32和64)不匹配造成的。重新下一个和你虚拟机匹配的JDK版本就行了 其中带有X64的都是64位,其他32位...
分类:编程语言   时间:2014-07-14 13:38:52    阅读次数:263
registerWithTouchDispatcher 注册单点触摸事件
Doc:If isTouchEnabled, this method is called onEnter.Override it to change the wayCCLayerreceives touch events.Default: CCTouchDispatcher::sharedDispa...
分类:其他好文   时间:2014-07-14 08:31:55    阅读次数:264
node开发指南中的microblog项目中遇到的问题总结及解决方法
1 使用connect-mongdo时,报错:Cannot read property 'Store' of undefined解决: require('connect-mongo')的时候加一个参数express,如下: var express = require('express'); var ...
分类:其他好文   时间:2014-07-14 00:30:23    阅读次数:298
TPCH Benchmark with Impala
1. 生成测试数据在TPC-H的官网http://www.tpc.org/tpch/上下载dbgen工具,生成数据http://www.tpc.org/tpch/spec/tpch_2_17_0.zip解压,到dbgen目录下,修改mkefile################## CHANGE N...
分类:其他好文   时间:2014-07-13 22:27:46    阅读次数:557
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!