异常
卜猿人
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解决android webview 中打不开https页面
当load有ssl层的https页面时,如果这个网站的安全证书在Android无法得到认证,WebView就会变成一个空白页,而并不会像PC浏览器中那样跳出一个风险提示框。因此,我们必须针对这种情况进行处理。(这个证书限于2.1版本以上的Android 系统才可以)wv.setWebViewClient(new WebViewClient(){ @over原创 2014-10-30 13:31:45 · 13449 阅读 · 5 评论 -
Fragment not attached to Activity
问题:java.lang.IllegalStateException: Fragment ***Fragment{41e49e28} not attached to Activity出现该异常,是因为Fragment的还没有Attach到Activity时,调用了如getResource()等,需要上下文Content的函数。解决方法,就是等将调用的代码写在OnStart()中。主原创 2014-10-30 13:30:41 · 966 阅读 · 0 评论 -
Recursive entry to executePendingTransactions
java.lang.IllegalStateException: Recursive entry to executePendingTransactionsjava.lang.IllegalStateException: Recursive entry to executePendingTransactions at android.support.v4.app.Fragm原创 2014-10-30 13:35:46 · 687 阅读 · 0 评论 -
The APR based Apache Tomcat Native library which allows optimal performance in production environmen
ubuntu上面,重启电脑之后,tomcat启动报:The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:。原创 2014-05-09 12:13:45 · 1075 阅读 · 0 评论
分享