看例子练apachecommons之lang篇看commons包时的相关练习,可以用这个包提高编码效率
packagecn
apache;2
importjava
File;4
importjava
FileInputStream;5
importjava
FileNotFoundException;6
importjava
FileOutputStream;7
importjava
IOException;8
importjava
Calendar;9
importjava
Date;10
importjava
Iterator;11
importorg
apache
commons
ArrayUtils;13
importorg
apache
commons
CharSet;14
importorg
apache
commons
CharSetUtils;15
importorg
apache
commons
ClassUtils;16
importorg
apache
commons
ObjectUtils;17
importorg
apache
commons
RandomStringUtils;18
importorg
apache
commons
SerializationUtils;19
importorg
apache
commons
StringEscapeUtils;20
importorg
apache
commons
StringUtils;21
importorg
apache
commons
SystemUtils;22
importorg