摘要:
public String getBlob(String SQL){ Connection conn = null; PreparedStatement stmt = null; ResultSet rs = null; try { conn = dataSource.getConnection();//c3p0连接池 stmt = conn.prepareStatement(SQL)... 阅读全文
posted @ 2015-07-20 14:39
垦荒牛
阅读(1261)
评论(0)
推荐(0)
浙公网安备 33010602011771号