ERROR 1064(42000) You have an error in your SQL syntax:check the corresponds to your MySQL server version for the right syntax to use DATABASE abc USE abc SHOW TABLES at line 2 这个是什么问题?刚装好Mysql,想建一个数据库尝试一下,就出现这...
我在页面上用 s:datetimepicker name = start_time displayFormat = yyyy-MM-dd/做日期选择器,当提交以后,在action返回的时候提示java.text.ParseException: Unparseable date: 异常,我的页面在提交的时候没有用这个日期选择器,所以里面是空值,怎样避免...