Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Bachue Zhou
@ibachue
高级会员
第 172 位会员 / 2011-11-22

七牛
上海
102 篇帖子 / 2375 条回帖
43 关注者
9 正在关注
17 收藏
这个人很懒。。
GitHub Public Repos
  • quiche-test 1

    测试 quiche

  • go-curl 0

  • mongodb-replica-set-me... 0

    To monitor metrics of MongoDB Replica Set

  • OSX-KVM 0

    Run macOS on QEMU/KVM. With OpenCore + Big Sur + Monterey + Ventura support now! Only commercial ...

  • hello-world-javascript... 0

  • aws-crt-cpp 0

    C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS...

  • aws-sdk-java-v2 0

    The official AWS SDK for Java - Version 2

  • hadoop 0

    Apache Hadoop

  • go-fil-markets 0

    Shared Implementation of Storage and Retrieval Markets for Filecoin Node Implementations

  • aws-sdk-cpp 0

    AWS SDK for C++

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 初用 MacBook at 2013年03月03日

    #2 楼 @yeetim brew install git

  • 关于 TOPLEVEL_BINDING 的一个问题 at 2013年02月28日

    #2 楼 @hooopo 感谢大神解答

  • 升级到 Rails4.0 后发现没什么新特性可以用上=。= at 2013年02月28日

    Live streaming?

  • 众科技巨头呼吁重视编程教育 at 2013年02月27日

    还是教他泡妹纸更好吧

  • 在 sinatra 中生成日志文件 at 2013年02月27日

    https://github.com/kematzy/sinatra-logger

  • RubyConf AU 2013 主题总结分享 [Youku 上传完成] at 2013年02月26日

    期待视频

  • 在有代理的环境的 Rubyist 是如此痛苦 at 2013年02月25日

    换个公司

  • Ruby China 开始用 Ruby 2.0 跑了 at 2013年02月25日

    #2 楼 @southwolf 速度真的快了嘛?

  • 类属性的默认值的问题 at 2013年02月23日

    你写在 initializer 里就行了

  • 面向对象编程从骨子里就有问题——看看名人大家是如何吐槽面向对象的 at 2013年02月23日

    面向对象是不过是编程范式之一。你说它有问题,我表示并行范式的问题不知道比它多多少。对象至少还是个靠谱的。。

  • 碉堡了,linux 下的 rename 支持正则表达式! at 2013年02月22日

    你上面这些命令是可以解决问题,但是太长了不觉得嘛。命令太长也是自己做工具的理由啊。总之我一般在找到更好工具之前,都比较喜欢用自己做的工具哈哈

  • 碉堡了,linux 下的 rename 支持正则表达式! at 2013年02月22日

    那你体会还不够深刻,你应该想到,为什么不自己写一个工具解决自己的问题,而不是等待别人的工具。。Ruby 是写这类工具最好的脚本语言。

  • 有人使用 Facets 这个 Gem 吗? at 2013年02月22日

    一般用 activesupport 比较多,习惯了它提供的库函数了

  • 怎么样才能只读取一次 YAML 文件 at 2013年02月20日

    CONFIG = YAML.load_file(......) 放在 inititalizer 里好了 以后只要用 CONFIG 就能读取到内存里的配置信息了。。

  • [北京] 创业公司招 PHP 攻城师 at 2013年02月19日

    到 Ruby China 来找 PHP 程序员?

  • 请问如何使用 rails 编写一个实现远程登录 ubuntu 服务器的 web 程序? at 2013年02月19日

    我的第一个问题是 为什么要用 Rails

  • Ruby 语言二十岁生日,如果你采访 Matz,你会问什么? at 2013年02月19日

    问问他对 Ruby 有什么失望的地方或是一直想改进却至今都没有成功的地方吗?

  • Grape vs Sinatra 怎么样? at 2013年02月19日

    #9 楼 @ywjno Rails 再怎么样都是很占资源的 不总是推荐。。 而且从兴趣的角度来说也希望尝试不用 Rails 的框架

  • Grape vs Sinatra 怎么样? at 2013年02月19日

    #1 楼 @lgn21st 好吧 不过二者确实很像啊 感觉 Ruby 中几个轻量级 web 框架都挺像的

  • Grape vs Sinatra 怎么样? at 2013年02月19日

    #3 楼 @ashchan 好吧 感谢推荐

    The framework is powered by an EventMachine reactor, a high-performance HTTP parser and Ruby 1.9 runtime. One major major advantage Goliath has over other asynchronous frameworks is the fact that by leveraging Ruby fibers introduced in Ruby 1.9+, it can untangle the complicated callback-based code into a format we are all familiar and comfortable with: linear execution, which leads to more maintainable and readable code.
    Each Goliath request is executed in its own Ruby fiber and all asynchronous I/O operations can transparently suspend and later resume the processing without requiring the developer to write any additional code. Both request processing and response processing can be done in fully asynchronous fashion: streaming uploads, firehose API's, request/response, and so on.
    

    看上去主要是并行性能比较高效咯

  • Ruby 语言二十岁生日,如果你采访 Matz,你会问什么? at 2013年02月19日

    他女儿的详细资料。。。

  • Rails 最近怎么回事 安全漏洞一个接一个 at 2013年02月18日

    #4 楼 @i5ting 没有的事情 我们的项目的 Rails 已经几年没有升级过了。。

  • Rails 最近怎么回事 安全漏洞一个接一个 at 2013年02月18日

    #2 楼 @i5ting 不加的话就是安全隐患了

  • redirect_to != return 什么意思? at 2013年02月15日

    之所以会有这个 tips 是因为很多人(包括我以前)都觉得既然 redirect 了肯定接下来的代码都不会执行了,但事实上不是这样的

  • Teahour.fm 第 3 期,除夕特别版发布 :-) at 2013年02月10日

    不错 我除夕听着这个讲话睡着的。。

  • 有人了解 RubyEE 吗?Ruby 企业版。。 at 2013年02月09日

    不是说与其用这个还不如用 JRuby,性能更好吗

  • 貌似 Rack 爆安全漏洞了 at 2013年02月09日

    #15 楼 @luikore 佩服 安全专家啊。。

  • 貌似 Rack 爆安全漏洞了 at 2013年02月09日

    #13 楼 @luikore 具体如何攻击呢?

  • 貌似 Rack 爆安全漏洞了 at 2013年02月08日

    #1 楼 @bhuztez 那不是默认手段吗?

  • 除夕夜你还看春晚? at 2013年02月08日

    不过建议九点或十点开始 之前还在吃年夜饭呢 可能还有人没回家 所以晚点好

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