ruby_odata

码农软件 · 软件分类 · OData开发包 · 2019-04-02 15:14:42

软件介绍

ruby_odata 是 Ruby 实现 OData 协议的封装,安装方法:gem install ruby_odata

示例代码:

  require 'lib/ruby_odata'

  svc = OData::Service.new "http://127.0.0.1:8888/SampleService/Entities.svc"
  new_category = Category.new
  new_category.Name = "Sample Category"
  svc.AddToCategories(new_category)
  category = svc.save_changes
  puts category.to_json

本文地址:https://www.codercto.com/soft/d/2704.html

R Cookbook

R Cookbook

Paul Teetor / O'Reilly Media / 2011-3-22 / USD 39.99

With more than 200 practical recipes, this book helps you perform data analysis with R quickly and efficiently. The R language provides everything you need to do statistical work, but its structure ca......一起来看看 《R Cookbook》 这本书的介绍吧!

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

html转js在线工具
html转js在线工具

html转js在线工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具