摘要: 解决方法 修改.babelrc文件 阅读全文
posted @ 2017-02-15 10:44 ElvinLong 阅读(1722) 评论(1) 推荐(0) 编辑
摘要: webpack 插件依赖 安装自动化工具 webpack 安装开发服务器 webpack dev server react ES6语法 需安装babel 然后添加.babelrc文件 阅读全文
posted @ 2016-11-22 11:50 ElvinLong 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 数组字段 在removeField/removeField 之后 dirty 不改变 最近在用reducer form 做项目时 如果字段类型是数组 , 在进行 之后 死活不改变 于是google了一下 终于在github的issues上面找到了 "答案" 原来这是 的一个 "bug" 解决方案暂时 阅读全文
posted @ 2016-04-29 16:22 ElvinLong 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 1.http://www.ruanyifeng.com/blog/2012/06/sass.html 阅读全文
posted @ 2016-04-18 15:18 ElvinLong 阅读(143) 评论(0) 推荐(0) 编辑
摘要: nrm 快速切换 NPM 源 安装 npm install -g nrm 源列表 nrm ls 使用源 nrm use taobao 测速 nrm test 阅读全文
posted @ 2016-04-15 15:29 ElvinLong 阅读(208) 评论(0) 推荐(0) 编辑
摘要: ES7 S7推出了字符串补全长度的功能。如果某个字符串不够指定长度,会在头部或尾部补全。padStart用于头部补全,padEnd用于尾部补全。 阅读全文
posted @ 2016-03-29 13:45 ElvinLong 阅读(358) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale: 1, user-scalable=no"> 阅读全文
posted @ 2016-02-26 11:26 ElvinLong 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 1.扁平化风格面包屑制作教程http://line25.com/wp-content/uploads/2013/breadcrumbs/demo/demo.html#42.虚拟domereactjs 阅读全文
posted @ 2015-10-12 11:45 ElvinLong 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 用MyEclipse,只要一开css文件就报错,按下任何键都报错。:Can't find resource for bundle java.util.PropertyResourceBundle, key css2.stylesheet-def.description解决方案:找到C:\Users\... 阅读全文
posted @ 2015-10-08 14:58 ElvinLong 阅读(573) 评论(0) 推荐(0) 编辑
摘要: 1.iframeTools (artDialog如何穿越iframe) 网站:http://demo.jb51.net/js/2011/artDialog/_doc/iframeTop.html2.zTree (zTree 是一个依靠 jQuery 实现的多功能 “树插件”) http://ww... 阅读全文
posted @ 2015-09-24 12:56 ElvinLong 阅读(218) 评论(0) 推荐(0) 编辑