05 2020 档案

摘要:public class JDBCUtils { // 获取对象方法 public static Connection getcon() throws Exception { // 注册驱动 Class.forName("com.mysql.jdbc.Driver"); // 获取连接 Connec 阅读全文
posted @ 2020-05-25 10:45 blinkQ 阅读(159) 评论(0) 推荐(0)
摘要:login.jsp <span> <label for="code" style="width:64px;height:32px;display:inline-block;line-height:32px;">验证码:</label> <input type="text" id="checkcode 阅读全文
posted @ 2020-05-11 12:03 blinkQ 阅读(133) 评论(0) 推荐(0)