摘要: package util; import java.sql.*; public class DBconn { static String url = "jdbc:mysql://localhost:3306/student?serverTimezone=UTC"; static String use 阅读全文
posted @ 2020-01-01 19:41 Mac_13 阅读(188) 评论(0) 推荐(0)