Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
宋佳洋
@small_fish__
高级会员
第 2973 位会员 / 2012-07-22

Qiniu Inc.
上海
148 篇帖子 / 1933 条回帖
34 关注者
11 正在关注
47 收藏
键盘华尔兹
GitHub Public Repos
  • prometheus_practice 668

    包括 Prometheus 基础知识,性能优化和大量实战经验。

  • nginx-log-exporter 89

    A HTTP log exporter for prometheus metrics.

  • eino-agent 12

    agent examples with Eino.

  • rag-server 4

    RAG server in ollama and golang

  • eino-mcp 3

    A simple example about eino agent build with mcp server

  • deepchat-tools 2

    A image MCP server for DeepChat

  • VictoriaMetrics 1

    VictoriaMetrics: fast, cost-effective monitoring solution and time series database

  • eino 1

  • cloudwego.github.io 0

    Website for CloudWeGo

  • relabel-tester 0

    code generated by deepseek-r1 and cline.

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • SSH 跳板主机如何配置(也许叫法不对) at 2015年02月16日

    代理?

  • 八卦 Thoughtbot 这个公司谁介绍下? at 2015年02月05日

    #5 楼 @larrylv 不知道如何去除重复内容,难道提交者都要将内容熟悉一遍?关键没有目录检索。

  • Capistrano 部署 rails app 时怎么处理敏感文件? at 2015年02月01日

    shared

  • PostgreSQL 接近 6 亿条记录,加了索引,查询效率优化问题? at 2015年01月22日

    #3 楼 @ailen 我怎么觉得很快啊,我上次 600W 数据,5 秒都忍受了,随着数据增加,响应 timeout 了,才来优化的。

  • 来来来 觉得自己特别擅长做程序猿 / 媛的来回个帖 at 2015年01月22日

    #14 楼 @nightire 当然,明白你的用意,开了玩笑,不好意思。有机会来看看你工作的一天,能结对也好!

  • 来来来 觉得自己特别擅长做程序猿 / 媛的来回个帖 at 2015年01月21日

    #5 楼 @nightire 弱弱问下,有人跟踪你吗? 😄

  • 高手对决 -- 博客服务器被黑的故事 at 2015年01月21日

    乐在其中。

  • ruby-china 的存储依赖怎么那么多? at 2015年01月20日

    memcached 可以被 redis 替代吧,主要他们扮演的角色不同。

  • Sidekiq:导致 Frozen Worker 的两个风险 at 2015年01月16日

    #1 楼 @xiaoronglv 这里可以不考虑 resolv-replace 问题了,因为: https://github.com/mperham/sidekiq/blob/master/Changes.md#2160

    #7 楼 @huacnlee IO 操作确实也是个值得注意的地方,本文所提问题应该也是如此。我有个好奇的地方,

    假如 出现问题的原因是上述提到的第一点:

    DNS lookup - resolving a hostname might hang. This has a serious side effect in MRI of locking up everything because of the way MRI uses DNS by default. The solution is to run require 'resolv-replace' in your initializer, which installs a pure Ruby DNS resolver that works concurrently.
    

    那即使 1 of 16 busy, 整个 sidekiq 也都全挂了,不能再接任务了?

    ===============

    刚和同时讨论了一下,并经过测试,写了一篇博客.

  • 感觉 oAuth 整体好复杂,纯应用角度需要了解哪些? at 2015年01月15日

    http://jwt.io/

  • AngularJS 为什么成功了? at 2015年01月15日

    #22 楼 @mogodb 是没法升级啊,就别说优雅了。

  • 转让一台 MacBook Pro at 2015年01月14日

    #10 楼 @gerry1004 irb 执行

    require 'base64'
    Base64.decode64 "TW9iaWxlOiAxODkxNzk1NzA1Mw=="
    
  • 2015年 你打算学习哪门编程语言? at 2015年01月06日

    #24 楼 @xiaoronglv 正解

  • Sails - 构建 Thrift Server 实现跨语言之间调用 at 2014年12月30日

    还以为是是罗老师的东西开源了~

  • 乐享圣诞,喜迎新年抽奖活动(截止日期:2015.1.2) at 2014年12月25日

    72351

  • [上海] 无私轻生活招募 ruby/ios/andriod/web 工程师各一枚~(不打卡,老板超好哦~) at 2014年12月23日

    想租个相机哦。

  • [上海][2014年12月20日] 上海及长三角年度聚会 (12 月 19 日 求借移动投影屏幕) at 2014年12月18日

    待定的主题,有确定吗?

  • 一个新项目,用 Mongo 还是 SQL DB? at 2014年12月16日

    pg

  • Shopify 原理 at 2014年12月16日

    #12 楼 @ChrisLoong 我们公司还是使用 domain+ 外键隔离。

  • 淘宝上的产品颜色选择是怎么做出来的? at 2014年12月16日

    product options ?

  • 谷歌能用了! at 2014年12月15日

    抽风?

  • RailsPacific 2014 影片全數壓制完成 at 2014年12月10日

    丁丁这个会不会提前爆料了 20 号的内容啊~

  • 求助:slim 中 style 需要引用图片 at 2014年12月10日

    try

    ul.carosel-inner
      li.item.active style="background:#{image-url('images/flash/01.jpg')} center 0 no-repeat"
      li.item.active style="background:#{image-url('images/flash/02.jpg')} center 0 no-repeat"
      li.item.active style="background:#{image-url('images/flash/03.jpg')} center 0 no-repeat"
    
  • LeanCloud 用户社区 On Ruby By Discourse 建站完成 at 2014年12月10日

    还不错。

  • 去 GitHub 粉一下奥巴马呗 at 2014年12月10日

    #4 楼 @huobazi 这个怕是要被强啊。,居然直接放 goagent

  • 去 GitHub 粉一下奥巴马呗 at 2014年12月10日

    #3 楼 @huobazi 哦。。国人威武。

  • 分享两个博客,其中有提到两个重要的安全漏洞 at 2014年12月09日

    #1 楼 @jex 我刚订阅了 cirw,谢谢分享。

  • case when 生成 hash .这样的代码能再优化嘛? at 2014年12月09日
    table = {a: 'xxx', b: 'yyy', c: 'zzz'}
    final_hash = Hash.new
    list.each do |properties|
       next unless (v = table[properties.format] )
       final_hash[properties.name] = v
    end
    
  • 非恶意检测 at 2014年12月09日

    #25 楼 @jex thanks for your share .

  • 非恶意检测 at 2014年12月09日

    #14 楼 @debugger 应该 mongo 才有这个问题,where 没有 type case?统一 to_s 转译一下吗?,其他数据库应该没有这个问题吧。

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