摘要: 目录结构: 数据库结构: 一·web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.o 阅读全文
posted @ 2019-11-18 17:16 勤俭的搬运工 阅读(131) 评论(0) 推荐(0) 编辑
摘要: try(){}写法会自动关闭连接 String sql = "select password from user where name = ?"; try(Connection c = getConnection(); PreparedStatement ps = c.prepareStatemen 阅读全文
posted @ 2019-11-18 13:27 勤俭的搬运工 阅读(672) 评论(1) 推荐(0) 编辑