摘要:
Introspector 是一个专门处理bean的工具类.用来获取Bean体系里的 propertiesDescriptor,methodDescriptor. 要理解这个,就要理解下面几个议题. *bean是啥? 普通的class 可能有 computerAges(){ }等方法. Bean是 一 阅读全文
摘要:
DBUtiles是一个很好的处理JDBC的工具类。(DbUtils is a small set of classes designed to make working with JDBC easier ) DBUtiles中的QueryRunner和ResultSetHandler的手动实现 其中 阅读全文