摘要: From:http://club.topsage.com/thread-601610-1-1.htmlJava数据库连接接口(JDBC)是Java里定义的一套用于数据库连接和操作的API的集合。由不同的数据库厂商提供这套接口的实现类,对于 java程序员来说,程序员不需要关心数据库的底层的实现,统一的调用JDBC里的抽象出来的API来完成数据库的访问功能,在Data access的功能和接口定义中,java是在别的语言里实现的比较理想的,作为程序员需要的是,知道每个数据库的不同的JDBC的实现,也就是driver,以及对数据库的URL的描述,其他的一切也就是通过统一的调用来实现了,本文章收集了 阅读全文
posted @ 2012-08-11 22:56 书山瞌睡虫 阅读(167) 评论(0) 推荐(0) 编辑
摘要: From:http://tutorials.jenkov.com/java-reflection/generics.htmlI have often read in articles and forums that all Java Generics information is erased at compile time so that you cannot access any of that information at runtime. This is not entirely true though. Itispossible to access generics informat 阅读全文
posted @ 2012-08-11 16:25 书山瞌睡虫 阅读(225) 评论(0) 推荐(0) 编辑