李超

cc编程笔记本。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2008年1月16日

摘要: Ruby中比较特殊的是module和block. module有命名空间的作用 可以将类,方法,和常数组织在一起 module还有mixin的方法,可以在class内部include一个module来实现混入一个module里的实例方法 sample: Code highlighting produced by Actipro CodeHighlighter (freeware) http... 阅读全文
posted @ 2008-01-16 16:47 coderlee 阅读(426) 评论(0) 推荐(0) 编辑

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->class A def say puts "i'm a" end end class B class A def say puts "i... 阅读全文
posted @ 2008-01-16 11:27 coderlee 阅读(489) 评论(0) 推荐(0) 编辑

摘要: You have one shot. 你只能孤注一掷了,你只有一次机会了。 shot 射击 投掷 投篮。 表示对方只有一个机会。 阅读全文
posted @ 2008-01-16 08:58 coderlee 阅读(265) 评论(0) 推荐(0) 编辑