摘要: package com.yd.wmsc.copy; import java.util.*; public class TestCopy { public static void main(String[] args) throws CloneNotSupportedException { Name name = new Name("John", "Chen"); Pers... 阅读全文
posted @ 2017-03-15 16:26 tonggc1668 阅读(145) 评论(0) 推荐(0) 编辑
摘要: import java.io.File; import java.util.ArrayList; import java.util.List; import org.mybatis.generator.api.MyBatisGenerator; import org.mybatis.generato 阅读全文
posted @ 2017-03-15 13:59 tonggc1668 阅读(674) 评论(0) 推荐(0) 编辑