摘要: Java包Apache DBUtils有一个很好用特性是, 它能自动根据resultset的结果生成JavaBean对象, 用起来很方便. Apache DBUtils, http://commons.apache.org/dbutils Automatically populate JavaBean properties from ResultSets. You don't need to manually copy column values into bean instances by calling setter methods. Each row of the ResultS 阅读全文
posted @ 2011-11-10 17:47 harrychinese 阅读(1921) 评论(0) 推荐(0) 编辑
摘要: 批量生成Oracle DDL文件程序(Jython+zxJDBC版)之前写了一个批量生成Oracle DDL文件的Python程序(链接 http://www.cnblogs.com/harrychinese/archive/2011/10/12/My_First_Python_App_To_Generate_Oracle_DDL.html), 是CPython+cx_Oracle, 我的Windows一直没有装好cx_Oracle, 每次使用这个程序, 都需要登录到Linux上, 很不方便. 今天用Jython2.5.2+zxJDBC重新实现了, zxJDBC是Jython标准库, 装好Jy 阅读全文
posted @ 2011-11-10 17:27 harrychinese 阅读(541) 评论(0) 推荐(0) 编辑