-
android "Only the original thread that created a view hierarchy can touch its v"
android"Onlytheoriginalthreadthatcreatedaviewhierarchycantouchitsv"android在新的线程中操作view时出现的异常如题,可以用如下操作解决。finalHandlermHandler=newHandler(){ publicvoidhandleMessage(Messagemsg){ super.ha...
114
热度 -
警告: Can't find ServletContext to check for <welcome-file-list> in web.xml
警告:Can'tfindServletContexttocheckfor<welcome-file-list>inweb.xml. 警告:Can'tfindServletContexttocheckfor<welcome-file-list>inweb.xml.Assumingdefaults. 2011-9-3014:21:32org.directwebremoting...
895
热度 -
Can not find the tag library descriptor for "http://struts-menu.sf.net/tag"解决思路
Cannotfindthetaglibrarydescriptorfor"http://struts-menu.sf.net/tag"请问一下大家这个是什么错误啊,缺少jar?color='#FF8000'>------解决方案--------------------http://struts-menu.sourceforge.net/color='#FF8000'>-----...
1054
热度 -
MyEclipse中化除frame引起的“the file XXX can not be found."的提示
MyEclipse中消除frame引起的“thefileXXXcannotbefound."的提示问题描述:在一个页面上使用了frameset,因为该页面所指向的页面路径不对,便进行手动修改,修改时却出现了很烦的问题,输入一个字就弹出一个提示框“thefileXXXcannotbefound.Pleasecheckthelocationandtryagain.”简直让工作无法进行解决方式...
72
热度 -
I'd love to ,but i can't 翻译成中文是啥意思?解决办法
I'dloveto,butican't翻译成中文是啥意思?I'dloveto,butican't翻译成中文是啥意思?color='#e78608'>------解决方案--------------------------------------------------------官方翻译:想干,不举color='#e78608'>------解决方案------------------------...
1692
热度 -
Can't open shared library 'spider.dll' (errno: 零 )
Can'topensharedlibrary'spider.dll'(errno:0)最近2003服务器,查看日志中出现,这样的错误提示。而且iis两天会自动不工作,要重启才行。Can'topensharedlibrary'spider.dll'(errno:0)Formoreinformation,seeHelpandSupportCenterathttp://ww...
4053
热度 -
vxworks 网络加载image成功后,执行ls命令,提示 can't open ""有关问题
vxworks网络加载image成功后,执行ls命令,提示can'topen"."问题开发环境用的了,tornado2.2.1下,编译的vxworks文件,用的是ftpserver这个自带软件网络加载image成功后,执行ls命令,提示can'topen"."并不显示在ftpserver设定目录里的文件,小弟要把做好的image文件,copy到tffs文件系...
7647
热度 -
启动tomcat5.0的时候报错Can't find the main Class。Program will exit急一下
启动tomcat5.0的时候报错Can'tfindthemainClass。Programwillexit急,高手指点一下Eclipse3.2插件是com.sysdeo.eclipse.tomcat_3.2.0.betatomcat5.0.28重启eclipse后出现了tomcat三个启动,关闭,重启的图标,preference里也配置了,然后启动tomcat的时候说Can'tfindth...
9
热度 -
SharePoint 2013 创建web应用程序报错 "This page can’t be displayed"解决思路
SharePoint2013创建web应用程序报错"Thispagecan’tbedisplayed"环境描述Windows2012r2,sqladsp三台机器,sp2013没打任何补丁问题突然发现不能创建web应用程序(之前没问题),报错“Thispagecan’tbedisplayed”,百度、谷歌了一天,没发现好的解决方案,问问大家有遇到过么?错误截图color='#FF...
178
热度 -
keil编译意法ST10F系列的ST10F27x_can.h出错?求指点啊该怎么处理
keil编译意法ST10F系列的ST10F27x_can.h出错?求指点啊这是ST10F27x_can.h里的头文件定义的结构体typedefvolatilestruct{vu16CR; vu16SR; vu16ERR; vu16BTR; vu16IDR; vu16TESTR; vu16BRPR; u16EMPTY0;CAN_MsgObj_TypeDefsMsgObj[2]...
44
热度 -
org.apache.struts2.json.JSONWriter can not access a member of class org.sp,该怎么解决
org.apache.struts2.json.JSONWritercannotaccessamemberofclassorg.spstruts2中使用spring的AOP,action返回数据时出现这样的错误,不用AOP时没问题所有的action及后台的类都是在spring里配置的<strong>org.apache.struts2.json.JSONException:org.ap...
314
热度 -
JSF validation error cause can't load backing bean content,该如何解决
JSFvalidationerrorcausecan'tloadbackingbeancontent我有一个JSF应用程序,GUI界面有一个form,有(创建,修改,删除),当创建时,由于validatorerror,没有成功,这时如果按修改链接(一个已有的记录)。form上仍旧显示刚才创建失败的内容,而不是要修改的内容,请问这是怎么回事?怎样解决这个问题?color='#FF8000'...
2308
热度 -
用Eclipse导出jar文件,为什么不能运行,说“can not find Main-Class”解决方案
用Eclipse导出jar文件,为什么不能运行,说“cannotfindMain-Class”:)color='#e78608'>------解决方案--------------------seachfatjarcolor='#e78608'>------解决方案--------------------你把.JAR解压看看,如果JAR解压后目录和你原来目录级是一样那就是你.JAR的环境变量问题co...
82
热度 -
在IIS里运行CGI文件出现Can't open perl script解决办法
在IIS里运行CGI文件出现Can'topenperlscriptRT,错误如下,这是怎么回事ThespecifiedCGIapplicationmisbehavedbynotreturningacompletesetofHTTPheaders.Theheadersitdidreturnare:Can'topenperlscript"Files\perl\bin\perl.exe":No...
8069
热度 -
android异常之Can't create handler inside thread that has not called Looper.prepare()
android错误之Can'tcreatehandlerinsidethreadthathasnotcalledLooper.prepare()好久没遇到这种错误,最初都是因为在新开的线程中更新UI才出错,后来一直没忘记用handler,也就没用错误,今天有出现如下错误,代码如下:send.setOnClickListener(newOnClickListener(){ @Ove...
162
热度 -
Spring注入报错,麻烦各位大侠解决下(Caused by: java.lang.IllegalArgumentException:Can not set )
Spring注入出错,麻烦各位大侠解决下(Causedby:java.lang.IllegalArgumentException:Cannotset)框架是spring3.0MVC+Hibernate,在启动项目的时候,会报如下的错误:严重:StandardWrapper.Throwableorg.springframework.beans.factory.BeanCreationExceptio...
4181
热度 -
Only a type can be imported. com.mysql.jdbc.Driver resolves to a package解决方案
Onlyatypecanbeimported.com.mysql.jdbc.Driverresolvestoapackagemysql连接数据库代码如下:<%@pagecontentType="text/html;charset=gb2312"%><%@pagelanguage="java"%><%@pageimport=&qu...
12309
热度 -
ClassCastException:android.view.View can not be cast to android.view.ViewGroup,该如何处理
ClassCastException:android.view.Viewcannotbecasttoandroid.view.ViewGroup在layout中用XML布局时切换到layout视图查看效果时,报ClassCastException:android.widget.ImageViewcannotbecasttoandroid.view.ViewGroup,但在XML代码编辑视图中并没有...
182
热度 -
ClassCastException:android.view.View can not be cast to android.view.ViewGroup,该如何解决
ClassCastException:android.view.Viewcannotbecasttoandroid.view.ViewGroup在layout中用XML布局时切换到layout视图查看效果时,报ClassCastException:android.widget.ImageViewcannotbecasttoandroid.view.ViewGroup,但在XML代码编辑视图中并没有...
125
热度 -
Why i can install openjdk-6-jdk in the ubuntu 12.10 ? Help me !该怎么处理
Whyicaninstallopenjdk-6-jdkintheubuntu12.10???Helpme!!!Ihelpmyclassmathinstalljdkbutfailure!It`smycommand:~$sudoapt-getinstallopenjdk-6-jdk.It`sTip:E:Couldnotgetlock/var/lib/dpkg/lock-open(11:Resource...
552
热度