码迷,mamicode.com
首页 >  
搜索关键字:unable to retrieve    ( 2922个结果
jsp调用javabean出现错误HTTP Status 500 - Unable to compile class for JSP
HTTP Status 500 - Unable to compile class for JSP:type Exception reportmessage Unable to compile class for JSP: description The server encountered an ...
分类:编程语言   时间:2015-08-31 16:49:42    阅读次数:158
关于MVC4-5 添加EF controller时 EF为同级类库时,报错时的问题解决。
关于MVC4-5 添加EF controller时 EF为同级类库时,报错时的问题解决。、unable to retrieve metadataNo connection string named 'MyEntities' could be found in the application conf...
分类:Web程序   时间:2015-08-30 15:33:52    阅读次数:111
Android中Unable to execute dex: Multiple dex files define Lcom/viewpagerindicator/CirclePageIndicat
在Android开发工作中经常遇到很多奇怪的异常,解决起来会花很长的时间。下面首先来介绍一下Android中有关Jar包的知识。1.Jar包的含义: Jar包里边封装了很多的类和方法。在开发过程中经常会用到各种各样的Jar包来实现一些功能。 2.Jar包的作用: 将重用的代码打包成一个Jar包,供所有的需要的项目使用。解决了代码复用的问题。...
分类:移动开发   时间:2015-08-30 13:05:05    阅读次数:304
android异常Unable to instantiate activity ComponentInfo解决方法
本人最近调试一个调试一个程序,jar包都添加好了,程序没有任何错误信息,但是运行到手机,却打印出这样的错误信息:08-29 20:07:52.584: E/AndroidRuntime(4517): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.zhy.csdndemo/com.zhy.csd...
分类:移动开发   时间:2015-08-29 21:49:06    阅读次数:222
异常could not retrieve snapshot
前两天项目升级,项目部署到生产上之后,报错:1 could not retrieve snapshot 上网查的结果是:“.hbm.xml中的字段没有与数据库中一样,就是说有些字段在文件中有,但是在数据库中没有,值得一提,就是如果是数据库中有,文件中没有,则不会报错。”的确是在测试库上添加了表字段,...
分类:其他好文   时间:2015-08-29 21:36:42    阅读次数:215
Unable to resolve target 'android-XX' 类似的错误。
解决办法: 打开项目代码中的Project target,将复制代码 代码如下:# Project target. target=android-7修改为你当前支持的ADK版本即可。 参考:下面是我的环境支持: 复制代码 代码如下:# Project target. target=android-....
分类:移动开发   时间:2015-08-28 17:00:28    阅读次数:152
simplexml_load_string 解析gb2312编码的xml
************";try{ $data = simplexml_load_string($content) or die('unable to load xml');}catch(Excetion $e){ print_r($e->getMessage());}if(isset($data...
分类:其他好文   时间:2015-08-28 15:08:56    阅读次数:345
Zigbee 调试问题Error[e12]: Unable to open file 'lnk51ew_cc2530b.xcl'
使用IAR Embedded Workbench编译zigbee程序时出现以下错误解决办法:Error[e12]: Unable to open file 'C:\Program Files\IAR Systems\Embedded Workbench 5.3\8051\config\lnk51ew...
分类:其他好文   时间:2015-08-27 22:50:35    阅读次数:424
Unable to execute dex:Target out of range
在使用eclipse编译Demo的过程中出现如下问题:主要原因是eclipse 自动导入相关.jar出现的问题,我通常的做法是:打开项目的Java Build Path ,将原有的Remove后,在Add External JARs,然后重新编译项目。
分类:其他好文   时间:2015-08-27 20:49:50    阅读次数:133
Conversion to Dalvik format failed: Unable to execute dex: GC overhead limit exceeded异常解决
在运行工程的时候,Eclipse长时间停留在100%那个进度。 最后报错 Unable to execute dex: GC overhead limit exceeded Conversion to Dalvik format failed: Unable to execute dex: GC overhead limit exceeded 解决方案: 设置Xms为512 和1024...
分类:其他好文   时间:2015-08-26 12:01:35    阅读次数:129
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!