ios开发,cell输出数据的时候出现问题 Terminating app due to uncaught exception ‘NSInternalInconsistencyException‘, reason: ‘unable to?dequeue?a cell with identifier Cell - must register a nib or ...
分类:
其他好文 时间:
2015-07-16 09:56:42
阅读次数:
142
今天学习javascript的时候,教程中介绍了一种简单实现jQuery 中css()方法的写法 Document 然而当我用chrome浏览器测试的时候,浏览器却抛出了一个错误Uncaught TypeError: Cannot read propert...
分类:
其他好文 时间:
2015-07-13 22:25:11
阅读次数:
175
File "1.py", line 2SyntaxError: Non-ASCII character '\xe5' in file 1.py on line 2, but no encoding declared; see http://www.python.org/peps/pep-0263.....
分类:
编程语言 时间:
2015-07-13 17:33:51
阅读次数:
272
xunsearch在使用了namespace后会出现不能正常使用
错误如下:
Fatal error:
Uncaught [vendors\xunsearch\lib\XSException] ../vendors/xunsearch/lib/XS.php(972): Undefined custom tokenizer `full' for field
解决方...
分类:
其他好文 时间:
2015-07-13 14:08:11
阅读次数:
174
Mac OS X TextMate 运行 OCaml代码提示出错 Uncaught exception: Invalid_argument("Fl_package_base.query") ? 解决办法,修改 ~/Library/Application\ Support/TextMate/Managed/Bundles/OCaml.tmbundle/Suppo...
分类:
系统相关 时间:
2015-07-10 19:24:32
阅读次数:
321
今天在写js代码的时候遇到一个奇怪的错误,uncaught typeerror illegal invocation。
这个错误以前一直没遇到过,不知道是什么问题,于是我仔细看我的代码,才发现是因为自己粗心,在用ajax向后台传值的时候把一个对象当作参数传上去了,所以才会报这个
错误。。。简直无语了,以后不能粗心大意啊。。
这么低级的...
分类:
编程语言 时间:
2015-07-08 16:39:30
阅读次数:
144
在web开发时,使用tomcat的debug模式启动,在myeclipse中只要修改了web项目中任意一个文件内容. myeclipse总会报错,可以在window-->perference-->java-->Debug--> 取出勾选的Suspend execution on uncaught.....
分类:
系统相关 时间:
2015-07-05 19:52:30
阅读次数:
125
在使用 JSON2.JS 文件的 JSON.parse(data) 方法时候,碰到了问题:throw new SyntaxError('JSON.parse');JSON.parse方法在遇到不可解析的字符串时,会抛出SyntaxError异常JSON.parse(text, reviver)Thi...
分类:
Web程序 时间:
2015-07-03 13:47:08
阅读次数:
171
解压缩zookeeper,启动时,报如下错误:zkServer.sh:81:/home/xxx/zookeeper-3.4.6/bin/zkEnv.sh:Syntaxerror:"("unexpected(expecting"fi")网上找了一圈原因,大概意思就是脚本里面用到的shell版本与系统当...
分类:
系统相关 时间:
2015-06-30 14:25:17
阅读次数:
195
跨域请求是什么就不再解释了。需要请求的链接:http://192.168.19.22/appsservice/home/jstest(本地的范例链接)请求链接正常返回json数据格式如下:{"name":"test","value":"sfsdf"}使用Jquery Jsonp请求代码获取这样当点击...
分类:
Web程序 时间:
2015-06-30 12:32:22
阅读次数:
201