摘要: package JDBC_1;//演示jdbc所使用的预编译import java.sql.*;public class jdbc_2 { private static Connection coon = null; static { try { Class.forName("com.mysql.c 阅读全文
posted @ 2022-10-19 23:43 秦懿 阅读(59) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>打地鼠界面</title> <style type="text/css"> .textAglin { text-align: center; } .maindiv { width: 阅读全文
posted @ 2022-10-16 11:01 秦懿 阅读(140) 评论(0) 推荐(0)
摘要: package JDBC_1;import com.mysql.cj.jdbc.Driver;import java.sql.Connection;import java.sql.DriverManager;import java.sql.ResultSet;import java.sql.Stat 阅读全文
posted @ 2022-10-15 21:56 秦懿 阅读(33) 评论(0) 推荐(0)