摘要: openlayers研究 待定........ 在 url encode 中 + 和 %20 都表示空格, encode(+)会变成空格 如果要传 + 这个字符需要转义 1. + URL 中+号表示空格 %2B 2. 空格 URL中的空格可以用+号或者编码 %20 3. / 分隔目录和子目录 %2F 阅读全文
posted @ 2017-06-22 16:50 剑雨无尘 阅读(163) 评论(0) 推荐(0) 编辑
摘要: MIP (Mobile Instant Pages - 移动网页加速器), 是一套应用于移动网页的开放性技术标准。通过提供MIP-HTML规范、MIP-JS运行环境以及MIP-Cache页面缓存系统,实现移动网页加速。 MIP主要由三部分组织成: MIP HTML MIP JS MIP Cache 阅读全文
posted @ 2017-06-22 16:25 剑雨无尘 阅读(592) 评论(0) 推荐(0) 编辑
摘要: 1.如果是空位,使用数组的forEach方法、for...in结构、以及Object.keys方法进行遍历,空位都会被跳过 2.数组的某个位置是空位,与某个位置是undefined,是不一样的 阅读全文
posted @ 2017-06-06 16:09 剑雨无尘 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 目前:原因不明 初步判断:设置字体大小前图片加载失败! 结果:等待验证 阅读全文
posted @ 2017-02-24 11:15 剑雨无尘 阅读(2238) 评论(0) 推荐(0) 编辑
摘要: 子元素的高度设置为height:100%时 继承父元素的高度为border+height 子元素的高度为height: 此时父元素的 box-sizing:content-box: border-box 不影响 阅读全文
posted @ 2017-02-24 11:08 剑雨无尘 阅读(135) 评论(0) 推荐(0) 编辑
摘要: (function(){ return typeof arguments;})();"object" var f = function g(){ return 23; };typeof g"undefined" (function(x){ delete x; return x;})(1);1 var 阅读全文
posted @ 2016-10-31 13:57 剑雨无尘 阅读(261) 评论(0) 推荐(0) 编辑
摘要: <body> <my-com1 type="type" v-pre="pre">com1</my-com1> <my-com2>com2</my-com2> <div>div</div> </body> document.getElementsByTagName('body')[0].childNo 阅读全文
posted @ 2016-10-25 14:34 剑雨无尘 阅读(788) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-09-02 12:44 剑雨无尘 阅读(314) 评论(0) 推荐(0) 编辑
摘要: https://github.com/liriliri/eruda <script src="//cdn.jsdelivr.net/eruda/1.0.5/eruda.min.js"></script><script>eruda.init();</script> 阅读全文
posted @ 2016-08-24 11:01 剑雨无尘 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 项目主页:http://alibaba.github.io/dubbo-doc-static/Home-zh.htm 我的博客:http://javatar.iteye.com 阅读全文
posted @ 2016-08-15 11:00 剑雨无尘 阅读(584) 评论(0) 推荐(0) 编辑