上一页 1 2 3 4 5 6 7 ··· 18 下一页
摘要: 1 2 3 4 5 1 #top{width:100%;height:50px;border:1px solid red;}2 .nav{width:1080px;height:50px;background:green;margin:0px auto;}3 .scoll_... 阅读全文
posted @ 2014-10-18 13:47 未来动力 阅读(308) 评论(0) 推荐(0) 编辑
摘要: http://browserify.org/http://underscorejs.org/https://github.com/epeli/underscore.string 阅读全文
posted @ 2014-09-30 13:58 未来动力 阅读(95) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/tiangsu_php/article/details/7665125http://www.discuz.net/thread-3225192-1-1.htmlhttp://www.nuodou.com/a/513.html 阅读全文
posted @ 2014-09-24 09:10 未来动力 阅读(92) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/softlover/archive/2012/11/25/2787429.htmlhttp://www.cnblogs.com/lhb25/archive/2012/12/04/css3-media-queries.html 阅读全文
posted @ 2014-09-11 23:52 未来动力 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 1 from datetime import datetime2 start="09:35:23"3 end="10:23:00"4 start_dt = datetime.strptime(start, '%H:%M:%S')5 end_dt = datetime.strptime(end, '%... 阅读全文
posted @ 2014-09-11 21:22 未来动力 阅读(145) 评论(0) 推荐(0) 编辑
摘要: $(function(){ $("#kinMaxShow").kinMaxShow();});/** +-------------------------------------------------------------------------------... 阅读全文
posted @ 2014-09-11 12:26 未来动力 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 1 function updateUI(){ 2 var imgs = document.getElementByTagName("img"); 3 for (var i=0, len = imgs.length; i < len; i++){ 4 imgs[i]... 阅读全文
posted @ 2014-09-01 09:29 未来动力 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 1 window.onload = function() { 2 3 var oDiv1 = document.getElementById('div1'); 4 var oDiv2 = document.getElementById('div2'); 5 ... 阅读全文
posted @ 2014-08-31 20:36 未来动力 阅读(162) 评论(0) 推荐(0) 编辑
摘要: http://bbs.chinaunix.net/thread-3605709-1-1.htmlhttp://git-scm.com/docs/git-stash 阅读全文
posted @ 2014-08-23 15:12 未来动力 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1 /***** Selector Hacks ******/ 2 3 /* IE6 and below */ 4 * html #uno { color: red } 5 6 /* IE7 */ 7 *:first-child+html #dos { color: red } 8 ... 阅读全文
posted @ 2014-08-22 20:39 未来动力 阅读(119) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 18 下一页