一、使用JProfiler分析程序
1、JProfiler使用教程
https://blog.csdn.net/weixin_42311968/article/details/120726106
二、具体原因排查
String操作尽量少用正则表达式
replace VS replaceAll (优先使用replace,replaceAll底层会使用正则)
split
一、使用JProfiler分析程序
1、JProfiler使用教程
https://blog.csdn.net/weixin_42311968/article/details/120726106
二、具体原因排查
String操作尽量少用正则表达式
replace VS replaceAll (优先使用replace,replaceAll底层会使用正则)
split