drupal-ios-sdk

码农软件 · 软件分类 · 网站API · 2019-03-10 13:29:33

软件介绍

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]);
  }];

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

Spring实战(第4版)

Spring实战(第4版)

Craig Walls 沃尔斯 / 张卫滨 / 人民邮电出版社 / 2016-4-1 / CNY 89.00

《Spring实战(第4版)》是经典的、畅销的Spring学习和实践指南。 第4版针对Spring 4进行了全面更新。全书分为四部分。第1部分介绍Spring框架的核心知识。第二部分在此基础上介绍了如何使用Spring构建Web应用程序。第三部分告别前端,介绍了如何在应用程序的后端使用Spring。第四部分描述了如何使用Spring与其他的应用和服务进行集成。 《Spring实战(第4......一起来看看 《Spring实战(第4版)》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具