码迷,mamicode.com
首页 >  
搜索关键字:unexpected    ( 688个结果
IE WebDriver 因保护模式无法启动的解决 (转载)
现在Win7 已经应用很多了,即使是最原始的Win7 也是IE8,最新的patch后,都升到了IE11Win7下预装高版本IE的情况下,启动IE WebDriver可能会出现:org.openqa.selenium.WebDriverException: Unexpected error launc...
分类:Web程序   时间:2015-01-20 20:26:17    阅读次数:144
使用 trait 时报PHP Parse error: syntax error, unexpected 'use' (T_USE) 这个错误
找一大圈原因, 最后终于找到了, 不是PHP版本的原因[], 是自己把use 写到了类里的方法里了.这个东东, 不能脱离类单独使用, 否则的话, 会被认为是命名空间了.测试例子如下// Trait.phptrait CustomerFunctionsTrait { public functio...
分类:Web程序   时间:2015-01-17 19:24:09    阅读次数:487
myeclipse报错:Could not create the view: An unexpected exception was thrown.
打开server窗口,发现显示:Could not create the view: An unexpected exception was thrown.此处解决方法: 关闭myeclipse 删除文件workspace/.metadata/.plugins/org.eclipse.core......
分类:系统相关   时间:2015-01-17 12:34:41    阅读次数:640
字符串比较报错
今天要归档日志时发现要排除当日的日志不能归档,gz -9 $filename 但发现没有--exclude 选项,故选择使用判断语句进行排除特定文件名。但使用if ..then ..fi 判断字符串是否相等时报错:syntax error near unexpected token `then'原因...
分类:其他好文   时间:2015-01-15 18:08:11    阅读次数:123
java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implementation getting while running test project?
转摘:http://stackoverflow.com/questions/11155340/java-lang-illegalaccesserror-class-ref-in-pre-verified-class-resolved-to-unexpeYou are getting this err...
分类:数据库   时间:2015-01-13 12:10:05    阅读次数:146
Unexpected exception 'Cannot run program '的解决
最近重新升级的了ubuntu系统到14.04,eclipse重新打开后竟然之前的project都是红色叉叉,看了一下错误是以Unexpected exception 'Cannot run program 一长串错误,大概就是说sdk的位置的版本错误了。因为我的是64位的系统,查了一下资料需要安装3...
分类:其他好文   时间:2015-01-08 12:54:21    阅读次数:151
Uncaught SyntaxError: Unexpected identifier
jquery的一个BUG  setTimeout($("#mask").fadeOut(1000), 1000); 这样调用函数时JS给出的报错信息 Uncaught SyntaxError: Unexpected identifier 当settimeout函数与fadeout函数共同使用时产生的执行顺序问题,这里应该是一个闭包的问题,没有往下研究不敢妄下结论 更改为 s...
分类:其他好文   时间:2015-01-05 16:47:42    阅读次数:663
文本的两种格式---dos和unix
本文虽然题目是这样写的,但是并不仅仅有这两种.至少我还知道另外一种,mac格式.不过本文只讨论这两种,另外一种可参考这两种做出处理. 今天看了一个脚本,完全都没有问题,但是就是运行不过去.总是提示    syntax error near unexpected token `$'\r''   令人百思不得其解.其实看了字面的意思也能大致明白错误的原因.但是不知道解决的办法.幸好有度娘. 其实问...
分类:其他好文   时间:2015-01-05 00:39:48    阅读次数:205
MyEclipse Could not create the view: An unexpected exception was thrown解决方案
问题:电脑突然断电,myeclipse非正常关闭,“Package Explorer”非正常显示,出现错误“Could not create the view: An unexpected exception was thrown.”。但是项目中的文件可以通过命令查看。解决方式:关闭myeclips...
分类:系统相关   时间:2015-01-04 09:55:18    阅读次数:192
java.lang.IllegalArgumentException: already added: Lorg/xmlpull/v1/XmlPullParser
在我的Eclipse Android app中出现了如下的错误 UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.IllegalArgumentException: already added: Lorg/xmlpull/v1/XmlPullParser; .... Conversion to Dalvik format failed with error...
分类:编程语言   时间:2015-01-01 10:07:33    阅读次数:198
688条   上一页 1 ... 58 59 60 61 62 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!