Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Deshi Xiao
@xds2000
VIP
NO. 202 / 2011-11-23

北京
70 Topics / 1107 Replies
29 Followers
0 Following
3 Favorites
follow me on twitter: xds2000
GitHub Public Repos
  • k8e 418

    K8E - Kubernetes Easy Engine

  • docker-for-production-... 66

    《容器技术生产实践指南》容器技术生产实践指南,收集百家之长,弘扬类似本草纲目之精神,把中国用户的开发经验积累汇集成册,以资借鉴

  • binance-bot 28

    qcat automate trading bot

  • cranfly 6

    Cloud Native Container Image Distribution mesh

  • conflux-remix 2

    remix based on Conlux Web

  • cilium 0

    eBPF-based Networking, Security, and Observability

  • ethtracking-bot 0

    feature exchange for eth tracking price.

  • README 0

    A pupil in the computer world.(Felix Fu)

  • conflux-rpc-mockserver 0

    conflux rpc api for openrpc format

  • k3s 0

    Lightweight Kubernetes

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 什么时候下一次开卖 Ruby T-Shirt? at March 18, 2013

    期待。

  • ruby 有 abi 可以获取任意年月 的具体天数么? at March 17, 2013

    http://stackoverflow.com/questions/1489826/how-to-get-the-number-of-days-in-a-given-month-in-ruby-accounting-for-year

  • 尝试交互课程:轻松 Ruby 编程 at March 17, 2013

    还能自己创建课程,出彩了。👍

  • Teahour.fm 第 6 期发布 at March 17, 2013

    我完整听了这期节目,git hosting 这一块,没提到 gerrit 这个,我在使用中一开始还只当成 code review 使用,但 gerrit 可以很好的邮件通知,满足了 pull request 的需求,我就直接当 git hosting 使用了。https://code.google.com/p/gerrit/

    另外,和 jenkins ci 集成工具形成良好互动,推荐大家看看。

  • Rails Starter for China 第四课视频发布,请在线欣赏!~ at March 17, 2013

    今天摆平,请大家一定在 8:20 之后观看。

  • 上次我 RubyConf China 演讲里提到的那个 rails bug... at March 17, 2013

    👍

  • 小米盒子,你们都预约了吗? at March 16, 2013

    @fsword 有 VideoCore IV GPU 的,可以直接跳过 X 直接写屏幕。不会消耗太多资源。512M 刚刚好。

  • 小米盒子,你们都预约了吗? at March 16, 2013

    我用 Raspberry Pi 早就实现了,何必等小米盒子的饥渴销售。

    http://www.eeboard.com/bbs/thread-5056-1-1.html

  • Datamappify - ActiveRecord 业务逻辑与数据存储的分离 at March 16, 2013

    @chenge datamapper 可以和 ActiveRecord 在一起比较。和楼主的库没可比性。

    @nouse 没明白你说的意思。你所指的第一段在那里? 楼主在实现这个的时候并不一定需要有应用场景的,在 README 中说了:This library is current in Proof-of-Concept stage, do NOT use it for anything other than experimentation.

  • Datamappify - ActiveRecord 业务逻辑与数据存储的分离 at March 16, 2013

    我把代码整个读了一遍,有一个直觉,这到底需要多么复杂的业务逻辑才能考虑使用这个范式。在我看来,应该在中间件这一块,是个好工具。功能已经定稿,现在就需要找个应用场景使用一番才可以反馈到之前的设计。

  • Datamappify - ActiveRecord 业务逻辑与数据存储的分离 at March 16, 2013

    @fredwu 最大的收获是 http://fredwu.mit-license.org/

  • Google Reader 即将关闭,你有什么想说的? at March 16, 2013

    tiny-tiny-rss + openshift。自己搭建一个在用了。

  • 请问一下,很多 model 里都有某个方法,想把它们单独拎出来 DRY 的话,一般应该放哪里呢? at March 15, 2013

    concerns?

  • mongoid,订单有状态,会员有状态,这样设计可否? at March 14, 2013

    整个状态机吧。https://github.com/aasm/aasm 你可以配置一个字典表维护一下状态值就 OK 了

  • 做开发到底是 Linux 好 还是 Mac 好? at March 10, 2013

    @aisensiy 其实你已经有考虑买 mac,但高配不够。这可不能妥协,用有限的资金买个 thinkpad,上 Linux 吧。

  • Teahour.fm 英文内容 at March 10, 2013

    我还是喜欢中文的内容。

  • 做开发到底是 Linux 好 还是 Mac 好? at March 10, 2013

    @aisensiy mac 是开发和用户体验都是第一的。这个没有之一,只有第一。你唯一需要考虑的是,钱够不够。

  • 请问挎表应该怎么搜索好,MySQL at March 10, 2013

    @Tony612 楼主说的是 1 对 1 关系,所以用的是 stock

  • Subdomain And Web Security at March 10, 2013

    安全问题,仍然是程序员需要不断学习的一块内容。

  • 请问挎表应该怎么搜索好,MySQL at March 09, 2013
    1. 你要确认 stock belongs_to fitting.
    2. Fitting.includes(:stock).where("stock.数量 != ?", 0)
  • 大家有没有对自动化测试方法比较了解的,推荐一下? at March 08, 2013

    自动化测试,分两个方面讲,自动化这一块,使用持续集成工具比较容易快速构建,我推荐 jenkins,一个 war 包就起来了。测试这一块,工具方式完全取决于你的目的,很难有一个万全的方案。但基本的测试原则应该建立,比如单元测试放给开发负责,集成测试作为检验标准。集成测试写起来需要时间,精力,大公司才有实力投入这个。用 RUBY 去构建吧,应该不难。另外,给你推荐一个开源的集成测试框架: https://github.com/NetEase/Dagger a Web UI autotest framework based on Selenium and TestNg

  • jQuery 少见的 bind 写法 at March 06, 2013

    bind 都不用了,现在语法糖都是用 on 啊。

  • linux 下带着密钥登陆 at March 04, 2013

    ssh-copy-id

  • 发几个字体效果 at March 02, 2013

    一直钟爱 Bitstream Vera Sans Mono

  • 请问谁能说说 railscasts-china 是如何开发的? at February 27, 2013

    @fire9 楼主可以参考这里 http://railscasts-china.com/about

  • 庆祝 Ruby 20 周年,我开发的论坛软件发布 1.5 版本 at February 24, 2013

    加油。

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