Objective-C 框架 NSRails

码农软件 · 软件分类 · 其他(Others) · 2019-07-31 07:42:13

软件介绍

NSRails 是一个轻量级的 Objective-C 框架,为你的类提供一个高级、类 ActiveResource 的 API ,这意味这 CRUD 和其他操作可通过 NSRails 方便实现。

实例继承方法用于远程创建、读取和更新或许销毁远程对象:

Post *newPost = [[Post alloc] init];
newPost.author = @"Me";
newPost.content = @"Some text";
[newPost remoteCreate:&error];     
// This post and its properties created right on a Rails server

类将继承方法用于获取所有对象:

NSArray *allPosts = [Post remoteAll:&error];
Post *postNumber1 = [Post remoteObjectWithID:1 error:&error];

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

Haskell Programming from first principles

Haskell Programming from first principles

Christopher Allen、Julie Moronuki / 2015 / USD 59.00

I am writing this book because I had a hard time learning Haskell. It doesn't have to be that way. I've spent the last couple years actively teaching Haskell online and in person. Along the way, I ......一起来看看 《Haskell Programming from first principles》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

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

RGB CMYK 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具