没有@是方法,习惯就好了,简单。
这个彩色是怎么生成的呢?
还不错,谢谢
不是有 canvas 吗?
网上搜索的,看是否有用?说是 rails3 不太兼容。
To start, the line for installing the gem isn’t quite current—I added the following to my config/environments/development.rb file:
config.gem "rails-footnotes", :source => "http://rubygems.org" Then install the gem:
$ rake gems:install
确实不错,谢谢两位老师分享!
要区别类和对象。Module.class 是说的 Module 对象,可以看 Module.object_id。 superclass 是继承关系,是类的关系。 容易混淆。
@符号的学名叫成员变量,在 class 范围可访问。
比如说给任意的“service1”方法加一个 before,怎么操作?