https://tinypng.com =>图片压缩工具
http://huaban.com/pins/1077981240/ =>图片处理
http://idea.qinxi1992.cn/ =>webstrom IDE 破解
https://rxjs-cn.github.io/rxjs5-ultimate-cn/ Rxjs
https://www.gitbook.com/book/jiayisheji/30-days-proficient-in-rxjs/details RXjs 中文文档
yslow 页面跑分插件
//深复制
JSON.parse(JSON.stringify(object2));
eg:let sdf = 'sss';
let sdf2 = JSON.parse(Json..stringify(object2));