Cocoa 的 WebDAV 开发包 DAVKit
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: OS X
- 软件首页: https://github.com/mattrajca/DAVKit
软件介绍
DAVKit 是一个 Cocoa 框架用于来 WebDAV 服务端进行通讯。支持下载、上传、拷贝、移动和删除文件和文件夹,所有操作都是异步的。你可扩展 DAVRequest 来实现自己的需求。
示例代码:
DAVCredentials *credentials = [DAVCredentials credentialsWithUsername:@"USER" password:@"PASS"]; NSString *root = @"http://idisk.me.com/steve"; // don't include the trailing / (slash) DAVSession *session = [[DAVSession alloc] initWithRootURL:root credentials:credentials];
C++ Primer Plus
Stephen Prata / Addison Wesley / 2011-10-18 / GBP 39.99
C++ Primer Plus, Sixth Edition New C++11 Coverage C++ Primer Plus is a carefully crafted, complete tutorial on one of the most significant and widely used programming languages today. An accessible an......一起来看看 《C++ Primer Plus》 这本书的介绍吧!
CSS 压缩/解压工具
在线压缩/解压 CSS 代码
HEX HSV 转换工具
HEX HSV 互换工具
