摘要:
package org.entity;/** * 本案例演示如何通过反射将字符串转换为类 * */public class Test { public static void main(String[] args) { String user = "org.entity.User";//字... 阅读全文
posted @ 2016-12-18 20:32
穆雄雄
阅读(841)
评论(0)
推荐(0)
摘要:
package org.entity;/** * 本案例演示如何通过反射将字符串转换为类 * */public class Test { public static void main(String[] ar... 阅读全文
posted @ 2016-12-18 20:32
穆雄雄
阅读(103)
评论(0)
推荐(0)
摘要:
package org.entity;/** * 本案例演示如何通过反射将字符串转换为类 * */public class Test { public static void main(String[] ar... 阅读全文
posted @ 2016-12-18 20:32
穆雄雄
阅读(71)
评论(0)
推荐(0)
摘要:
package org.entity;import java.util.Date;public class User { public String userNsme; public String pwd; p... 阅读全文
posted @ 2016-12-18 20:30
穆雄雄
阅读(88)
评论(0)
推荐(0)
摘要:
package org.entity;import java.util.Date;public class User { public String userNsme; public String pwd; public int role; public String[] favs; publ... 阅读全文
posted @ 2016-12-18 20:29
穆雄雄
阅读(151)
评论(0)
推荐(0)
摘要:
package org.entity;import java.util.Date;public class User { public String userNsme; public String pwd; p... 阅读全文
posted @ 2016-12-18 20:29
穆雄雄
阅读(81)
评论(0)
推荐(0)