【现象】 在编写Python时,当使用中文输出或注释时运行脚本,会提示错误信息: SyntaxError: Non-ASCII character '\xe5' in file ******* 【原因】 python的默认编码文件是用的ASCII码,而你的python文件中使用了中文等非英语字符。 ...
分类:
编程语言 时间:
2016-08-18 19:37:18
阅读次数:
161
在electron中使用bootstrap时,虽然在引用bootstrap之前引用了jQuery,但是依然出现错误:Uncaughterror:bootstrap‘sjavascriptrequiresjquery解决方法:不使用script标签加载jQuery,而是使用下面的方法加载:window.$=window.jQuery=require(‘/path/to/jquery‘);
分类:
编程语言 时间:
2016-08-15 14:38:33
阅读次数:
579
I was having a problem with a grid toolbar template because of a # in a hrefWorked out that I needed to excape the # with \\\ and not \\<script type=" ...
分类:
其他好文 时间:
2016-08-15 13:02:37
阅读次数:
1336
我的这个是MJRefresh,学习打.a包Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UITableView setMj_footer:]: unrecognized selec ...
分类:
移动开发 时间:
2016-08-12 16:40:48
阅读次数:
438
今天遇到一种情况,在调用js自定义方法的时候,总是提示“import:660 Uncaught TypeError: ... is not a function”。 仔细检查了代码,并没有问题。甚至把方法提全部删除,都不行。 最后发现我的button标签id属性与function名字重复。发现重复之 ...
分类:
其他好文 时间:
2016-08-11 17:22:44
阅读次数:
128
使用yum时出现以下错误File"/usr/bin/yum",line30exceptKeyboardInterrupt,e:^SyntaxError:invalidsyntax这是由于升级python造成的vim/usr/bin/yum把#!/usr/bin/python2改为#!/usr/bin/python2.6--------------------------------------..
分类:
编程语言 时间:
2016-08-10 00:57:13
阅读次数:
269
错误:程序运行过程中发生的异常状态 导致程序停止运行——异常 错误处理:当程序发生错误时,保证程序不退出的机制 发生错误时,程序会自动创建一个Error对象: Error对象中仅封装了错误的信息 js种 *6种* 错误对象:1.SyntaxError: 语法错误2.ReferenceError: 引 ...
分类:
Web程序 时间:
2016-08-05 13:36:03
阅读次数:
154
apihandler.ashx?callback=eqfeed_callback:1Uncaught SyntaxError: Unexpected token : 原因在于jsonp传的数据格式不一样. 解决方法,后端处理json字符串如下: jsonp(.... my json ...) 如 . ...
分类:
Web程序 时间:
2016-08-03 22:03:55
阅读次数:
216
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UIViewController
_loadViewFromNibNamed:bundle:] loaded the "VCRoot" nib but the view outlet was not set.'看下图...
分类:
移动开发 时间:
2016-07-31 16:00:32
阅读次数:
168
Bugly: Trapped uncaught exception 'NSRangeException', reason: 'NSMutableRLEArray objectAtIndex:effectiveRange:: Out of bounds'(0 CoreFoundation 0x0000 ...
分类:
其他好文 时间:
2016-07-29 16:24:27
阅读次数:
1357