摘要:
currentTimeMillis()System.currentTimeMillis返回的是从1970.1.1 UTC 零点开始到现在的时间,精确到毫秒,平时我们可以根据System.currentTimeMillis来计算当前日期,星期几等,可以方便的与Date进行转换返回以毫秒为单位的当前时间 阅读全文
摘要:
Function Goal Training for new guys, meanings who takes part of QA jobs and make other QA members grow up Build standard QA flow Project Goal for Nive 阅读全文
摘要:
Minor GC Young GC Full GC Major GC https://blog.csdn.net/chenleixing/article/details/46706039 内存划分为 Eden、Survivor 和 Tenured/Old 空间,如下图所示: 从年轻代空间(包括 Ed 阅读全文