摘要:
Practically Groovy: JDBC programming with Groovyimport groovy.sql.Sql class GroovySqlExample1{ static void main(String[] args) { def sql = Sql.newInstance("jdbc:mysql://localhost:3306/words", "words",... 阅读全文
posted @ 2012-07-10 14:45
lexus
阅读(266)
评论(0)
推荐(0)
浙公网安备 33010602011771号