Rack 的 WebDAV 实现 RackDAV
- 授权协议: MIT
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: http://georgi.github.com/rack_dav
软件介绍
RackDAV 是基于 Rack 框架的 WebDAV 协议实现。
示例代码:
require 'rubygems' require 'rack_dav' use Rack::CommonLogger run RackDAV::Handler.new(:root => '/path/to/docs')
Algorithms and Theory of Computation Handbook
Mikhail J. Atallah (Editor) / CRC-Press / 1998-09-30 / USD 94.95
Book Description This comprehensive compendium of algorithms and data structures covers many theoretical issues from a practical perspective. Chapters include information on finite precision issues......一起来看看 《Algorithms and Theory of Computation Handbook》 这本书的介绍吧!
