Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
陈鉴
@sunshineboy
会员
第 26980 位会员 / 2016-06-13

[email protected]
北京易码云天科技有限公司
北京
6 篇帖子 / 22 条回帖
0 关注者
5 正在关注
0 收藏
打赏作者
GitHub Public Repos
  • interview-assignments 0

    The monorepo for interview take home assignments.

  • axios 0

    Promise based HTTP client for the browser and node.js

  • react 0

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • react-boilerplate-demo 0

  • vue-cli 0

    🛠️ webpack-based tooling for Vue.js Development

  • terminate 0

    :recycle: Terminate a Node.js Process (and all Child Processes) based on the Process ID

  • vue-vuex 0

  • vue-basic 0

  • vue-router-baisc 0

  • node-main 0

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • Rails 下如何控制对 public 中的静态文件的访问 at 2018年08月03日

    实在没办法,试试在 production.rb 中修改 config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present? 改为: config.public_file_server.enabled = true

  • [北京] 星起招聘 Rails 工程师 1 名 at 2018年05月07日

    很不错的公司👍 👍 👍 👍

  • alipay gem 的一些问题 at 2017年05月06日

    新的文档知道的话给个链接谢谢,我自己看 api👌

  • alipay gem 的一些问题 at 2017年05月06日

    私钥是要pkcs8还是要pkcs1,你看我下面写的可以用吗

    Alipay.key = File.read("#{Rails.root}/rsa_private_key_1.pem")
    Alipay.pid = "#{result[:partner]}"
    Alipay.sign_type = 'RSA'
            content = Alipay::Mobile::Service.mobile_securitypay_pay_string(
                seller_id: "#{result[:seller_id]}",
              out_trade_no: "#{result[:out_trade_no]}",
              subject: "#{result[:subject]}",
              body: "#{result[:body]}",
              total_fee: "#{result[:total_fee]}",
              notify_url: "#{result[:notify_url]}",
              it_b_pay: "#{result[:it_b_pay]}",
              show_url: "#{result[:show_url]}",
              sign_type: "#{result[:sign_type]}"
            )
    
  • alipay gem 的一些问题 at 2017年05月06日

    @Rei 到底有几个参数需要传递。帮忙看下

  • alipay gem 的一些问题 at 2017年05月06日

    我不知道 show_url 要不要

  • alipay gem 的一些问题 at 2017年05月06日
    Alipay.key = Base64.decode64(privatekey)
            Alipay.pid = "#{result[:partner]}"      
            Alipay.sign_type = 'RSA'
            content = Alipay::Mobile::Service.mobile_securitypay_pay_string(
                seller_id: "#{result[:seller_id]}",
              out_trade_no: "#{result[:out_trade_no]}",
              subject: "#{result[:subject]}",
              body: "#{result[:body]}",
              total_fee: "#{result[:total_fee]}",
              notify_url: "#{result[:notify_url]}",
              it_b_pay: "#{result[:it_b_pay]}",
              sign_type: "#{result[:sign_type]}"
            )
    
  • alipay gem 的一些问题 at 2017年05月06日

    目前参数 Alipay.key = Base64.decode64(privatekey) Alipay.pid = "#{result[:partner]}"
    Alipay.sign_type = 'RSA' content = Alipay::Mobile::Service.mobile_securitypay_pay_string( seller_id: "#{result[:seller_id]}", out_trade_no: "#{result[:out_trade_no]}", subject: "#{result[:subject]}", body: "#{result[:body]}", total_fee: "#{result[:total_fee]}", notify_url: "#{result[:notify_url]}", it_b_pay: "#{result[:it_b_pay]}", sign_type: "#{result[:sign_type]}" )

  • alipay gem 的一些问题 at 2017年05月06日

    我只想要这个 zip 包。地址实效了哎

  • alipay gem 的一些问题 at 2017年05月06日

    能给个比较新的 alipay github 地址吗谢谢

  • 用 Docker Compose 搭建 Rails 开发环境 at 2017年05月05日

    移动支付接口 (mobile.securitypay.pay) 的 ist of arguments zip 压缩包实效了,能给一个吗,好着急

  • 支付宝 API 向导 (Ruby 版),以及开源一个支付宝 gem at 2017年05月05日

    移动支付接口 (mobile.securitypay.pay) 的 ist of arguments zip 压缩包实效了,能给一个吗

  • alipay 0.6.0 和 alipay-demo 项目 [已发布] at 2017年05月05日

    alipay_trade_app_pay 下面这个 zip 包已经失去链接了,我需要更详细的参数,谢谢。😍

  • .gitignore 文件配置层级跟踪问题 at 2017年03月31日

    试了。4 层级不行

  • 正则使用方法简单的整理 at 2017年03月20日

    👍 👍

  • [北京] 新界招聘 Ruby 工程两名 at 2017年03月06日

    还招人的话我投简历了

  • [着急] Ruby 或 Rails 如何将二进制转化为图片 at 2016年09月30日

    @realwol 谢谢

  • [着急] Ruby 或 Rails 如何将二进制转化为图片 at 2016年09月30日

    @realwol 这帖子看过了,还是没转过来

  • [着急] Ruby 或 Rails 如何将二进制转化为图片 at 2016年09月30日

    @greatghoul 这个好像不行。。。

  • 第三方引入 js 后 production 下报未编译的错误 at 2016年06月29日

    nice/解决了我的问题哈哈😂 😀 😍

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