Easyui入门视频教程 第10集---Messager的使用 <script type="text/javascript"> function show(){ $.messager.show({ title:'My Title', msg:'Message will be closed after 4 seconds.', showType:'show' }); } function slide(){ $.messager.show({ title:'My Title',…
按照官网在写mybatis-plus的自动填充功能一直报错,发现官网的解说不全,数据库是datetime类型,java程序又是date,类型不匹配 org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: Could not set property 'updateDate' of 'class com.example.pojo.…