标签:
Date d = new Date();
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd-hh-mm-ss");
String fileName= "jdbc:h2:~/"+sdf.format(d);
cp = JdbcConnectionPool.create(fileName, "sa", "sa");
标签:
原文地址:http://www.cnblogs.com/SEC-fsq/p/5745666.html