摘要: 如何安装: http://rxjs.codeplex.com/wikipage?title=Installation%20and%20Usage&referringTitle=Home 中文翻译api: http://www.cnblogs.com/BestMePeng/p/RxJS_learn_1 阅读全文
posted @ 2017-02-13 14:26 JonasYu 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 1.https://qa.polyfill.io/v2/docs/features/ polyfills 这个是智能的检测和支持html5 2.http://www.tuicool.com/articles/UVnEVj modernizr.js 这个是做检测浏览器是否支持某个功能用的 3.http 阅读全文
posted @ 2017-02-11 08:35 JonasYu 阅读(151) 评论(0) 推荐(0) 编辑
摘要: https://api.github.com/search/repositories?sort=stars&order=desc&q=react 阅读全文
posted @ 2017-02-10 17:34 JonasYu 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 1. import * as XXX from 'xxxx' 2. import {xxx} from 'xxxx' 3 import xxx from 'xxxxx' 阅读全文
posted @ 2017-02-10 09:30 JonasYu 阅读(6819) 评论(1) 推荐(1) 编辑
摘要: 1. git diff [branchA] [branchB] >>diff.diff 会在当前目录下生成一个.diff 文件 打开后查看 2. git log branchA ^branchB 比较A分支中有B分支没有的提交记录 阅读全文
posted @ 2017-02-09 17:38 JonasYu 阅读(8374) 评论(0) 推荐(0) 编辑
摘要: http://www.oneapm.com/ai/nodejs.html 教程:http://7othr3.com1.z0.glb.clouddn.com/nodejs-agent-install-v0.2.mp4 用途性能监控,帮助优化和定位问题 阅读全文
posted @ 2017-02-09 17:26 JonasYu 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 简浅入门:http://www.tuicool.com/articles/nYjmmuJ 为什么用,原理。。: http://www.tuicool.com/articles/zYruaiU 怎么用: http://www.open-open.com/lib/view/open14749608665 阅读全文
posted @ 2017-02-08 17:44 JonasYu 阅读(144) 评论(0) 推荐(0) 编辑
摘要: http://www.qingpingshan.com/jb/javascript/180607.html 加入箭头函数后: ES7 async 函数版: 阅读全文
posted @ 2017-02-08 17:32 JonasYu 阅读(135) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/a/1190000004880645 阅读全文
posted @ 2017-02-08 17:30 JonasYu 阅读(2120) 评论(0) 推荐(0) 编辑
摘要: http://www.tuicool.com/articles/26bAzmm 阅读全文
posted @ 2017-02-08 15:25 JonasYu 阅读(711) 评论(0) 推荐(0) 编辑