window->preference->General->key.在搜索框中,键入“next editor”.鼠标焦点设置在Binding.按ctrl+tab
posted @ 2012-12-12 22:30
penkee
阅读(683)
评论(0)
推荐(0)
摘要:
之前是做.net的。转到java以后,发现很多问题,还有一些不便之处。但是我们可以自己动手。public int exesql(String sql,Object[] param) throws SQLException, ClassNotFoundException{ getConnection(); PreparedStatement pstmt=this.conn.prepareStatement(sql); for(int i=0;i<param.length;i++){ String s=param[i].getClass().toString(); i... 阅读全文
posted @ 2012-12-12 21:30
penkee
阅读(1473)
评论(1)
推荐(0)