摘要: 比较两个版本 git log 0.4.x..master git show xxxxx 2增加已有代码 git remote add origin git@git.oschina.net:anjunact/rails-demo.git git push –u origin master –f 阅读全文
posted @ 2016-11-12 22:53 anjunact 阅读(113) 评论(0) 推荐(0) 编辑
摘要: http://zhaoda.net/webpack-handbookwebpack --display-error-detailsnpm install webpack-dev-server –gwebpack-dev-server --progress --colors 阅读全文
posted @ 2016-11-12 19:18 anjunact 阅读(113) 评论(0) 推荐(0) 编辑
摘要: :for 是关键字, each是方法. for 后面的变量,是全局变量,不仅仅存在于for .. end 这个作用域之内 module中的 self.xx方法可以被直接调用 module中的普通方法,需要被某个class include之后, 由对应的class调用 include ModuleName == use xxx (php)ClassName.extend(ModuleName)... 阅读全文
posted @ 2016-11-12 12:19 anjunact 阅读(107) 评论(0) 推荐(0) 编辑