码迷,mamicode.com
首页 >  
搜索关键字:caused by: java.lang.outofmemoryerror: permgen space    ( 905个结果
绘制阴影引发的 iOS 绘图性能问题总结
转自:http://blog.devdlh.com/blog/2013/03/18/performance-problerm-caused-by-shadowpath/ 绘制阴影引发的 iOS 绘图性能问题总结 MAR 18TH, 2013 | COMMENTS 在 iOS 开发中,通过设置 lay ...
分类:移动开发   时间:2016-12-02 16:11:30    阅读次数:264
redis-cluster 单个节点不可用
背景: 公司的音视频 盗版检测业务,使用redis-cluster作为 key-value 数据库, 使用张图片的 特征hash值作key。因为数据量太大,机器有限,集群内没有slaver 问题描述 线上服务报错 (SCARD 4288594168) of pipeline caused error ...
分类:其他好文   时间:2016-12-02 02:22:20    阅读次数:472
spring依赖注入单元测试:expected single matching bean but found 2
异常信息:org.springframework.beans.factory.UnsatisfiedDependencyException: Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No ...
分类:编程语言   时间:2016-11-16 02:32:09    阅读次数:179
java.lang.ClassNotFoundException: org.springframework.context.event.GenericApplicationListener ----good
Caused by: java.lang.NoClassDefFoundError: org/springframework/context/event/GenericApplicationListener From the above error, application is unable to ...
分类:移动开发   时间:2016-11-15 07:47:33    阅读次数:1222
Caused by: java.lang.IllegalArgumentException: error at ::0 can't find referenced pointcut aaa
这个错误是说,找不到这个注释: 解决方案: 1、更改自己本机的jdk版本(我的更改了无效): 在工程选择框内点击右键 >build path >Library >add Library 选择JRE System Library >next 就可以更改了。 2、更改aspectjweaver.ja的版 ...
分类:编程语言   时间:2016-11-09 22:03:08    阅读次数:203
libcore.io.GaiException: getaddrinfo failed: EAI_NODATA (No address associated with hostname)
log报错如下: Caused by: libcore.io.GaiException: getaddrinfo failed: EAI_NODATA (No address associated with hostname)Caused by: libcore.io.ErrnoException: ...
分类:其他好文   时间:2016-11-01 11:34:49    阅读次数:2308
android listview Caused by: java.lang.ArrayIndexOutOfBoundsException: length=3; index=3
android listview 适配器在多种类型viewType报错: 解决方案:http://stackoverflow.com/questions/2596547/arrayindexoutofboundsexception-with-custom-android-adapter-for-mu ...
分类:移动开发   时间:2016-10-25 19:10:48    阅读次数:702
Unexpected end of file from server 服务器访问问题导致
Caused by: java.net.SocketException: SocketException invoking http://xxxx/cxf/xh/creditInterface?wsdl: Unexpected end of file from server at sun.refle ...
分类:其他好文   时间:2016-10-21 11:19:09    阅读次数:2556
继承PreferenceActivity 需要验证Frag是否有效
错误如下: Caused by: java.lang.RuntimeException: Subclasses of PreferenceActivity must override isValidFragment(String) to verify that the Fragment class ...
分类:其他好文   时间:2016-10-19 17:14:00    阅读次数:185
解决Myeclipse报PermGen space异常的问题
最近使用eclipse做开发,使用的服务器是tomcat,但在启动时报了Caused by: java.lang.OutOfMemoryError: PermGen space的异常。 这个错误很常见,于是配置tomcat下的catalina.bat,配置eclipse.ini,各种方法都用过了,不 ...
分类:系统相关   时间:2016-10-18 18:11:15    阅读次数:1337
905条   上一页 1 ... 44 45 46 47 48 ... 91 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!