码迷,mamicode.com
首页 >  
搜索关键字:批量下载 illegalstateexception    ( 662个结果
Failed to load ApplicationContext
java.lang.IllegalStateException: Failed to load ApplicationContext ?at org.springframework.test.context.CacheAwareContextLoaderDelegate.loadContext(CacheAwareContextLoaderDelegate.java:99) ?at or...
分类:移动开发   时间:2014-08-25 10:13:44    阅读次数:230
下载android的源码
想要学android,先要把android的源码下载到手,一窥OS内部究竟转载自 http://www.cnblogs.com/hanyonglu/archive/2011/06/21/2085863.htmlWindows下批量下载Android源码
分类:移动开发   时间:2014-08-18 14:13:02    阅读次数:191
看到个有趣的方法批量下载rtf模板
一般想要批量下载rtf模板我们都是用fndload来实现或者 perl download.pl来实现,今天看到一个比较有趣的方法 Hi, Blob column 'template file data' below is just what you want, open it in PLSQL-DEVELOPER and save it as a rtf file or...
分类:其他好文   时间:2014-08-16 23:53:31    阅读次数:540
addHeaderView()异常 —— setAdapter has already been called
异常提示:java.lang.IllegalStateException: Cannot add header view to list -- setAdapter has already been called. 产生原因:addHeaderView()调用在setAdapter()之后,并且该代码运行在Android4.3之前的系统版本。Android SDK与API Level对应表...
分类:其他好文   时间:2014-08-13 13:03:16    阅读次数:338
Can not perform action after onSaveInstanceState
解决IllegalStateException: Can not perform this action after onSaveInstanceState 本文出自: http://blog.csdn.net/ranxiedao/article/details/8214936 今天使用Fragment的时候,出现了这个错误 IllegalSta...
分类:其他好文   时间:2014-08-12 17:45:34    阅读次数:186
android细节之java.util.ConcurrentModificationException异常
今天在做android项目的时候,遇到了这个异常,好吧,其实平常遇到最多的异常是IllegalstateException,都是跟我们硬件相连的SDK抛出来的,把我折磨的欲生欲死啊。扯远了。说回到今天的这个异常,java.util.ConcurrentModificationException异常,一开始我愣了一下,貌似从来没遇到过这个,然后果断百度大神,这才发现: 原因是你遍历该集合时,对...
分类:移动开发   时间:2014-08-12 06:53:05    阅读次数:221
使用POI导入Excel并解决Cannot get a text value from a numeric formula cell
最近做Excel导入 有两个方法:JXL 和POI 各有问题:JXL 导入:文件中有宏就报错,找不到解决方法。                     POI导入:文件太大造成内存溢出。 先说问题 :Exception in thread "main" java.lang.IllegalStateException: Cannot get a text value from a numer...
分类:其他好文   时间:2014-08-06 11:54:20    阅读次数:293
Can not perform this action after onSaveInstanceState
java.lang.IllegalStateException: Can not perform this action after onSaveInstanceStateat android.app.FragmentManagerImpl.checkStateLoss(FragmentManage...
分类:其他好文   时间:2014-08-05 13:48:09    阅读次数:223
Couldn't read row 0, col -1 from CursorWindow
java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data fr...
分类:Windows程序   时间:2014-08-01 12:59:01    阅读次数:321
android xml产生和解析
public static void writeToXml(Map map,Writer writer) throws Exception, IllegalStateException, IOException{ XmlSerializer serializer = Xml.newSeriali.....
分类:移动开发   时间:2014-07-31 12:45:26    阅读次数:295
662条   上一页 1 ... 61 62 63 64 65 ... 67 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!