摘要:
try{ a、导入驱动包、加载具体的驱动类Class.forName("具体的驱动类"); b、与数据库建立connection=DriverManager.getConnection(.....) c、通过connection,获取操作数据库的对象(Statement\prepateStateme 阅读全文
posted @ 2019-03-23 18:59
Everest7
阅读(61)
评论(0)
推荐(0)