Java快速开发平台

www.fastunit.com

  BlogJava :: 首页 :: 联系 :: 聚合  :: 管理
  23 Posts :: 0 Stories :: 273 Comments :: 0 Trackbacks

04 2008 档案

     摘要: 数据传输时,有时需要将数据压缩和解压缩,本例使用GZIPOutputStream/GZIPInputStream实现。  阅读全文
posted @ 2008-04-25 12:37 FastUnit 阅读(22997) | 评论 (8)  编辑

posted @ 2008-04-24 15:45 FastUnit 阅读(10356) | 评论 (2)  编辑

     摘要: 当需要排序的集合或数组不是单纯的数字型时,通常可以使用Comparator或Comparable,以简单的方式实现对象排序或自定义排序。  阅读全文
posted @ 2008-04-08 18:16 FastUnit 阅读(47159) | 评论 (16)  编辑