这是一个编译错误,在ADT的编译器和SDK的工具有差异或是版本不一致时常会出现的一个问题,解决的方案如下:第一步:
updated eclipse (Help->Check for
updates)第二步:升级SDK的Tools和platform-tools第二步:在Eclipse->Project...
分类:
其他好文 时间:
2014-05-19 22:13:11
阅读次数:
464
错误:Server Tomcat v6.0 Server at localhost was
unable to start within 45 seconds错误提示就是我们限定了部署的时间导致的错误。修改
workspace\.metadata\.plugins\org.eclipse.wst.s...
分类:
编程语言 时间:
2014-05-19 17:43:39
阅读次数:
280
1.环境win7 x64,oracle 11g r2,jdk6
x642.问题第一次启动Oracle SQL
Developer的时候会让我们填写java.exe的路径,我在jdk安装目录下的bin中找到了java.exe,但是填写以后报如下错误:3.原因oracle
11g中安装的Oracle S...
分类:
数据库 时间:
2014-05-19 14:33:28
阅读次数:
441
异常类型为:android.view.WindowManager$BadTokenException:
Unable to add window
我在fragment中public
View onCreateView(LayoutInflater
inflater, ViewGroup
container,Bundle
savedInstanceState) {中试图调用对话框静态工...
分类:
其他好文 时间:
2014-05-18 04:27:35
阅读次数:
240
今天写一个测试demo,遇到如下问题:Error
Domain=ASIHTTPRequestErrorDomain Code=5 "Unable to create request (bad url?)"
UserInfo=0x69ba0f0 {NSLocalizedDescription=Unab...
分类:
其他好文 时间:
2014-05-16 22:19:42
阅读次数:
310
最近在用uiautomator做安卓自动化测试,由于没有测试设备,所以只好自己在电脑里面安装了一个GenyMotion模拟器,虽然速度不及真机,但是也算能解决大部分的需求。安装完之后启动出现了以下错误,说没法启动。我到网上找了下,发现出现该问题的主要原因是和virtualbox通信的问题,于是就在v...
分类:
其他好文 时间:
2014-05-16 05:47:47
阅读次数:
578
在eclipse启动tomcat时遇到超时45秒的问题:
Server Tomcat v7.0 Server at localhost was unable to startwithin 45 seconds. If the server requires more time, try increasingthe timeout in the server editor.
网上解决办法...
分类:
其他好文 时间:
2014-05-15 18:31:36
阅读次数:
242
1、gem安装出现下面错误
root@ubuntu:/home/git/gitlab# sudo gem install bundler --no-ri --no-rdoc
ERROR: Could not find a valid gem 'bundler' (>= 0), here is why:
Unable to download data from https...
分类:
其他好文 时间:
2014-05-15 18:19:48
阅读次数:
304
出现这个问题的原因主要有两个
1、如果项目没有使用Spring,则struts.xml配置文件中,这个action的class属性的路径没有写完整,应该是包名.类名
2、如果项目使用了Spring,那就是applicationContext.xml里面没有为这个action定义bean。这样strus.xml中的对应action的class属性的值就是Spring配置文件中bean的id,比如...
分类:
其他好文 时间:
2014-05-15 05:24:51
阅读次数:
229
05-14 22:16:42.808: E/AndroidRuntime(22906): FATAL
EXCEPTION: main05-14 22:16:42.808: E/AndroidRuntime(22906):
java.lang.RuntimeException: Unable to s...
分类:
其他好文 时间:
2014-05-14 23:16:55
阅读次数:
405