摘要:
代码: SimpleDateFormat sdf=new SimpleDateFormat("yyyy-MM-dd hh:mm:ss"); Date date=new Date(); String time=sdf.format(date); Timestamp timestamp=Tim... 阅读全文
摘要:
Unable to instantiate Action, com.pp.action.user.LoginAction, defined for 'login' in namespace '/user'Error creating bean with name 'com.pp.action.us... 阅读全文
摘要:
报错 现象:Caused by: java.sql.SQLException: Data truncated for column 'task_content' at row 1报错原因:task_content 字段 在数据库中 长度太短 ,或者类型不对, 也有可能是插入数据 乱码 阅读全文