会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
未来动力
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
···
18
下一页
2014年10月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 未来动力
阅读(315)
评论(0)
推荐(0)
2014年9月30日
优秀前端开发框架
摘要: http://browserify.org/http://underscorejs.org/https://github.com/epeli/underscore.string
阅读全文
posted @ 2014-09-30 13:58 未来动力
阅读(101)
评论(0)
推荐(0)
2014年9月24日
discuz开发笔记
摘要: 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 未来动力
阅读(118)
评论(0)
推荐(0)
2014年9月11日
响应式布局
摘要: 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 未来动力
阅读(78)
评论(0)
推荐(0)
timedelta
摘要: 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 未来动力
阅读(155)
评论(0)
推荐(0)
图片轮播
摘要: $(function(){ $("#kinMaxShow").kinMaxShow();});/** +-------------------------------------------------------------------------------...
阅读全文
posted @ 2014-09-11 12:26 未来动力
阅读(341)
评论(0)
推荐(0)
2014年9月1日
性能
摘要: 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 未来动力
阅读(151)
评论(0)
推荐(0)
2014年8月31日
事件捕获
摘要: 1 window.onload = function() { 2 3 var oDiv1 = document.getElementById('div1'); 4 var oDiv2 = document.getElementById('div2'); 5 ...
阅读全文
posted @ 2014-08-31 20:36 未来动力
阅读(172)
评论(0)
推荐(0)
2014年8月23日
git
摘要: http://bbs.chinaunix.net/thread-3605709-1-1.htmlhttp://git-scm.com/docs/git-stash
阅读全文
posted @ 2014-08-23 15:12 未来动力
阅读(125)
评论(0)
推荐(0)
2014年8月22日
css hacks
摘要: 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 未来动力
阅读(129)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
18
下一页
公告