Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
sectic
@sectic
VIP
NO. 1595 / 2012-03-26

29 Topics / 133 Replies
0 Followers
0 Following
1 Favorites
贵圈太乱
No GitHub.
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 发现 Ruby China 已经支持 emoji 表情了 (别回啦,预览就可以看效果了) at July 04, 2012

    /play 56k

  • 悲催的买了双飞燕影印版 at July 04, 2012

    不是,英语有三级么...考试尤其是语言考试,不太靠谱,学英语看看石康就好了

  • 现在回帖会有邮件提醒了 at June 29, 2012

    其实可以写个爬虫程序来判断有没有回帖的...每天邮件好多啊...坟了,自删

  • 大家一般在哪写博客 at June 29, 2012

    在哪写不是问题,问题是我写的太慢了,笔头太慢了...

  • 关于 ruby 当中的 self at June 29, 2012

    #16 楼 @fsword 好快啊,thanks

  • 大家的 RSS 列表里有什么好的推荐的么 at June 27, 2012

    #4 楼 @hooopo thanks

  • 那位有时间翻译一下"Understanding M17n"(已翻译) at June 27, 2012

    #12 楼 @andor_chen 神一般的执行力,感谢

  • 关注程序员身体健康,你是怎么做的? at June 25, 2012

    要长期干电脑的时候就把AntiRSI这个小软件打开。还有就是不用鼠标。偶尔打 Dota 都用触摸板。还有就是经常跑步。

  • 这个社区怎么不加一个私信功能呢? at June 24, 2012

    http://ruby-china.org/topics/2510

  • Emacs 老手出个 Emacs 视频教程呗。。。顺便讲讲 Lisp 呗。。。 at June 23, 2012

    you can configure your first emacs by Emacs Prelude or Starter-kit. The peepcode has a screencast named 'meet emacs' which is very use ful for beginner. Elisp is not must skill for emacs , actually you only need some basic knowledge . If you really want to study lisp, You can start by The litter schemer.

  • 想用 Ruby 做 GUI 的小软件,请大家给点意见。 at June 23, 2012

    macruby 和 cocoa?

  • | 结 | "_"在 ruby 中代表什么 at June 23, 2012

    #5 楼 @hooopo 刚才想错了,thanks

  • | 结 | "_"在 ruby 中代表什么 at June 23, 2012

    #3 楼 @hooopo

    n = %w( 1 2 3 )
    n.each { puts  _}
    

    写了一个试了一下,不能 command + R,报错是 udefined local variable or method‘_’for main:Object。但是在 irb 里为什么结果是打印三次>理解了,thanks

  • | 结 | "_"在 ruby 中代表什么 at June 23, 2012

    #1 楼 @fredwu Thanks

  • 用 sublimetext 的同志们想过没? at June 23, 2012

    好像还有 Elisp 跟 VimL,多学几门语言没什么坏处。

  • Ruby 爱好者们,又多了一个好的入门材料 at June 22, 2012

    ha ,Thanks

  • 针对初学者,大家一起来搞点事吧 at June 16, 2012

    #32 楼 @Anleb 如果是纯文本的话,可以直接放到 github 上:)

  • 大家的 RSS 列表里有什么好的推荐的么 at June 16, 2012

    #1 楼 @alsotang 这是为以后国际化做准备么,这里会日语的应该不少。

  • Screencast: Rails Setup on Ubuntu at June 16, 2012

    #3 楼 @happypeter The chapter github and note is really usefully for me. Thanks for your great work.

  • Screencast: Rails Setup on Ubuntu at June 16, 2012

    GREAT!!!

  • irb 里面执行一下这个试试? at June 16, 2012

    #2 楼 @fsword 这个应该就属的猴子补丁了吧,把 new 方法重新定义了,class 应该在祖先链的最下端,这样就相当于直接把入口给改了,取消 alias 也取消不了

  • irb 里面执行一下这个试试? at June 16, 2012

    C+Z....

  • 请问 iterm2 怎么可以设成半透明的? at June 15, 2012

    #1 楼 @fredwu Thanks a lot!

  • 关于 Ruby 动态方法定义的区别? at June 13, 2012

    测试的时候是由 eval 抛出异常,如果不加 _ FILE _ , 和 _ LINE _ 就不会显示文件和行号信息而是直接显示 from (eval) 被 markdown 加斜了...

    class A
    end
    A.class_eval(<<-EOF, __FILE__, __LINE__)
      def method_a 
       puts "calling method_a......"
      end
    EOF
    
    A.new.method_a("bug")
    

    class_eval.rb:3:in method_a': wrong number of arguments (1 for 0) (ArgumentError) from class_eval.rb:15:in

    '

    class A
    end
    A.class_eval <<-EOF
    def method_b
      puts "calling method_b......"
    end
    EOF
    A.new.method_b("bug")
    

    (eval):1:in method_b': wrong number of arguments (1 for 0) (ArgumentError) from class_eval.rb:16:in

    '

  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English