240 发简信
IP属地:浙江
  • spring工具类最佳实践

    字符串处理函数 StringUtils方法分为三大类: 普通方法 格式化方法 字符串数组方法 常规方法 判定字符串是否为空 去除首尾空格 去除头...

  • 工具包commons-lang初探

    数组工具ArrayUtils 先看下这个类的介绍 Operations on arrays, primitive arrays (like in...

  • 线程池的超时参数

    在ThreadPoolExecutor方法的参数注释中keepAliveTime是这样说的: when the number of thread...