Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Howl王
@mimosa
高级会员
第 5 位会员 / 2011-10-28

Autodesk
上海
39 篇帖子 / 570 条回帖
46 关注者
19 正在关注
42 收藏
┬─┬ノ❨°_°ノ❩ ..persecution mania
GitHub Public Repos
  • ansj_seg 6

  • docker-tengine 3

  • grape-erb 2

    Use erb in grape

  • shrine-tus-demo 1

    Demo integrating tus with Shrine

  • ChatGPT-Next-Web 1

    A well-designed cross-platform ChatGPT UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT 应用。

  • rest_cli 1

  • codeowners-checker 0

    Check .github/CODEOWNERS consistency

  • gatsby-starter-portfol... 0

    Playful and Colorful One-Page portfolio featuring Parallax effects and animations. Especially des...

  • logstop 0

    Keep personally identifiable information (PII) out of your logs

  • readme-code-testing 0

    Helping test "any" code in readme with GitHub Action. All you need is unit testing synchronized e...

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • grape 写 api 发送文件 at 2012年03月29日

    为什么不像淘宝接口一样,通过 api 请求产生一个文件,让对方去下载?

  • [求推荐] 写 open api 的工具 at 2012年03月29日

    #1 楼 @fredwu 能简单分享下使用经验不?

  • [上海] 生物医疗行业的创业项目揭竿起义!急寻挑大梁者! at 2012年03月29日

    #6 楼 @keyesci 是我太无知,没搞清对方的需求.....:(

  • 这张图片上的杂质是叫什么? at 2012年03月29日

    https://github.com/meh/ruby-tesseract-ocr

  • [上海] 生物医疗行业的创业项目揭竿起义!急寻挑大梁者! at 2012年03月29日

    办公地点在哪里呀?位置也很重要~之前去应聘过丁香园,后来聘用了:冯大辉,惭愧呀~

  • gem taobao 源 出错 at 2012年03月28日

    http://rubygems.org/api/v1/dependencies?gems= 查询绑定的 API,ruby.taobao.org 不支持~~~

  • gem taobao 源 出错 at 2012年03月28日

    #3 楼 @leeboqiang http://production.cf.rubygems.org 暂时用这个吧

  • gem taobao 源 出错 at 2012年03月28日

    的确不稳定~

  • 推酷网内测,借地宣传下 at 2012年03月28日

    关联后去哪?logo 很丑~

  • 推酷网内测,借地宣传下 at 2012年03月28日

    http://www.tuicool.com/about

  • 推酷网内测,借地宣传下 at 2012年03月28日

    #1 楼 @suxu http://www.tuicool.com

  • [日本] 宣传下我现在就职的公司:日本 COOKPAD at 2012年03月28日

    #37 楼 @flyerhzm openfeint 在日本也有分公司?还是我 out 了~

  • [日本] 宣传下我现在就职的公司:日本 COOKPAD at 2012年03月28日

    #30 楼 @Los 你可以速成日语呀~~

  • 想在一个 vps 上部署不同 Ruby 版本 Rails 项目,可以吗? at 2012年03月28日

    不过我用 rbenv+nginx+thin

  • 想在一个 vps 上部署不同 Ruby 版本 Rails 项目,可以吗? at 2012年03月28日

    #7 楼 @suxu .rvmrc

  • 12306 竟然是 rails 做的。。。 at 2012年03月28日

    WebLogic Server

  • Github 开放了自己的编程风格指南 at 2012年03月23日

    #13 楼 @poshboytl 亲,我恰恰是不喜欢使用!作为不等于,喜欢 unless~~

  • Github 开放了自己的编程风格指南 at 2012年03月22日
    # bad
    unless success?
      puts 'failure'
    else
      puts 'success'
    end
    
    # good
    if success?
      puts 'success'
    else
      puts 'failure'
    end
    
    

    我就喜欢 bad,先处理错误~

  • Boom, Bootstrap has a blog! at 2012年03月22日

    这个 B 很黑~~

  • mac 上有其他 office 好用吗,m$ 的处理 csv 有问题 at 2012年03月22日

    金山 office

  • github 再一次被墙了?还是仅仅只是我这里的网络环境的问题? at 2012年03月22日

    DNS 不是关键,hosts 文件是关键,有个跳墙专用 hosts 文件,可以推,非死不可......

  • github 再一次被墙了?还是仅仅只是我这里的网络环境的问题? at 2012年03月22日

    #2 楼 @suffering 被你吓死~~不要用 google 的 dns,那是个套~

  • 还能再慢点不?! at 2012年03月22日

    #13 楼 @hhuai 多谢了~ t.orders 是 embeds_many 不会 SQL,filter_list 被 SQL 了 orders.count 次,所以慢~~

    不会写程序,害死人呀~~

  • 还能再慢点不?! at 2012年03月22日

    数据结构不能变,有万恶的合并支付,所以必须取 order 中的 outer_iid 才准确:

    class Trade
      include Mongoid::Document
      # Embedded
      embeds_many :orders   # 订单
      embeds_one  :shipping # 快递
    
    
  • 还能再慢点不?! at 2012年03月22日

    我是把集合先取出来,用 ruby 循环计算后生成 hash 的,跟 SQL 没关系。

  • 如何给 form_tag 加 css,rails3? at 2012年03月22日

    <% form_tag url(:subusers, :index, user_id:@user_id ), method:'get', class:'form-inline' do %>

  • 为什吗不能起个中文的用户名? at 2012年03月22日

    增加个昵称 display_name 就可以呀~ at 名和个人短域名分离,登陆用邮箱~

  • [北京] YOTTAA 急需 ruby 研发人员!!!! at 2012年03月22日

    找一个人当一个部门使?!我现在就这样~

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