WebDAV 的 Java 客户端开发包 Sardine

码农软件 · 软件分类 · WebDAV 开源软件 · 2019-03-16 12:14:14

软件介绍

Sardine 是下一代的 WebDAV 的 Java 客户端开发包,使用非常简单,但并没有完全实现 WebDAV 客户端的规范。

示例代码:

Sardine sardine = SardineFactory.begin();
List<DavResource> resources = sardine.getResources("http://yourdavserver.com/adirectory/");
for (DavResource res : resources)
{
     System.out.println(res);
}

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

500 Lines or Less

500 Lines or Less

Amy Brown、Michael DiBernardo / 2016-6-28 / USD 35.00

This book provides you with the chance to study how 26 experienced programmers think when they are building something new. The programs you will read about in this book were all written from scratch t......一起来看看 《500 Lines or Less》 这本书的介绍吧!

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

RGB HEX 互转工具

在线进制转换器
在线进制转换器

各进制数互转换器

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具