计算两个时间戳的时间间隔
@Test
public void getTime() {long time1 = System.currentTimeMillis();
System.out.println("time1="+time1);
try {
Thread.sleep((long) (Math.random()*1000*10));
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
long time2 = System.currentTimeMillis();
System.out.println("time2="+time2);
long l = (time2-time1)/(1000);
System.out.println("l="+l);
}
【计算两个时间戳的时间间隔】
推荐阅读
- 20170612时间和注意力开销记录
- 时间老了
- Eddy小文
- C语言中的时间函数clock()和time()你都了解吗
- 山香|山香 善思 智学访谈
- 请给时间一点时间
- 全过程工程咨询——时间管理(12)
- 刘婵为何不娶关羽的女儿为妻子,而为何要娶张飞的两个女儿
- 使用协程爬取网页,计算网页数据大小
- 最有效的时间管理工具(赢效率手册和总结笔记)