By admin, 21 五月, 2015

I am using Ubuntu 12.04. I put a backup.sh into /etc/cron.daily. But it doesn't run. I have confirmed that the script is runnable (chmod a+x).

After long time of trying, I find that I need to rename it as backup. File with postfix is ignored by cron. This is stupid!

By admin, 20 五月, 2015

Backbone 为复杂Javascript应用程序提供模型(models)、集合(collections)、视图(views)的结构。其中模型用于绑定键值数据和自定义事件;集合附有可枚举函数的丰富API; 视图可以声明事件处理函数,并通过RESTful JSON接口连接到应用程序。

标签

By admin, 19 五月, 2015

weike_student_wrong_questions表大概有150万行数据,其中(tid, cid)做了索引,weike_exam_files不到100行,tid做了索引。下面一条语句执行时间大概是1.3秒。

 

SELECT weike_student_wrong_questions.tid, name, exam_time,
update_time, cid
FROM weike_student_wrong_questions
INNER JOIN weike_exam_files
ON weike_student_wrong_questions.tid = weike_exam_files.tid
GROUP BY weike_student_wrong_questions.tid, cid
ORDER BY exam_time DESC, cid;

把语句换成下面之后,查询效率大概提高了1000倍。 

     

标签

By admin, 14 五月, 2015

这个网站有很多优秀摄影师的作品,很美!很享受!
http://500px.com

By admin, 14 五月, 2015

他创建了一个汉字字源网站,在上面你可以搜到几乎每一个汉字的演变过程,甲骨文、小篆、金文,繁体字、简体字。

http://www.chineseetymology.org/