一、YouneedtouseaTheme.AppCompattheme(ordescendant)withthisactivity解决方法报错如下:java.lang.RuntimeException:UnabletostartactivityComponentInfo{com.example.test2/com.example.test2.MainActivity}:java.lang.IllegalStateException:YouneedtouseaTheme.AppCompat..
分类:
移动开发 时间:
2015-02-28 18:55:45
阅读次数:
142
首先定位到org.springframework.context.support.AbstractApplicationContext中的refresh()方法:public void refresh() throws BeansException, IllegalStateException {
synchronized (this.startupShutdownMonitor)...
分类:
编程语言 时间:
2015-02-27 15:12:44
阅读次数:
237
public InputStream getStream(String url) throws IllegalStateException, IOException { HttpResponse response = null; int timeoutConnection = 10000; ...
分类:
移动开发 时间:
2015-02-26 16:13:22
阅读次数:
135
目前微信火得一塌糊涂,豆约翰博客备份专家也来凑凑热闹。自媒体的兴起,使得一些各个领域的专家在微信中开通了公众号,我们大家可以选择自己感兴趣的进行订阅。微信公众号会定期的向订阅者推送一些高质量的文章(当然也包括一些广告)。下面我们就来看一下如何利用豆约翰博客备份专家来批量下载微信公众号文章。要批量下载...
分类:
微信 时间:
2015-02-11 12:17:29
阅读次数:
1731
extends:http://blog.csdn.net/ranxiedao/article/details/8214936 ,http://blog.csdn.net/top_code/article/details/12614571今天使用Fragment的时候,出现了这个错误IllegalSt...
分类:
其他好文 时间:
2015-02-09 20:06:19
阅读次数:
164
1、错误描述
INFO:2015-02-05 22:14:21[main] - Loading XML bean definitions from class path resource [applicationContext.xml]
INFO:2015-02-05 22:14:22[main] - JSR-250 'javax.annotation.ManagedBean' found an...
分类:
移动开发 时间:
2015-02-05 23:31:27
阅读次数:
463
错误写法: cxt = new ClassPathXmlApplicationContext(); productService = (ProductService)cxt.getBean("productTypeServiceBean"); 正确写法: cxt = n...
分类:
编程语言 时间:
2015-02-03 13:03:02
阅读次数:
794
这里不得不吐槽下我们国家的一些机构了。花着纳税人钱,买设备、搞监测、上项目,做的一些东西烂的不能用,获得的数据...
分类:
其他好文 时间:
2015-02-02 12:39:29
阅读次数:
158
今天分享下昨天做的一个东西 asp.net 的文件 zip 批量下载,首先你需要去到http://dotnetzip.codeplex.com这个站点下载zip 的包,在里面找到Ionic.Zip.dll 引用到你的项目中去 /// /// 批量zip下载 /// /// 这里...
分类:
Web程序 时间:
2015-01-27 16:16:49
阅读次数:
150
今天分享下昨天做的一个东西 asp.net 的文件 zip 批量下载,首先你需要去 到http://dotnetzip.codeplex.com这个站点下载zip 的包,在里面找到 Ionic.Zip.dll 引用到你的项目中去 /// /// 批量zip下载 //...
分类:
Web程序 时间:
2015-01-27 16:14:24
阅读次数:
140