jQuery.parseJSON() 返回值是null
2012 年 04 月 11 日
by admin
0 comments
今天在做project的时候,在firebug中发现用jQuery.parseJSON()返回的是null。
google了一下才知道parseJSON的参数是一个JSON string,而jQuery中
$.ajax({
url :[......]
2012 年 04 月 11 日
by admin
0 comments
今天在做project的时候,在firebug中发现用jQuery.parseJSON()返回的是null。
google了一下才知道parseJSON的参数是一个JSON string,而jQuery中
$.ajax({
url :[......]
2012 年 03 月 12 日
by admin
0 comments
If you are using a web server lighttpd and trying to do this command:
“/etc/init.d/lighttpd restart”
But if fails and says ” can’t bind to port: 80[......]
2011 年 05 月 02 日
by admin
0 comments
今天做毕业设计,发现了这个以前一直没有在意的问题,即教师在Moodle中发布了一个作业(assignment),然后学生如果enrol in该课程后,可以提交自己的作业,学生也可以查看到自己提交的内容。
但是,教师在该作业的页面中中可以看到有几个人提交了该作业,即通过右上角的view X su[......]