摘要: Java代码 import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import java.util.ArrayList; import java.util.List; impor 阅读全文
posted @ 2016-02-18 22:50 牧之丨 阅读(5171) 评论(0) 推荐(1) 编辑
摘要: 工作中瞄到的,在此收集了 [java] view plain copy public class RawDao<T> { protected Class<T> clazz; @SuppressWarnings("unchecked") public RawDao() { @SuppressWarni 阅读全文
posted @ 2016-02-18 11:12 牧之丨 阅读(16996) 评论(1) 推荐(0) 编辑