1. 程式人生 > >java常用工具類元件 總結

java常用工具類元件 總結

常用元件

  • json操作: fastjson,jackson,gson
  • md5等:commons-codec
  • 工具集合:guava
  • 陣列操作:ArrayUtils(org.apache.commons.lang3.ArrayUtils)
  • 集合操作:CollectionUtils(org.apache.commons.collections4.CollectionUtils)
  • commons-lang3:常用工具類,DataformatUtils NUmberUtils DateUtils
  • io:commons-io
  • 配置:commons-configuration
  • jdbc工具類: commons-dbutils,spring jdbc

除此之外,請優先檢視 apache commons 專案是否有你需要的,如commons-pool2,commons-dbcp2,commons-logging等。