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