2015年4月17日

SqlServer查询数据库所有表

摘要: //SqlServer查询数据库所有表SELECT * FROM SYSOBJECTS WHERE TYPE='U' and name like '%dict%' 阅读全文

posted @ 2015-04-17 16:45 时光让我遇到你 阅读(283) 评论(0) 推荐(0) 编辑

JAVA-反射-getGenericSuperclass()

摘要: 1 public class Person { 2 3 } 4 5 import java.lang.reflect.ParameterizedType; 6 import java.lang.reflect.Type; 7 8 public class Student extends Per... 阅读全文

posted @ 2015-04-17 16:14 时光让我遇到你 阅读(186) 评论(0) 推荐(0) 编辑

导航