一、2018年11月29日23:27:03 Date类和SimpleDateFormat类 Calendar类:获取Calendar对象,获取年月日时分秒;Calendar对象转换成Date对象。 二、2018年11月29日23:56:28 Math类 三、2018年11月30日09:50:26 String类的方法:length()、indexOf()、lastIndexOf()、substring() 使用String的常用方法验证邮箱名及其java有效文件名HelloWorld.java 714203849@qq.com 四、Java集合*****2018年11月30日10:56:25 Collection Map List Set Map ArrayList HashSet HashMap List有序且允许元素重复 ArrayList Set无序且元素唯一 HashSet Map key-value HashMap