ZIP文件格式是一种流行的数据压缩和文档储存的文件格式,原名Deflate,发明者为菲尔·卡茨(Phil Katz)。他于1989年1月公布了该格式的资料。ZIP通常使用后缀名“.zip”,它的MIME格式为 application/zip 。zip文档的的开头都嵌有他姓名的字头缩写字母‘PK’。
目前,ZIP格式属于几种主流的压缩格式之一,其竞争者包括RAR格式以及开放源码的7-Zip格式。从性能上比较,RAR及7-Zip格式较ZIP格式压缩率较高,而7-Zip由于提供了免费的压缩工具而逐渐在更多的领域得到应用。
zip文件格式规范由pkware公司制定。
目前zip的版本为 V6.3.2,修订时间为2007年9月28日。
规范描述:http://www.pkware.com/documents/casestudies/APPNOTE.TXT
阅读全文>
发表于 @ 2008年10月29日 13:31:00|评论(loading...)|编辑|收藏
2008年1月写了这些在OSGi下开发指南系列,包括HTML、JSP、JSTL、Servlet、Spring、Structs和acegi。现在整理一下发出来,希望能对初学者有帮助。本篇是基本的HTML开发指南。阅读全文>
发表于 @ 2008年10月29日 08:52:00|评论(loading...)|编辑|收藏
Restlet V1.1.0 正式发布。
Since the launch of Restlet 1.0 in April 2007, we have been working hard to prepare this new version. To protect your investment in existing code, we have maintained the initial API design, extending it where necessary and always ensuring a direct if not transparent migration path.
Here is a selection of the most exciting new features:Broader and deeper HTTP support with features such as partial downloads, resumable uploads or content integrity 阅读全文>
发表于 @ 2008年10月29日 08:47:00|评论(loading...)|编辑|收藏