node使用笔记 2017-03-22 1. npm install 迷之失败 主要报错内容如下: 1 2 3 4 5 6 7 8 9 npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install&quo 阅读全文... node
初学ionic 2016-12-05 前端开发 1. Ionic2 多语言支持 看了半天的Angular2官方文档,没有搞太明白,主要原因是官方使用的是SystemJs而不是Webpack。经过曲折的经历,终于找到了一个非常适合Ionic2翻译的插件--ng2-translate。使用起来非常简单,尤其是对于ionic。(附上官方文档链接: http://ionicframework.com/docs/v2/resources/ng2- 阅读全文... Angular2JavaScript
探索Angular2--笔记 2016-10-14 前端开发 学习笔记 元数据:告诉Angular如何处理一个类,例如”@Component”装饰器后面的类被视作一个组件,传给装饰器的参数(配置项)就是元数据。它是用来指导Angular的行为的。 代码规范 所有service都添加@Injectable() 实际使用技巧 可选依赖 @Optional() 1 2 3 4 5 阅读全文... Angular2JavaScript
Hello World 2016-06-22 Welcome to Hexo ! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHu 阅读全文...