SHIFT + DOUBLE CLICK on title bar of Chrome window.
今天帮朋友改一个WordPress网站,不知道他在哪里找来的一个叫muchun的主题,那代码的质量惨不忍睹。我想,大概WordPress的插件很多是不够专业的程序员编写的。作为一个专业的程序员,是万万不能用WordPress的!
网站页面代码在XML标签前被插入了很多空行,以至于整个页面的代码在Chrome里都被认为是body之下,没有了head。页面是能正常显示的,但是我无法忍受啊~~
这插入空行的位置还真不好找,自己找了很久没找到。后来找Google帮忙,把wp-config.php和functions.php这两个文件<?php ?>之外的空行删了就好了。
参考:https://validator.w3.org/feed/docs/error/WPBlankLine.html
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!
Backbone 为复杂Javascript应用程序提供模型(models)、集合(collections)、视图(views)的结构。其中模型用于绑定键值数据和自定义事件;集合附有可枚举函数的丰富API; 视图可以声明事件处理函数,并通过RESTful JSON接口连接到应用程序。
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倍。
一个朋友介绍的,没试过
因为Drupal 8, 所以又要多学一种PHP框架。
1. 更适合手机显示
这个网站有很多优秀摄影师的作品,很美!很享受!
http://500px.com
他创建了一个汉字字源网站,在上面你可以搜到几乎每一个汉字的演变过程,甲骨文、小篆、金文,繁体字、简体字。
热门内容
最新内容
- 2 days 1 hour ago
- 4 days ago
- 1 week ago
- 1 week 3 days ago
- 2 weeks 4 days ago
- 3 weeks ago
- 3 weeks ago
- 3 weeks ago
- 3 weeks ago
- 3 weeks 1 day ago
最新评论