Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Hooopo
@hooopo
Admin
NO. 8 / 2011-10-28

[email protected]
nil
北京
160 Topics / 3013 Replies
360 Followers
0 Following
74 Favorites
聪明的妖怪录下了唐僧的紧箍咒
Reward
GitHub Public Repos
  • oh-my-github-circles 47

    GitHub User Circle Generator Using GitHub Actions

  • hackernews-insight 21

    Hackernews Insight using TiDB Cloud

  • repo-track-pipeline 6

    🔄 A flexible open-source data pipeline for seamlessly syncing data from any repository to your da...

  • oh-my-github-pipeline 6

    🔄 A flexible open-source data pipeline for seamlessly syncing data from any github user to your d...

  • chatgpt-xiaoai 3

    小爱音箱集成LLM,SaaS 服务

  • repo-contributor-circles 1

    GitHub repo contributor circles generator.

  • ossinsight-x 1

    Automatically post trending repos to Twitter every day.

  • mi-service 1

    XiaoMi Cloud Service for mi.com

  • hooopo 0

  • streamlit-echarts-demo 0

    Demo for Streamlit ECharts component

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 服务器上的周期性任务大家都习惯用什么来实现呢? at February 25, 2016

    经过长时间被 sidekiq 内存问题的折磨,个人推荐:

    • 定时任务用 cron
    • 延时任务用 sidekiq
    • 一次性任务用 rake
  • [已解决] ActiveJob + Sidekiq 报错,uninitialized constant 怎么解决? at February 25, 2016

    咋解决的啊 宽哥 T_T

  • [北京] 好奇心日报 招聘 Ruby 工程师 (工程师 2 名,月薪 15k-30k) at February 25, 2016

    #4 楼 @_samqiu 「来面试帮你安排见面呀」

  • [深圳] DJI 大疆创新 Q1 招聘 Ruby 工程师 3 + 2 名 (saberma 内推 15-30k) at February 25, 2016

    👏

  • RubyKaigi 2015 感想 at February 05, 2016

    谢谢分享

  • [上海] 英语流利说招聘 Ruby、Web 前端、Devops 等一大波工程师! at February 03, 2016

    看起来不错

  • 什么时候进行异常捕获 at February 01, 2016

    https://ruby-china.org/topics/23924

  • 使用 Setter 方法代替 Before Validation at January 30, 2016

    原文说的其实是需求和实现不对等:

    需求是 before set,实现是 before validate。用 before validate 来实现带来耦合,即:关掉 validate,strip title 逻辑也被关掉了。

    从代码执行角度,在 set 和 validate 之间执行的代码读取到的是未 strip 的 title,这也不是需求的本意。

  • PG 上线升级修好啦! at January 26, 2016

    #42 楼 @stone 好像 ery 的页面也错了,变成了一个 PHPer...

    https://ruby-china.org/ery

  • DHH:Rails 主义 at January 22, 2016

    #6 楼 @southwolf 🐶

  • DHH:Rails 主义 at January 22, 2016

    #3 楼 @southwolf Omakase 翻译成套餐一下子 Low 了好多啊,还不如单点呢!套餐不是 Okimari 吗?Omakase 就是主厨推荐,不是套餐也不是单点...

  • 支付宝准备下架『担保交易』之后,个人开发者该如何应对? at January 21, 2016

    #11 楼 @wangkaifei 看起来不错啊!

  • 如何防止爬虫抓取图片, 求支招 at January 21, 2016

    防盗链不妨爬虫啊,只防被其他站引用

  • 支付宝准备下架『担保交易』之后,个人开发者该如何应对? at January 21, 2016

    #5 楼 @ywencn 蜗牛你知道的好多啊!

  • 支付宝准备下架『担保交易』之后,个人开发者该如何应对? at January 21, 2016

    #2 楼 @ywencn 淘宝上的吗

  • Rails 电商系统 Spree 宣布停止维护,请使用 Solidus at January 21, 2016

    #16 楼 @ywencn 你们还招人吗.......

  • 请问有木有开源的数据统计系统 at January 20, 2016
    • https://ruby-china.org/topics/27830
    • http://rickbergfalk.github.io/sqlpad/
    • https://wrangler.io/
  • Rails 电商系统 Spree 宣布停止维护,请使用 Solidus at January 19, 2016

    #9 楼 @ruby_sky 架构没什么特殊的,复杂的都是业务...

  • Rails 电商系统 Spree 宣布停止维护,请使用 Solidus at January 19, 2016

    #7 楼 @ruby_sky spree 和 shopify 这种通用型电商框架/平台比实际的电商要简单很多。

  • Rails 电商系统 Spree 宣布停止维护,请使用 Solidus at January 19, 2016

    #2 楼 @southwolf 主要是虽然方便很多小的电商公司,但 spree 本身没有什么盈利吧,感觉 Gitlab 就不会这个样子...

  • 大家刚参加工作时的待遇、福利都是怎么样的? at January 18, 2016

    2009,成都,1500

  • 翻译了一篇超级棒的『后端开发面试题』 at January 18, 2016

    #8 楼 @monklof 开玩笑啦,楼主加油!

  • 翻译了一篇超级棒的『后端开发面试题』 at January 18, 2016

    现在花样骗 star 的技术越来越高了

  • RubyCritic-一款不错的检测代码质量工具 at January 18, 2016

    用了这么多工具,也写不好一份代码。

    工具是死的,人是活的,个人觉得研究一下工具评分规则和规则背后的缘由还是一个不错的选择。

  • 关于 Gem 的几个问题 at January 18, 2016

    so, programming is too hard, let's go shopping.

  • [上海] CareerTalk 招聘 Ruby on Rails (+WebRTC) 全栈开发架构师 at January 11, 2016

    #17 楼 @southwolf 我一直用 asciiflow,画不出那种斜线:-(

  • [上海] CareerTalk 招聘 Ruby on Rails (+WebRTC) 全栈开发架构师 at January 10, 2016

    #10 楼 @bhuztez 这图是用什么画的

  • 怎么显示出两个分支间没有 merge 的 commit at January 03, 2016

    git cherry

  • Breaking Up a Monolithic Rails App Without MicroService at December 29, 2015

    #5 楼 @yangxing_star 没有

  • Breaking Up a Monolithic Rails App Without MicroService at December 27, 2015

    #2 楼 @jasl Yes.

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