03 2020 档案

摘要:1 <%@ page language="java" contentType="text/html; charset=UTF-8" 2 pageEncoding="UTF-8" import = "java.sql.*"%> 3 <!DOCTYPE html PUBLIC "-//W3C//DTD 阅读全文
posted @ 2020-03-15 22:31 山贼版的土匪 阅读(325) 评论(0) 推荐(0)
摘要:1 import java.sql.Connection; 2 import java.sql.DriverManager; 3 import java.sql.SQLException; 4 public class 类名 { 5 Connection con; 6 public Connecti 阅读全文
posted @ 2020-03-14 15:15 山贼版的土匪 阅读(287) 评论(0) 推荐(0)