摘要: import java.sql.*; public class jdbcTest { public static void main(String[] args) throws ClassNotFoundException, SQLException { //1、加载驱动 Class.forName 阅读全文
posted @ 2023-06-29 15:45 Robots2 阅读(307) 评论(0) 推荐(0)
摘要: 一、maven <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2023-06-29 10:05 Robots2 阅读(66) 评论(0) 推荐(0)