环境:
操作系统:Microsoft Windows XP Professional SP3
虚拟机:VirtualBox-4.2.6-82870-Win.exe
CeontOS:CentOS-6.0-i386-bin-DVD.iso 1.创建虚拟机
新建->填写合适名称,类型:Linux,版…
image.png 直接 上代码 复制就好 */ public class DateUtil { private static final long ONE_MINUTE 60; private static final long ONE_HOUR 3600; private static final long ONE_DAY 86400; private static final long ONE_MONTH 2592000; private static final long …