Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
chenge
@chenge
会员
第 4215 位会员 / 2012-10-25

上海
425 篇帖子 / 1790 条回帖
51 关注者
95 正在关注
339 收藏
遇见,Ruby 2005,Elixir 2016, Go、V 2021
GitHub Public Repos
  • simple-ruby-guide-zh 30

    Ruby简明入门和提高

  • NTT 1

    Kenneth E. Iverson, Notation as a Tool of Thought 中文翻译 - 1979 ACM Turing Award Lecture

  • kerkour.com 0

    Code accompanying my blog https://kerkour.com

  • gatsby-starter-blog 0

    Gatsby starter for creating a blog

  • chenge-blog 0

  • cgblog 0

  • now-github-starter 0

    Starter project to demonstrate a project whose pull requests get automatically deployed

  • chenge.github.io 0

  • gatsby-starter-default 0

  • slate 0

    Beautiful static documentation for your API

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 喜爱 Ruby 和 Python 的同学们,又有新玩具可以玩了! at 2012年11月11日

    那个函数图形挺不错的。

  • start_with 不是这么用的? at 2012年11月11日

    你那个-是个中文的。你来尺子比较下,这就是程序员的烦恼。

  • ruby 安装 puppet 出错 at 2012年11月11日

    检查下 ruby 版本,irb 下 require openssl 看。

  • 请问,每次 rails generate 都要--skip-test-unit 或者 --skip-stylesheets,能不能有什么配置,不需要每次都要输入这么长 at 2012年11月11日

    的确是个烦恼,帮你顶一下。gem 有一个 gemrc,rails 不知道也没有类似的。

  • paperclip 转换图片失败 at 2012年11月11日

    你把问题组织下,让别人容易看懂。

  • 能否增加一个架构节点 at 2012年11月11日

    需要扯一扯啊,不要困在 rails 了。

  • 使用 Rpsec 和 Devise 的时候,出现如下错误 at 2012年11月11日

    看这个行不? http://blogs.law.harvard.edu/lianaleahy/2011/09/29/devise-edge-case/

  • 使用 Rpsec 和 Devise 的时候,出现如下错误 at 2012年11月11日

    这个能搜到,可惜打不开。

  • 那本 eloquent ruby 书没有翻译计划么,印象不错的 at 2012年11月11日

    能否由社区出面组织,联系出版社得到版权。然后组织人快速翻译。

    我谈点感想,我接触 ruby 几年了,理解得不是太好,看了此书,豁然开朗。 ruby 不好理解的有 module、block 等,书中详细讲解。

    如果只看一本 ruby 书,我就看这本。呵呵,这句广告词不错。

  • 为什么用 Cucumber, 及根据抽象的层面选择工具 at 2012年11月11日

    比较赞同,我昨天看了下 cucumber,感觉有些繁琐。是我没看懂么?也没有简单的例子。

  • 那本 eloquent ruby 书没有翻译计划么,印象不错的 at 2012年11月10日

    此书豆瓣分 9.6, 有版权的。

  • 关于 markdown 转换效能问题. at 2012年11月10日

    maruku 怎样,你的网站在哪里?

  • 社区的站内搜索用 Google 太不爽了。。。 at 2012年11月10日

    菜单里有当前网站。

  • 社区的站内搜索用 Google 太不爽了。。。 at 2012年11月10日

    今天还好吧。

  • 社区的站内搜索用 Google 太不爽了。。。 at 2012年11月10日

    推荐一个 chrome 插件,pig toolbox。可以搜索。

  • 帮我看看这个脚本怎么用的 at 2012年11月10日

    都在一个脚本,最简单。

  • 帮我看看这个脚本怎么用的 at 2012年11月10日

    SqlServer.new('localhost', 'sa', 'SOMEPASSWORD'), 这一句参数换成你的机器上的,主机,帐号,密码。

  • 帮我看看这个脚本怎么用的 at 2012年11月10日

    db = SqlServer.new('localhost', 'sa', 'SOMEPASSWORD') db.open('Northwind') db.query("SELECT * from Customers;")

    你看看这几句写对没。

  • 帮我看看这个脚本怎么用的 at 2012年11月10日

    可以考虑学习下 ruby 基础,这个脚本不复杂,都是基础的。

  • 大家看好自出版吗? at 2012年11月09日

    豆瓣不是在做吗?

  • What's the difference between block, Proc and lambda at 2012年11月09日

    元编程书中有专门讲述。抄写一段 ri

    lambda { |...| block } -> a_proc


    Equivalent to Proc.new, except the resulting Proc objects check the number of parameters passed when called.

    就是说 lambda 会检查参数个数。

    都是属于可调用对象,block 是匿名的,没法放在变量里传递,大概是这样。

  • 新手学习钩子方法中遇到的问题,请高手赐教 at 2012年11月09日

    192 用 define_singleton_method 有输出。 我可能说得不对,methed_added 是钩子,define_method 是动态方法。为何没输出,我不知道。

  • 新手学习钩子方法中遇到的问题,请高手赐教 at 2012年11月09日

    define_method 不是钩子函数吧。

  • 帮我看看这个脚本怎么用的 at 2012年11月09日

    这个有点高难了吧。还是先在一个环境下测试吧。

  • 帮我看看这个脚本怎么用的 at 2012年11月09日

    Northwind 这个数据库有么?怎么没显示结果呢?

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