Incorrect datetime value: '' for column 'examDate' at row 1
程序员文章站
2023-04-05 08:40:54
出问题的程序:user.setCreateTime(new Date()); 控制台图片一张,问题是:Incorrect datetime value: '' for column 'createTime' at row 1 解决方案: 原文链接:https://blog.csdn.net/heli ......
出问题的程序:
user.setcreatetime(new date());
控制台图片一张,问题是:incorrect datetime value: '' for column 'createtime' at row 1
解决方案:
import java.text.simpledateformat; import java.util.date; import java.sql.timestamp; //取当前时间 date nowdate=new date(); //转换时间格式 simpledateformat simpledate = new simpledateformat("yyyy-mm-dd hh:mm:ss"); user.setcreatetime(timestamp.valueof(simpledate.format(nowdate)));
原文链接:https://blog.csdn.net/helijie92902/article/details/53054199/
推荐阅读
-
使用Mysql5.x以上版本出现报错#1929 Incorrect datetime value: '' for column 'createtime'的快速解决方法
-
使用Mysql5.x以上版本出现报错#1929 Incorrect datetime value: '''' for column ''createtime''
-
解决出现Incorrect integer value: '' for column 'id' at row 1的问题
-
使用Mysql5.x以上版本出现报错#1929 Incorrect datetime value: '''' for column ''createtime''
-
Incorrect datetime value: '' for column 'examDate' at row 1
-
使用Mysql5.x以上版本出现报错#1929 Incorrect datetime value: '''' for column ''createtime''的快速解决方法
-
ERROR 1366 (HY000): Incorrect string value: '\xE9\x83\x91\xE5\xB7\x9E' for column 'aa' at row 1 MySQL 字符集
-
使用Mysql5.x以上版本出现报错#1929 Incorrect datetime value: '''' for column ''createtime''
-
mysql报错:java.sql.SQLException: Incorrect string value: '\xE4\xB8\x80\xE6\xAC\xA1...' for column 'excelName' at row 1
-
使用Mysql5.x以上版本出现报错#1929 Incorrect datetime value: '''' for column ''createtime''