上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: window.addEventListener("touchstart", touchHandler, false); function touchHandler(event){ if(event.touches.length > 1){ //the event is multi-touch //you can then prevent the behav... 阅读全文
posted @ 2017-08-03 15:51 echolife 阅读(381) 评论(0) 推荐(0) 编辑
摘要: css: 阅读全文
posted @ 2017-07-05 20:22 echolife 阅读(143) 评论(0) 推荐(0) 编辑
摘要: Framework:框架。是整合的工具集,基于编程语言。可以帮助我们快速开发网站。比较常见的是J2EE(基于Java),Symfony2(基于PHP),Django(基于Python),Ruby on rails(基于Ruby),ASP.NET(基于C#)。 CMS:Content Manageme 阅读全文
posted @ 2017-06-28 15:58 echolife 阅读(735) 评论(0) 推荐(0) 编辑
摘要: 原文出自Arien的博客 https://www.w3cplus.com/css3/line-base-placement-layout.html 首先定义一个网格 1.可以给父容器的display属性设置为grid或者inline-grid来定义一个网格。这样你就可以使用grid-template 阅读全文
posted @ 2017-06-22 22:03 echolife 阅读(289) 评论(0) 推荐(0) 编辑
摘要: http://www.monmonkey.com/javascript/jiben2.html 参考以上链接中的转义字符使用。 http://www.cnblogs.com/Wayou/p/chrome_dev_tool_style_console.html https://segmentfault 阅读全文
posted @ 2017-06-13 20:11 echolife 阅读(714) 评论(0) 推荐(0) 编辑
摘要: 元旦被three.js困住 成也Tweenmax 败也Tweenmax less 还是没有 sass 强大 2017 还是启用 sass 尝试 postcss npm+webpack 搭建项目 阅读全文
posted @ 2017-01-05 13:44 echolife 阅读(102) 评论(0) 推荐(0) 编辑
摘要: Bootstrap 好用 但是太大啦 有时候只需要用到媒体查询这一块的样式 Pure.css可以很好地替代 直接上地址咯: http://purecss.io/ https://unpkg.com/purecss@0.6.1/build/grids-responsive-min.css 阅读全文
posted @ 2016-12-15 16:39 echolife 阅读(1320) 评论(0) 推荐(0) 编辑
摘要: 获取url地址除去?后的链接地址 阅读全文
posted @ 2016-12-08 12:45 echolife 阅读(3335) 评论(0) 推荐(0) 编辑
摘要: 微信分享会根据分享的不同,为原始链接拼接如下参数: 朋友圈 from=timeline&isappinstalled=0微信群 from=groupmessage&isappinstalled=0好友分享 from=singlemessage&isappinstalled=0 阅读全文
posted @ 2016-12-08 12:44 echolife 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 视频播放是个坑。。。 HTML5 Video API : https://www.w3.org/2010/05/video/mediaevents.html 虽然界面很丑,但是事件、属性很全。 进行视频操作前务必查阅。 很多属性事件在手机端无法获取。。。 具体可参考:http://www.xuanf 阅读全文
posted @ 2016-12-07 16:35 echolife 阅读(1671) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页