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 May 22, 2014

    #32 楼 @quakewang https://account.smartisan.com

  • 大家看老罗的锤子手机发布会了么 at May 21, 2014

    看了一半直播,下一个手机就是锤子了

  • [抛砖引玉] Web 开发者独有的能力 at May 20, 2014

    #1 楼 @bhuztez 自己懂的就是竞争力

  • 坛子里面有人用 MBA 11 搞开发么? at May 17, 2014

    硬盘不够用啊

  • SelfStore,数字内容创作者的在线商店 at May 12, 2014

    👏

  • Rails Girls Beijing 活动照片 at May 12, 2014

    哇

  • 置顶功能翻到帖子顶部了 at May 10, 2014

    加个 Event 模块呗

  • 今天晚上 (2014-05-09) 11 点 30,Martin Fowler、Kent Beck、DHH 论战《Is TDD Dead?》 at May 10, 2014

    DHH 脸好长

  • [已解决] 如何创建 PostgreSQL 的数据库 at May 10, 2014

    这也能翻页?

  • [上海] [2014年5月13日] 周中聚会 at May 10, 2014

    专业帮顶三十年!

  • 分享今天解决 Ruby China 某个性能问题发现的东西 at May 10, 2014

    而指定版本号的方式需要知道最新版本是多少,并且一个一个的改版本号。增加了升级的复杂度。而实际上锁定版本号的项目几乎没人去升级...

    3 年了,,似乎证明了我的说法..

    http://rubylution.herokuapp.com/topics/4

  • 今天收到云梯一键安装的邮件,真是太方便了 at May 09, 2014

    #5 楼 @kgen :plus1:

  • 据说是张小龙分享的七个理念 at May 08, 2014

    瞬间以为自己进了 qq 空间

  • DHH: Test-induced design damage at April 30, 2014

    #1 楼 @blacktulip 你看了没

  • 请教 ActiveRecord 高手 at April 27, 2014

    这不算是一个 Rails 问题,是 OLAP 类型系统设计问题。

    Keywords:OLAP、维度表、star schema、ETL。

  • 多人开发,database.yml 怎么管理? at April 25, 2014

    你们都不知道 12factor App?http://12factor.net/config

  • Java 和 Ruby On Rails at April 23, 2014

    只听得门声响动,一男子跌跌撞撞闯进门来,扑倒在柜台前。“掌柜的,我腹泻,速速救我。”老者闻言大惊,转身自后面小心翼翼取出一包裹,说道“今日你我算是有缘,我这有一张祖上乾隆年间传下的狗皮膏药,今日赠之于你。”来者大喜,急忙打开包裹,只见包中巴掌大一块膏药,白里透红,红里透黑,黑中泛紫,上面一块一块尽是蛀痕,不禁苦笑道:“掌柜的,您这帖也太老了吧”

  • 如何安全地提交敏感数据? at April 15, 2014

    防修改,加签名呗。

  • 面试题求解~微博数据库设计 at April 14, 2014

    Pure SQL Solution: http://www.sqlfiddle.com/#!2/5e402/12

  • RJS 有什么明显的危害么? at April 13, 2014

    http://ruby-china.org/topics/15904#reply3

  • Rails 4 与 Socket.IO 的集成 at March 24, 2014

    #5 楼 @luikore 不是加热硝酸铵么..

  • Rails 4 与 Socket.IO 的集成 at March 24, 2014

    #1 楼 @bhuztez 你好执着!一氧化二氮吗?

  • 关于 AR 中,serialized 属性的查询 at March 23, 2014

    https://gist.github.com/hooopo/9cb0c327141314437510

  • 求救: ElasticSearch 对 String field 的自订排序顺序 at March 21, 2014

    这可以算是用字符串存状态的一个缺点么..如果存整数{0 => "published", 1 => "draft", ..}就没问题了。

  • 一个比 jsfiddle 碉堡 100 倍的工具 at March 15, 2014

    #6 楼 @leopku 识货!

  • 我们不组织个 “每周一题” 之类的活动吗? at March 09, 2014

    #11 楼 @zgm

    `` ` `` 
    
  • 我们不组织个 “每周一题” 之类的活动吗? at March 09, 2014

    #8 楼 @zgm `

  • Ruby 中那些你绕不过的「坑」(译) at March 09, 2014
    class Foo
      def self.bar=(value)
        @foo = value
    
        return 'OK'
      end
    end
    
    Foo.send("bar=", 1) => "OK"
    

    有意思。

  • Ruby 中那些你绕不过的「坑」(译) at March 09, 2014

    #24 楼 @luikore 看不懂别人的代码,可以说“可读性真差呀”

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