Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
徐超
@sandy_xu
VIP
NO. 160 / 2011-11-22

[email protected]
微问家
上海
8 Topics / 158 Replies
11 Followers
9 Following
80 Favorites
在上海和成都招ruby,做SaaS企业软件包括 CRM、搜客宝、语音机器人、进销存、客服系统等
GitHub Public Repos
  • wechat-aes-sample 6

    微信小程序加密数据解密算法

  • js-location 2

    中国的省市地区三级选择框

  • weibo 1

    a gem to help api integration for 新浪微博 (t.sina.com.cn)

  • git-flow-completion 0

    Bash, Zsh and fish completion support for git-flow.

  • bootstrap_beagle 0

  • slate 0

    Beautiful static documentation for your API

  • wechatApp-demo 0

    微信小程序 demo / 开发工具 / 文档资源

  • ruby-china 0

    :circus_tent: Ruby China website source code.

  • fastclick 0

    Polyfill to remove click delays on browsers with touch UIs

  • select_address_mi 0

    quickly select address with jquery in Mi page

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 吐糟,嫌工资要高了就明说,鸡蛋里挑骨头没意思 at November 12, 2013

    我倒是觉得他们想留你,但工资比预计的高了,所以想通过这些让你认识到自己可能的不足让你降价。

  • 昨天说笔记本坏了,今天去修好了。一看账单,乐坏了。 at October 17, 2013

    #6 楼 @larryzhao 我的电脑也是供电不错,找人换了个 300 左右。

  • 新浪围脖开发问题,怎么向 https 提交数据? at September 25, 2013

    之前有写一个获取其他借口的,供参考:

    url = 'https://api.weibo.com/2/statuses/user_timeline.json'
    uri = URI.parse url
    args = { uid: self.uid, access_token: self.token }
    uri.query = URI.encode_www_form(args)
    http = Net::HTTP.new(uri.host, uri.port)
    http.use_ssl = true
    request = Net::HTTP::Get.new(uri.request_uri)
    response = http.request(request)
    body = JSON.parse response.body
    
  • [UCloud 开源接力]#[email protected]#19wu at September 24, 2013

    抢楼

  • [UCloud 开源接力]#[email protected]#Teahour.FM at September 24, 2013

    抢楼

  • [UCloud 开源接力]#[email protected]#RubyConf China at September 24, 2013

    抢楼

  • 求助 rufus-scheduler 的使用 at September 13, 2013

    #2 楼 @xingbuxing 少了一句 scheduler.join

  • 如何 contribute to ruby china 啊?允许吗? at July 11, 2013

    #2 楼 @blacktulip 这人竟然用带窗口的 Terminal

    #3 楼 @tomwang http://happycasts.net/episodes/37 这个也许是你需要的

  • Ruby 开发收藏 at June 26, 2013

  • 我现在要转行了 at June 24, 2013

    不知道你今天帐面少了多少,再 2 周估计就回到解放前了吧。

  • 如何在 devel 模式下调整日 志级别 at June 21, 2013

    可以先 gem 'quiet_assets', group: :development 禁止 assets 日志

    logger.info '===' * 9 #这种写法会让你少写很多

  • 折腾 Twitter 1.1 Api 真的很蛋疼,有木有? at June 09, 2013

    #1 楼 @search weibo 的已经够好用了,应该说用用 qq 的

  • [上海] 贝通网 (Beltal) 诚聘 Ruby 程序员 (长期有效) at May 27, 2013

    不知道你们老板听我讲完 bitcoin 后什么想法,当时 40 刀左右哦。

  • [武汉,苏州] Ruby developer/ Ruby on Rails 北京盛安德 at May 18, 2013

    上海这边招人么?

  • 今年形势不太好 at May 15, 2013

    今年上海招聘偏少,看着北京比较多。

  • [西安 | 北京 | 成都 | 上海] ThoughtWorks 招聘软件工作者 at May 09, 2013

    他们推崇 Pair programming , TDD。很 open 的办公室文化,果盘零食天天有。英语好的可以试试。

  • git push 失败的问题。求帮助。 at April 18, 2013

    git push origin master -f 不行可以看看这里

  • git push 失败的问题。求帮助。 at April 18, 2013

    你这个地址对么? '[email protected]:/.github.com.git'。没提交上去啊

  • mongoid 由 has_many 改为 polymorphic,应该要怎么做? at April 18, 2013

    http://stackoverflow.com/questions/10457203/reverse-has-many-with-polymorphism

  • 一道 Ruby 水平自测题. at April 16, 2013

    把《ruby 元编程》这本书的前五章看懂理解这个没有问题,被卡在了 Array.new(2, 'b' )

  • 关于一个表和多个表关联的问题请教,谢谢 at March 30, 2013

    1) 有 post_id 没 user_id: @comment.user = current_user 2) 有 user_id 没 post_id: @comment.post = @post

  • Teahour.fm 第 8 期发布 at March 25, 2013

    如果你喜欢这个 Podcast 别忘了在 iTunes 打分支持我们哟 :) @lgn21st 建议给这句话加上链接,可以直接点击去打分。之前想去打分找半天链接没发现,今天发现在网站左下角。

  • date_select helper 月 31 问题 at January 22, 2013

    #3 楼 @elele 设计就要这种 select 的,datepicker 选择年份太别扭

  • 为什么 ruby-china 不提供站内搜索? at January 22, 2013

    #1 楼 @huacnlee google 站内搜索慢的一坨

  • Github pages 被墙掉了吗 at January 21, 2013

    https://github.com/ 都打不开了

  • 在 Mac 上安装 MacVim,启动时显示这样的错误如何解决? at December 04, 2012

    下载下来是 MacVim.app,也不能用么?

  • [苏州,上海] Ruby developer/ Ruby on Rails at October 30, 2012

    #20 楼 @sarah1356 电话打完就没消息了,还没面试就结束啦?不甘心啊

  • [上海] (Senior) Ruby Engineer-美资上市软件产品公司 [已结束] at October 26, 2012

    看到你 linkedin 请求了;英语日常交流,硬伤啊。

  • 5 个常见的 Rails 开发误区 at May 16, 2012

    对第一点的看法是:如果在 schema 文件中定义,那么不能轻易在 Model 中 修改。而且保存失败还不容易找到,有点像双刃剑吧。

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