切换到Sublime Text Packages 目录:Liunx系统:cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packageswindows系统:jdm@JDM-PC ~/AppData/Roaming/Sublime Text 2/P...
分类:
其他好文 时间:
2014-11-17 10:35:53
阅读次数:
4032
傻傻地犯错了,R文件rawclass没有key找到这个raw文件夹发现命名文件名字不符合规范改成全部小写就行了。
分类:
其他好文 时间:
2014-11-16 01:58:16
阅读次数:
242
mac下在将镜像写入sd卡中出现如下情况dd: invalid number '4m'error,解决方法来自http://www.raspberrypi.org/documentation/installation/installing-images/mac.mde.g.sudo dd bs=1m...
分类:
系统相关 时间:
2014-11-15 23:12:01
阅读次数:
878
在使用ajaxFileUpload上传文件时,Chrome没问题,IE和Firefox出错,Firefox报SyntaxError: syntax error错误JS代码如下:$.ajaxFileUpload( {
url : 'FileUpload.do',
secureuri : false,
fileElementId : 'imgFile',
dataType : 'json',...
分类:
Web程序 时间:
2014-11-14 22:46:57
阅读次数:
211
In this Document
Goal
Solution
1.- Information about These Packages
2.- Solution
References
APPLIES TO:
Orac...
分类:
其他好文 时间:
2014-11-14 17:48:12
阅读次数:
201
Parse error: syntax error, unexpected end of file in *.php on line *解决方法这篇文章主要介绍了PHP错误Parse error: syntax error, unexpected end of file in test.php on...
分类:
Web程序 时间:
2014-11-14 10:37:05
阅读次数:
231
一时疏忽 因为把测试网址弄错 误以为是环境出了问题 重装了mod_wsgi重启apache的时候报了 $?service?apache2?restart
Syntax?error?on?line?1?of?/etc/apache2/sites-enabled/webapp:
Invalid?command...
分类:
Web程序 时间:
2014-11-13 11:07:57
阅读次数:
213
意思很明显,语法错误,无法识别的表达式:不支持伪 :hover 。
因为我的Js代码中用了:hover,IE识别不了。
$('.replay_box textarea').is(":hover")
代码删除,用其他方法替代就行了。
在IE下可以用检测当前获得焦点的元素id:
document.activeElement.id=='#xx'...
分类:
其他好文 时间:
2014-11-11 21:13:24
阅读次数:
706
右击编辑区域,Preferences,XML(这个视你的编程语言所定),XML Files->Editor->Syntax Coloring->AttributeValues去掉Italic的勾选即可。...
分类:
系统相关 时间:
2014-11-11 19:08:10
阅读次数:
216
this bundle is invalid . new apps and app updates submitted to the app store must be built with public在网上查了好久,始终告诉我,要使用xcode5,和IOS7可是奇怪的是我本来使用的就是xcode...
分类:
移动开发 时间:
2014-11-11 12:35:53
阅读次数:
195