会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zyip
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
69
下一页
2016年3月10日
apple remote desktop
摘要: 下面就是重点了: 1.下载v 3.7.2版本 :http://pan.baidu.com/s/1jGmrhuI 密码:vg2r 序列号: XARD-030-000-N-LXC-RP7-FBX-23P-6ML-YBF-F xard-030-000-r-lys-pws-rhh-qjq-wbf-jax-2
阅读全文
posted @ 2016-03-10 17:06 zyip
阅读(798)
评论(0)
推荐(0)
2016年3月9日
angularjs-ui-router-animation
摘要: html <!DOCTYPE html> <html ng-app="APP"> <head> <title></title> <link rel="stylesheet" type="text/css" href="main.css"> </head> <body ng-controller="M
阅读全文
posted @ 2016-03-09 00:54 zyip
阅读(589)
评论(0)
推荐(0)
2016年3月5日
前端团队
摘要: https://www.qianduan.net/ http://aotu.io/notes/ http://ued.ctrip.com/blog/battle-canvas-graphics-to-design-of-chinese-chess-serial.html https://github
阅读全文
posted @ 2016-03-05 03:08 zyip
阅读(348)
评论(0)
推荐(0)
angularjs animation
摘要: http://augus.github.io/ngAnimate/ http://www.nganimate.org/angularjs/ng-repeat/move http://codepen.io/ShMcK/pen/kHxKy http://codepen.io/kevinsmets/pen
阅读全文
posted @ 2016-03-05 01:48 zyip
阅读(181)
评论(0)
推荐(0)
react router animation example
摘要: https://github.com/reactjs/react-router/tree/80c71d57c936ed54babdde44309c01f6a4b56b77/examples/animations https://github.com/chenbeitingting/react-rou
阅读全文
posted @ 2016-03-05 00:50 zyip
阅读(324)
评论(0)
推荐(0)
2016年3月3日
浏览器历史,判断是点击了后退按钮还是前进按钮
摘要: var history = this.state.history, pages = this.state.pages, l = history.length, hash = window.location.hash, position = "center"; if (l === 0) { histo
阅读全文
posted @ 2016-03-03 02:10 zyip
阅读(2450)
评论(0)
推荐(0)
2016年3月1日
针对铁定浏览器的css选择符
摘要: /***** Selector Hacks ******/ /* IE6 and below */ * html #uno { color: red } /* IE7 */ *:first-child+html #dos { color: red } /* IE7, FF, Saf, Opera *
阅读全文
posted @ 2016-03-01 21:13 zyip
阅读(165)
评论(0)
推荐(0)
2016年2月20日
fixed fluid layout
摘要: <div id="fixed">Sidebar</div> <div id="fluid">Content</div> #fixed, #fluid{ padding:20px; margin-left:2px; margin-right:2px; } #fixed { float:left; wi
阅读全文
posted @ 2016-02-20 21:33 zyip
阅读(192)
评论(0)
推荐(0)
用margin实现两列布局中的自适应列
摘要: <div id="wrapper"> <div id="col1"> "fixed" </div> <div id="col2"> "fluid" </div> </div> #wrapper{background:red;float:left;width:90%;height:200px;padd
阅读全文
posted @ 2016-02-20 21:23 zyip
阅读(297)
评论(0)
推荐(0)
2016年2月19日
使用promis串行化异步操作
摘要: 该代码可在chrome下运行,对于低版本浏览器可以引入Q库 function async1() { var defer = Promise.defer() setTimeout(function(){ defer.resolve('async1') }, 1300); return defer.pr
阅读全文
posted @ 2016-02-19 17:09 zyip
阅读(217)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
69
下一页
公告