yahoo的fetchr,https://github.com/yahoo/fetchr Fetchr augments applications by allowing the same syntax to be used on the server and client to fetch data. 让你用相同的代码在客户端和服务器端发起获取...
分类:
其他好文 时间:
2014-11-19 20:42:07
阅读次数:
188
我在save方法里的array里放了两个参数,希望一次保存两个字段。save(array('rank_price'=>$price));结果报错:syntax error, unexpected T_DOUBLE_ARROW最后拆分成两次保存,就OK了。应该可以通过事先把要保存的所有字段赋值给一个变...
分类:
其他好文 时间:
2014-11-19 10:52:10
阅读次数:
161
Django运行时出现‘url‘requiresanon-emptyfirstargument的解决办法:参考了stackoverflow里面的一个帖子IstartedusingDjangorelease1.5andgotaproblemwithmyoldcode:
<ahref="{%urlauto.views.viewpostpost.slug%}"><h3>{{post.title}}</h3></a>
Error..
分类:
Web程序 时间:
2014-11-19 02:14:32
阅读次数:
171
linux shell scripts:Syntax error: Bad for loop variable
sh add.sh 报错:
add.sh: 4: Syntax error: Bad for loop variable
代码没有错误,Ubuntu为了加快开机速度,用dash代替bash。
解决办法:取消dash,使用bash:
sudo dpkg-reconfigure dash
选择No选项。...
分类:
系统相关 时间:
2014-11-18 16:01:51
阅读次数:
226
Markdown 的语法的权威介绍是 Daring Fireball 的 Markdown Syntax Documentation,不过有一些 Markdown 的实现对原本的 Markdown 语法作了扩展。本页面仅作为简单的参考,并不是对这个文档的翻译,因此懂英文的都...
分类:
其他好文 时间:
2014-11-17 14:20:31
阅读次数:
154
切换到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
在使用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
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