
webdav
icarusliu81
http://liumoran.cn
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
WebDAV学习笔记
What is WebDAV?Briefly: WebDAV stands for "Web-based Distributed Authoring and Versioning". It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage file...2009-04-07 11:31:52 · 643 阅读 · 0 评论 -
webDav备份网址
1.Milton:http://milton.ettrema.com/index.html2.开源组件选择:http://pragmaticchris.blogspot.com/2007/11/java-webdav-clients.html3.javarabbit webdav wiki:h...2009-04-10 10:30:19 · 709 阅读 · 0 评论 -
我来谈一谈 WebDAV
原文:http://www.iteye.com/topic/6568 WebDAV(Web-based Distributed Authoring and Versioning)是基于 HTTP 1.1 的一个通信协议。它为 HTTP 1.1 添加了一些扩展(就是在 GET、POST、HEAD 等几个 HTTP 标准方法以外添加了一些新的方法),使得应用程序可以直接将文件写到 W...原创 2009-04-10 10:42:58 · 584 阅读 · 0 评论 -
webDav出错记录
1.Redirect requested but followRedirects is disabled:URL的后面没有加上'/',如在我的程序里面URL�-04-13 13:56:37 · 1425 阅读 · 0 评论 -
WebDav 测试开发笔记
方案的选择:Slide :不足:其开源组件最后版本时&2009-04-13 15:00:16 · 1072 阅读 · 0 评论 -
jackrabbit学习笔记
1.给内容仓库增加新的结点: Repository repository = new URLRemoteRepository( "http://localhost:8080/jackrabbit-webapp-1.5.4/rmi");javax.jcr.Credentials creds = new SimpleCredentials("root", "root" ...2009-04-15 09:47:42 · 294 阅读 · 0 评论 -
webDav遇到的乱码问题
在用jspSmartUpload上传文件的过程当中,开始使用以下代码的时候出现乱码: WebdavResource pwr = GetWebdavResource.getWDR(wrPath);pwr.putMethod(wrPath + fileName, file.getContentString()); 后来采用另外一种方法,乱码解决: WebdavResour...2009-04-21 12:39:41 · 1626 阅读 · 0 评论