摘要: 惯例广告一发,对于初学真,真的很有用www.java1234.com,去试试吧!1、修改功能实现 dao public int gradeAdd(Connection con,Grade grade)throws Exception{ String sql="update t_grade set gradeName=?,gradeDesc=? where id=?"; PreparedStatement pstmt=con.prepareStatement(sql); pstmt.setString(1, grade.get... 阅读全文
posted @ 2013-06-30 19:54 cnmotive 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 惯例广告一发,对于初学真,真的很有用www.java1234.com,去试试吧!1、添加搜索、添加、修改、删除按钮 添加| 修改| 删除 班级名称:搜索 2、实现搜索功能 dao public ResultSet gradeList(Connection con,PageBean pageBean,Grade grade)throws Exception{ StringBuffer sb=new... 阅读全文
posted @ 2013-06-30 18:30 cnmotive 阅读(624) 评论(0) 推荐(0) 编辑