Java开发手册【个人】
2022-02-13
用FastDateFormat和FastDateParser代替SimpleDateFormat。因为更快,而且线程安全。
这2个类广泛存在于log4j-core 2版,commons-lang3和hutool中。
2022-02-13
用FastDateFormat和FastDateParser代替SimpleDateFormat。因为更快,而且线程安全。
这2个类广泛存在于log4j-core 2版,commons-lang3和hutool中。