- 授权协议: 未知
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: https://github.com/visoft/ruby_odata
- 软件文档: https://github.com/visoft/ruby_odata
软件介绍
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
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》 这本书的介绍吧!
