- 授权协议: MPL
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/workhabitinc/drupal-ios-sdk
- 软件文档: https://github.com/workhabitinc/drupal-ios-sdk/wiki/drupal-ios-sdk-2.0
软件介绍
drupal-ios-sdk 是 Drupal 专为 iOS 开发的 SDK 开发工具包,可在 iOS 上直接访问 Drupal 服务。
示例代码:
NSDictionary *params = [[NSDictionary alloc] initWithObjects:[NSArray arrayWithObjects:@"articles", nid, nil] forKeys:[NSArray arrayWithObjects:@"view_name", @"args", nil]]; [DIOSView viewGet:params success:^(AFHTTPRequestOperation *operation, id responseObject) { [self set_sites:responseObject]; [self.tableView reloadData]; [self stopLoading]; } failure:^(AFHTTPRequestOperation *operation, NSError *error) { #warning We should let the user know rather than dumping a log [self stopLoading]; NSLog(@"Something went wrong: %@", [error localizedDescription]); }];
Two Scoops of Django
Daniel Greenfeld、Audrey M. Roy / CreateSpace Independent Publishing Platform / 2013-4-16 / USD 29.95
Two Scoops of Django: Best Practices For Django 1.5 is chock-full of material that will help you with your Django projects. We'll introduce you to various tips, tricks, patterns, code snippets, and......一起来看看 《Two Scoops of Django》 这本书的介绍吧!
在线进制转换器
各进制数互转换器
RGB HSV 转换
RGB HSV 互转工具
