随笔分类 - Java / Java高级技术
摘要:package Karl.Demo.DaiLi; public class Test { public static void main(String[] args) { BigStar s=new BigStar("杨超越"); Star star=ProxyUtil.createProxy(s)
阅读全文
摘要:package Karl.Demo.FanShe; import org.junit.Test; public class Test1 { @Test public void save() throws Exception { Student si=new Student("黑马吴彦祖",45,'男
阅读全文