随笔分类 -  JavaSE

摘要:JDBC连接数据库示例: package com.sjx.test; import java.sql.*; public class DemoDB { public static void main(String[] args) throws ClassNotFoundException, SQLE 阅读全文
posted @ 2021-10-29 13:58 novae 阅读(652) 评论(0) 推荐(0)