上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页
摘要: 摘要: 免费激活WebStorm 11、PhpStorm 10的方法 阅读全文
posted @ 2016-10-29 14:40 觉信 阅读(12094) 评论(0) 推荐(2) 编辑
摘要: 用到 webpack-dev-server 先安装,注意 装到全局 还是本项目我也没注意 因为之前一直报错,有很小可能是安装到本地解决了,或者是我网络问题: 装到全局:$ npm install webpack-dev-server -g 装到本地: $ npm install webpack-de 阅读全文
posted @ 2016-10-14 11:02 觉信 阅读(4299) 评论(0) 推荐(0) 编辑
摘要: 简单介绍webpack react基本配置,入门型: 环境配置: 依赖nodejs,官网下载最新版的nodejs:nodejs.org/en 安装完nodejs npm便自动集成了,通过npm安装其他环境 $ npm install webpack -g 安装webpack 当然如果常规项目还是把依 阅读全文
posted @ 2016-10-12 19:13 觉信 阅读(491) 评论(0) 推荐(0) 编辑
摘要: a,input,em,h2{-webkit-tap-highlight-color:rgba(255,0,0,0);}给点击元素加上样式 :-webkit-tap-highlight-color:rgba(255,0,0,0); 阅读全文
posted @ 2016-09-28 10:34 觉信 阅读(1939) 评论(0) 推荐(0) 编辑
摘要: html: 阅读全文
posted @ 2016-08-04 16:59 觉信 阅读(1258) 评论(0) 推荐(0) 编辑
摘要: IE 6 原文地址 http://stackoverflow.com/questions/20541306/how-to-write-a-css-hack-for-ie-11 阅读全文
posted @ 2016-08-02 15:39 觉信 阅读(872) 评论(0) 推荐(0) 编辑
摘要: 以下是按我的需求修改的 简单的demo 可以自己扩展 HTML: 整个资源放在了百度网盘 需要的下载:http://pan.baidu.com/s/1eSFfksi 阅读全文
posted @ 2016-06-28 19:47 觉信 阅读(1265) 评论(0) 推荐(0) 编辑
摘要: 使用滤镜效果解决: 阅读全文
posted @ 2016-06-27 09:28 觉信 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 一: ios下必须标准格式用'/'分割格式 转换没问题: new Date('2016/5/30 12:15:20') 二:ie9兼容模式以及以下ie版本 console用前需判断 if(window.console) ie8以及以下版本调出调试工具 才触发console 阅读全文
posted @ 2016-05-30 20:24 觉信 阅读(625) 评论(0) 推荐(0) 编辑
摘要: /** * Function to check css3 support * @param {String} declaration name * @return {Boolean} */ function isCssSupported(declaration) { var supported = false, ... 阅读全文
posted @ 2016-05-26 14:04 觉信 阅读(236) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页