摘要: 使用Statement查询数据/** * 连接数据库查询 * @author Administrator * */public class Test01 { public static void main(String[] args) throws Exception { //创建连接 Connec 阅读全文
posted @ 2017-04-06 11:33 努力奋斗吧 阅读(114) 评论(0) 推荐(0) 编辑