import java.util.Date;
public class Main {
public static void main(String[] args) {
Date date = new Date();
System.out.println("当前时间:" + date);
}
/**
* 当前时间:Tue Dec 11 10:11:49 CST 2018
*/
}import java.util.Date;
public class Main {
public static void main(String[] args) {
Date date = new Date();
System.out.println("当前时间:" + date);
}
/**
* 当前时间:Tue Dec 11 10:11:49 CST 2018
*/
}
商品管理系统
2018-04-22
Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'
2019-06-19
CentOS集群搭建
2019-03-31
VUE提示:Cannot find module 'postcss-url'
2019-12-11
Class org.apache.poi.hssf.usermodel.HSSFWorkbook does not implement the requested interface org.apache.poi.ss.usermodel.Workbook
2016-09-07