摘要:
1.关于“计算短信要拆分的条数”:URL地址:https://blog.csdn.net/iteye_3989/article/details/82239179 阅读全文
摘要:
// 放在要检测的代码段前,取开始前的时间戳Long startTime = System.currentTimeMillis(); // 放在要检测的代码段前,取结束后的时间戳Long endTime = System.currentTimeMillis(); // 计算并打印耗时Long tem 阅读全文