摘要:
Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException: Co 阅读全文
摘要:
SimpleDateFormat ft = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");//设置时间展示格式 ft.format("需要格式化的时间串"); 阅读全文
摘要:
使用import org.springframework.beans.BeanUtils提供的工具类BeanUtils可以直接将同名属性值赋值 play为源对象,vo为目标对象,就是将play对象同名的属性值赋给vo对象的属性 BeanUtils.copyProperties(play,vo); 阅读全文