2015年12月10日

摘要: 原文:Web Styleguide – Style guide to harmonize HTML, Javascript and CSS / SASS coding style 系列文章 前端编码规范(1)—— 一般规范 前端编码规范(2)—— HTML 规范 前端编码规范(3)—— JavaSc 阅读全文
posted @ 2015-12-10 13:58 ZGCOS 阅读(194) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/Darren_code/archive/2013/01/05/fe_series.html 阅读全文
posted @ 2015-12-10 13:16 ZGCOS 阅读(71) 评论(0) 推荐(0) 编辑
摘要: js在线压缩 css在线压缩 阅读全文
posted @ 2015-12-10 11:36 ZGCOS 阅读(78) 评论(0) 推荐(0) 编辑
摘要: http://web.itcast.cn/?sub 阅读全文
posted @ 2015-12-10 10:25 ZGCOS 阅读(113) 评论(0) 推荐(0) 编辑
摘要: http://blog.chinaunix.net/uid-26672038-id-4112229.html 阅读全文
posted @ 2015-12-10 10:11 ZGCOS 阅读(75) 评论(0) 推荐(0) 编辑
摘要: http://www.w3cplus.com/sassguide/ 阅读全文
posted @ 2015-12-10 09:55 ZGCOS 阅读(86) 评论(0) 推荐(0) 编辑
摘要: http://www.1024i.com/demo/less/index.html 阅读全文
posted @ 2015-12-10 09:54 ZGCOS 阅读(132) 评论(0) 推荐(0) 编辑

2015年12月6日

摘要: http://www.javascriptcn.com/ 阅读全文
posted @ 2015-12-06 20:02 ZGCOS 阅读(146) 评论(0) 推荐(0) 编辑

2015年11月13日

摘要: 处理百万级以上的数据提高查询速度的方法:1.应尽量避免在where子句中使用!=或操作符,否则将引擎放弃使用索引而进行全表扫描。2.对查询进行优化,应尽量避免全表扫描,首先应考虑在where及orderby涉及的列上建立索引。3.应尽量避免在where子句中对字段进行null值判断,否则将导致引擎放... 阅读全文
posted @ 2015-11-13 12:15 ZGCOS 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 1.在可以用file_get_contents替代file、fopen、feof、fgets等系列方法的情况下,尽量用 file_get_contents,因为他的效率高得多!但是要注意file_get_contents在打开一个URL文件时候的PHP版本问题;2.尽量的少进行文件操作,虽然PHP的... 阅读全文
posted @ 2015-11-13 11:54 ZGCOS 阅读(156) 评论(0) 推荐(0) 编辑

导航