子龙,你在哪里?
不要用 cucumber, 用 rspec 就好了。
我是楼主,#6 楼 @woaigithub 这个方法很好!比我的强。 我的想法是:让自己变得完美,然后随便写!
#19 楼 @apprentice 兄弟,光说,没见你行动啊,打电话给我 或者 发简历给盛安德苏州公司峻德的 HR 啊。欢迎!!
我是打工啊!我还没实力!
You can seach 'Book-of-Ruby ' . That is a PDF file good for you!
太多了,精选下会更好。
谢谢,已经去掉重点高校,这个真不在意。
This is an example from this book. If you feel misunderstanding, you may need to read the book!
class MyClass @@classvar = 1000 @instvar = 1000
def MyClass.classMethod if @instvar == nil then @instvar = 10 else @instvar += 10 end
if @@classvar == nil then
@@classvar = 10
else
@@classvar += 10
end
end
def instanceMethod puts "init instance Method" if @instvar == nil then @instvar = 1 else @instvar += 1 end
if @@classvar == nil then @@classvar = 1 else @@classvar += 1 end
end
def showVars return "(instance method) @instvar = #{@instvar}, @@classvar = #{@@classvar}" end
def MyClass.showVars return "(class method) @instvar = #{@instvar}, @@classvar = #{@@classvar}" end
end
puts( MyClass.showVars )
puts( '--------------' )
for i in 0..2 do
ob = MyClass.new
MyClass.classMethod
ob.instanceMethod
puts( MyClass.showVars )
puts( ob.showVars )
end
Don't ask me. You just read it!
Pay attention to this post! It's so great book for you!
Very cool! That's all right! Thank you!
是么,那我就抢座位了。
@jimrokliu 是呀,你的理解很形象也很正确。感谢 4 楼@wity_lv,此法很好。@huacnlee 我打算用 kineticjs 去做。
好啊!@upyun ,这个功能上线一定要通知到我们这些用户哦!我会把这个贴顶顶!
为什么 upyun 不对图片进行 Gzip 压缩?
好贴!帮我大忙了。感谢 huacnlee 和 mimosa
@fleuria 该 CMS 是我自己用 rails 开发的。
你说的 Dnspod 我现在用起来了,感觉挺专业的,稳定性比以前用的强。谢谢@lgn21st!
@lgn21st 很高兴看到盛大云客户支持开始实行工单制,目前我还是我可能换回盛大云的。