比较有用的java开源类库

1、Guava:Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, 等等. 这些高质量的 API 可以使你的JAVa代码更加优雅,更加简洁,让你工作更加轻松愉悦
  官方首页: http://code.google.com/p/guava-libraries
  中文详细介绍: http://www.cnblogs.com/peida/archive/2013/06/08/3120820.html
2、Joda:优质底层的java库
  官方首页: http://www.joda.org/
3、Apache commons:*****
  官方首页: http://commons.apache.org/
4、geohash实现: https://github.com/kungfoo
5、jts:全功能用java计算几何形状的开源库
  官方主页: http://tsusiatsoftware.net/jts/main.html

猜你喜欢

转载自riching.iteye.com/blog/2000079
今日推荐