内容简介:Apache Commons CSV 1.6 已发布(要求 Java 7+),Commons CSV 是一个用来读写各种 Comma Separated Value (CSV) 格式文件的 Java 库。 新特性 CSV-217: Add autoFlush option for CsvPrinter. PR #24. CSV-220:...
Apache Commons CSV 1.6 已发布(要求 Java 7+),Commons CSV 是一个用来读写各种 Comma Separated Value (CSV) 格式文件的 Java 库。
新特性
CSV-217: Add autoFlush option for CsvPrinter. PR #24.
CSV-220: Add API org.apache.commons.csv.CSVFormat.withSystemRecordSeparator().
bug 修复
CSV-219: The behavior of quote char using is not similar as Excel does when the first string contains CJK char(s).
CSV-172: Don't quote cells just because they have UTF-8 encoded characters.
CSV-223: Inconsistency between Javadoc of CSVFormat DEFAULT EXCEL.
CSV-209: Create CSVFormat.ORACLE preset.
CSV-224: Some multi-iterator parsing peek sequences incorrectly consume elements.
CSV-225: Parse method should avoid creating a redundant BufferedReader.
更改
CSV-231: Add more documentation to CSVPrinter.
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
计算机程序设计艺术(第1卷)
[美] Donald E. Knuth / 清华大学出版社 / 2002-9 / 80.00元
第1卷首先介绍编程的基本概念和技术,然后详细讲解信息结构方面的内容,包括信息在计算机内部的表示方法、数据元素之间的结构关系,以及有效的信息处理方法。此外,书中还描述了编程在模拟、数值方法、符号计算、软件与系统设计等方面的初级应用。此第3版增加了数十项简单但重要的算法和技术,并根据当前研究发展趋势在数学预备知识方面做了大量修改。一起来看看 《计算机程序设计艺术(第1卷)》 这本书的介绍吧!