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
  • Shopify 原理 at December 15, 2014

    #5 楼 @est 是,主要是看规模,newrelic 是 per table per app per hour. http://highscalability.com/blog/2011/7/18/new-relic-architecture-collecting-20-billion-metrics-a-day.html

  • 关于 spree 跟 ecommerce 的一些疑惑 at December 14, 2014

    spree 其实把电商系统简化了很多,只专注通用功能。

  • Rails 自定义图片上传问题解决小记 at December 12, 2014

    对于新手,愿意去从最土的方法实现功能是很不错的事情。相比那些没有插件不会写代码的强太多。

  • 当 Nokogiri/Mechanize 遇到 bot detection 时完全失效了 at December 12, 2014

    知己知彼百战不殆,首先你得弄清楚 bot detection 是怎么一回事,然后才能 detect bot detection

  • 单机数据抓取性能提升总结篇 at December 12, 2014

    你这个帖子给我启发很大,其实数据抓取也是一个 ETL 过程。并行问题其实最终拼的是如何做 Map Reduce。

  • 字符串的 array flatten 以后会带上引号吗? at December 12, 2014

    puts result.inspect

  • 去 GitHub 粉一下奥巴马呗 at December 10, 2014

    加 V 了?

  • 12 月 14 日 - 杭州 Ruby 活动 [已换地方] at December 10, 2014

    丝联实业

  • rails4 + paperclip + nested_form 中发生的错误。 at December 08, 2014

    #1 楼 @a4652097 没用过 paperclip

  • [广州] 招聘 Ruby 工程师 at December 08, 2014

    #2 楼 @bhuztez ...

  • [广州] 招聘 Ruby 工程师 at December 08, 2014

    #3 楼 @Lucifer 广州的?

  • [广州] 招聘 Ruby 工程师 at December 08, 2014

    #1 楼 @badboy http://shopperplus.github.io/blog 刚开,还没整理好...

  • 关于上午触易通科技有限公司删除招聘贴的事来聊两句 at December 05, 2014

    “不能拖欠农民工工资”

  • 大家做数据分析一般使用什么产品或者平台 at December 05, 2014

    #2 楼 @nickcen 是你想的太简单了吧,拿来主义。

    PS. 真的自己写的。。

  • 大家做数据分析一般使用什么产品或者平台 at December 04, 2014

    自己写。

  • turbolinks 会不会和 google analytics 冲突啊? at December 03, 2014

    自己搜啊

  • turbolinks 会不会和 google analytics 冲突啊? at December 03, 2014

    当然会,不过都有插件解决了

  • 大家都是通过什么渠道来选择 (周末) 要参加的技术活动? at December 02, 2014

    小狼是会霸啊!

  • Hack News 上一篇帖子,吐槽搞 Rails 多年后,发现工作越来越难找了 at December 01, 2014

    要失业了的赶脚

  • 有用 ElasticSearch 的同学吗?你们中文分词用的什么? at November 25, 2014

    #6 楼 @luikore 打分和 recall/precision 两个概念是不同维度的,刚更新了一下上面的评论。

  • 有用 ElasticSearch 的同学吗?你们中文分词用的什么? at November 25, 2014

    #3 楼 @luikore NG 的搜全率 (recall) 很好,搜准率 (percision) 就差到不行

    http://en.wikipedia.org/wiki/Precision_and_recall

  • 有用 ElasticSearch 的同学吗?你们中文分词用的什么? at November 25, 2014

    英文项目,不分词。

  • Newrelic 监测数据的解释 at November 25, 2014

    瞎猜没有用,安装这个就能看出 redis read/set占多少时间了:https://github.com/evanphx/newrelic-redis

  • 使用 ImageMagick 为你的网站减重 (2) at November 16, 2014

    #25 楼 @JeskTop 找不到了

  • 请教代码重构 at November 16, 2014

    不要相信“一个方法不能超过几行几行”之类的话,那些都是形式上的,是鸡汤大师喜欢给新手灌输的东西...

    你要关心的是职责是否单一、是否低耦合、高聚合这些本质的东西。

    当然,你能写出这么长的方法,我也没什么想说的了...

    写成这样都没有队友骂你的话,你还要继续这样写啊!

  • 使用 angular 的知乎专栏是如何 seo 优化的? at November 14, 2014

    去知乎问啊!

  • 性能问题求助:ActiveRecord 单次查询超过 1 秒怎么破 [已解决] at November 14, 2014

    建议上 NewRelic,分分钟找到问题根源。。。我们之前也有类似问题,按经验去找无果,,通过 NewRelic 发现是 Redis 搞的鬼。。。换 Memcached 后问题消除。

  • 微信支付 Gem at November 11, 2014

    🌟 🌟 🌟 🌟

  • 强烈推荐十本好书 at November 10, 2014

    我要是扔鸡蛋就上了你当了...

  • PostgreSQL 与 MySQL 的性能 at October 30, 2014

    #47 楼 @msg7086 好吧,你说的叫 覆盖索引(covering index)。

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