1、spring mvc的跳转
return "forward:toTest" 跳转到当前类 其他方法 return "forward:/student/toTest" 跳转到其他类的方法
2、省市 三级联动 distPicker
3、短信平台 云短信,阿里大于,需要企业执照
4、spring mvc返回String 带参数 利用modelMap
5、日期与字符串与时间戳转换 date.setTime("long 毫秒数") date.getTime() 获取毫秒数 format.formate(long 毫米数) 转成字符串
6、FileUtils.copyFile(srcFile, destFile);