摘要:
package com.zjw.dao; import java.sql.*; /** * 工具类 */ public class BaseDao { static final String DB_URL = "jdbc:mysql://localhost:3306/数据库"; static final String username = "用户名"; stati... 阅读全文
posted @ 2019-03-15 10:22
小胡桐
阅读(660)
评论(0)
推荐(0)
浙公网安备 33010602011771号