04 2016 档案

摘要:http://www.cnblogs.com/fredlau/archive/2009/03/19/1416327.html 阅读全文
posted @ 2016-04-28 16:12 Researcher 阅读(118) 评论(0) 推荐(0)
摘要:非常好的入门文章: http://www.zhangxinxu.com/wordpress/2013/04/qunit-javascript-unit-test-%E5%8D%95%E5%85%83%E6%B5%8B%E8%AF%95/ 阅读全文
posted @ 2016-04-28 15:04 Researcher 阅读(99) 评论(0) 推荐(0)
摘要:http://www.blogbus.com/eskimo-logs/69626018.htmlhttp://www.dmtuan.com/?p=574 阅读全文
posted @ 2016-04-28 10:28 Researcher 阅读(166) 评论(0) 推荐(0)
摘要:http://www.jb51.net/article/21339.htm 阅读全文
posted @ 2016-04-27 18:02 Researcher 阅读(108) 评论(0) 推荐(0)
摘要:http://www.ruanyifeng.com/blog/2012/07/three_ways_to_define_a_javascript_class.html 阅读全文
posted @ 2016-04-27 16:59 Researcher 阅读(242) 评论(0) 推荐(0)
摘要:如何水平居中,方法有2: 1. 设置当前div的style为:margin: auto; 其实真正关键的是设置其margin-left和margin-right为auto,这样的目的是自动调整div以适应屏幕宽度,使其居中 2. 设置div的父级容器,例如body样式如下: body { displ 阅读全文
posted @ 2016-04-27 15:20 Researcher 阅读(306) 评论(0) 推荐(0)