1. 字符串工具
org.apache.commons.lang.StringUtil
org.springframework.util.StringUtils
Assert 验证工具,验证不通过就跑错
2. 文件读取工具类
ServletContextResource 以类路径的方式进行访问
FileSystemResource 以文件系统绝对路径的方式进行访问
FileSystemResource 以文件系统绝对路径的方式进行访问
ResourceUtils 支持"classpath:"和"file:"的地址前缀,从指定的地址加载文件资源
FileCopyUtils 将文件内容拷贝到一个目标 byte[]、String、输出流或输出文件中
Properties 从一个输入流中加载属性资源
PropertiesLoaderUtils 直接通过基于类路径的文件地址加载属性资源
EncodedResource 编码
3. web相关
WebApplicationContextUtils 获取WebApplicationContext
WebUtils 灰常好用的工具类,cookie, session, request操作
IntrospectorCleanupListener Introspector 缓存清除监听器
WebAppRootListener 将 Web 应用根目录添加到系统参数中
ClassUtils 能够转换文件的/与类的.
4. 集合工具
CollectionUtils 判断集合是否为空
5 类工具
BeanUtils 复制类
org.apache.commons.lang.StringUtil
org.springframework.util.StringUtils
Assert 验证工具,验证不通过就跑错
2. 文件读取工具类
ServletContextResource 以类路径的方式进行访问
FileSystemResource 以文件系统绝对路径的方式进行访问
FileSystemResource 以文件系统绝对路径的方式进行访问
ResourceUtils 支持"classpath:"和"file:"的地址前缀,从指定的地址加载文件资源
FileCopyUtils 将文件内容拷贝到一个目标 byte[]、String、输出流或输出文件中
Properties 从一个输入流中加载属性资源
PropertiesLoaderUtils 直接通过基于类路径的文件地址加载属性资源
EncodedResource 编码
3. web相关
WebApplicationContextUtils 获取WebApplicationContext
WebUtils 灰常好用的工具类,cookie, session, request操作
IntrospectorCleanupListener Introspector 缓存清除监听器
WebAppRootListener 将 Web 应用根目录添加到系统参数中
ClassUtils 能够转换文件的/与类的.
4. 集合工具
CollectionUtils 判断集合是否为空
5 类工具
BeanUtils 复制类