上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页
摘要: package com.sxt.method1; /* * 通过反射 拿到方法 */ import java.lang.reflect.Method; import java.lang.reflect.Modifier; public class TestMethod { public static void main(String[] args) throws Exception... 阅读全文
posted @ 2017-05-04 15:14 清风追梦enjoy 阅读(159) 评论(0) 推荐(0)
摘要: package com.sxt.constructor; /* * 反射 * Class类拿到构造方法 */ import java.lang.reflect.Constructor; public class TestCon3 { public static void main(String[] args) throws Exception { Class c... 阅读全文
posted @ 2017-05-04 13:23 清风追梦enjoy 阅读(159) 评论(0) 推荐(0)
摘要: TestDom.java product2.xml (工程文件上右键 新建 other XML) product2.dtd 新建 XML dtd 阅读全文
posted @ 2017-05-03 21:05 清风追梦enjoy 阅读(163) 评论(0) 推荐(0)
摘要: XML 优势:1.简单性 2.良好的可读性 3.可扩展性 约束 4.跨平台 基于文本 容易被人和机器阅读 5.数据内容和形式分离 XML 作用:1.数据存储 2.数据交换 不同数据库之间的数据交换 3.数据配置 阅读全文
posted @ 2017-05-03 19:28 清风追梦enjoy 阅读(294) 评论(0) 推荐(0)
摘要: Server.java Client.java User.java 阅读全文
posted @ 2017-05-02 23:40 清风追梦enjoy 阅读(518) 评论(0) 推荐(0)
摘要: TestServer.java TestClient.java 阅读全文
posted @ 2017-05-02 20:38 清风追梦enjoy 阅读(3684) 评论(0) 推荐(0)
摘要: windows-->preference-->Java-->Code Style-->Code Templates -->Comments :注释--> 。。。 关键词列表: @author 作者名 @date 日期 @version 版本标识 @parameter 参数及其意义 @since 最早 阅读全文
posted @ 2017-05-01 19:20 清风追梦enjoy 阅读(294) 评论(0) 推荐(0)
摘要: TestStudent.java Student.java 阅读全文
posted @ 2017-05-01 15:34 清风追梦enjoy 阅读(1272) 评论(0) 推荐(0)
摘要: TestServer.java TestClient.java 阅读全文
posted @ 2017-04-28 17:44 清风追梦enjoy 阅读(548) 评论(0) 推荐(0)
摘要: TestCopyDocuments.java TestCopyFiles2.java 阅读全文
posted @ 2017-04-27 20:42 清风追梦enjoy 阅读(7758) 评论(0) 推荐(1)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页