The method setDate(int, java.sql.Date) in the type PreparedStatement is not applicable for the arguments (int, java.util.Date)
2019-04-19
pt.setDate(4, new Date(getBirthday().getTime()));这里要报错呀,转换不了时间啊
2019-04-19
最新回答 / Uestc_L
执行了 excuteQuery() 方法后返回的是查询到的记录的集合,以行为单位,然后通过这集合的 next() 方法一条条取出数据,也就是每次取出一个记录,然后对记录的每个字段分别操作。
2019-03-19
最新回答 / ARF阿圆圆圆圆圆
https://github.com/jeness/J2EELearning/tree/master/jdbcEmployee作业代码已传,欢迎批评指正
2019-03-19