提交表单时,字段有的没有值,springboot 会报错. org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 4 errorsField error in object 'stone' on field 'stone_purchdate': rejected value [2018-05-11T16:00:00.000+0000]; cod…
导出excel用ajax不行,提交form表单可以. 一直用ajax找原因,网页不出现下载提示框 写了 response.setContentType("application/binary;charset=ISO8859_1");Date now = new Date();SimpleDateFormat toDoFormat = new SimpleDateFormat("yyyyMMddhhmmssSSS");String nowTime = toDoForm…