摘要:
数据库设计 DROP TABLE IF EXISTS ; CREATE TABLE ( bigint(20) NOT NULL AUTO_INCREMENT, varchar(50) NOT NULL COMMENT '用户名', varchar(32) NOT NULL COMMENT '密码,加 阅读全文
摘要:
Class clazz; // 反射 public BaseServiceImpl() { Type type = this.getClass().getGenericSuperclass(); ParameterizedType ptype = (ParameterizedType) type; 阅读全文