2014年7月14日
摘要: ##############################################create ruby a class#@符号表示实例变量,相当于java的private 属性#############################################class Perso... 阅读全文
posted @ 2014-07-14 23:06 heidsoft 阅读(213) 评论(0) 推荐(0) 编辑
摘要: def say_goodnight(name) result ="Good night ." +name return resultenddef say_goodmorning(name) result ="Good morning .#{name}" return resultendde... 阅读全文
posted @ 2014-07-14 18:04 heidsoft 阅读(257) 评论(0) 推荐(0) 编辑
摘要: from:http://addyosmani.com/blog/custom-sublime-text-build-systems-for-popular-tools-and-languages/from:http://blog.csdn.net/hexudong08/article/details... 阅读全文
posted @ 2014-07-14 00:38 heidsoft 阅读(281) 评论(0) 推荐(0) 编辑