会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
悟_空
终一生度世人 终一世度一人
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
下一页
2021年11月5日
012--8的新特性-谎言跟誓言的区别是什么
摘要: 听得人当真了 说的人当真了
阅读全文
posted @ 2021-11-05 13:37 悟_空
阅读(27)
评论(0)
推荐(0)
2021年11月4日
011--继续反射--加上代理
摘要: 获取运行时 类 的 内部结构 --获取注解 getAnnotations()-返回数组 --获取修饰符 getModifiers() --获取返回值类型 getReturnType().getName() --获取参数类型 getParameterTypes() Parameter Paramete
阅读全文
posted @ 2021-11-04 09:06 悟_空
阅读(32)
评论(0)
推荐(0)
2021年11月3日
010--第一个十天--网络编程--反射
摘要: ClassLoader NewInstance()==运行时加载类,空参构造器 getFields()==public 包含父类 getDeclaredFields()==所有 不包含父类
阅读全文
posted @ 2021-11-03 09:03 悟_空
阅读(21)
评论(0)
推荐(0)
2021年11月2日
009-IO
摘要: 数据流--不常用 DataOutputStream DataInputStream 对象流 ObjectOutputStream ObjectInputStream == 标识接口 serializable == RandomAccessFile == InetAddress.getByName()
阅读全文
posted @ 2021-11-02 09:04 悟_空
阅读(171)
评论(0)
推荐(0)
2021年11月1日
008-泛型
摘要: File getAbsolutePath() getPath() getName() getParent() length() list() listFiles() isDirectory() isFile() exists() canRead() canWrite() isHidden() Fil
阅读全文
posted @ 2021-11-01 09:02 悟_空
阅读(34)
评论(0)
推荐(0)
2021年10月31日
007-map-国台办表示:统一后,台湾财政收入尽可用于改善民生
摘要: put putAll remove clear get(Object key) containsKey(Object key) containsValue(Object value) size() isEmpty() equals(Object obj)
阅读全文
posted @ 2021-10-31 08:50 悟_空
阅读(16)
评论(0)
推荐(0)
2021年10月30日
006-集合-Collection
摘要: remove removeAll contains containsAll iterator==每次调用,生成一个新的iterator iterator==remove "Tom".equals(object) iterator.remove for(Object obj : collection)
阅读全文
posted @ 2021-10-30 08:55 悟_空
阅读(23)
评论(0)
推荐(0)
2021年10月29日
005-注解-annotation
摘要: 框架=注解+反射+设计模式 @Override @Deprecated @SuppressWarnings 自定义注解 Collection-接口 List-接口==有序、可重复 ArrayList\\LinkedList\\Vector Set-接口==无序、不可重复 HashSet\\Linke
阅读全文
posted @ 2021-10-29 09:18 悟_空
阅读(39)
评论(0)
推荐(0)
2021年10月28日
004-MBG-mybatisGeneratior-可以把数据库中的表,逆向生成对应的类、接口、mapper-神器
摘要: 实现接口 Comparable 对比器 Comparator
阅读全文
posted @ 2021-10-28 13:26 悟_空
阅读(37)
评论(0)
推荐(0)
2021年10月27日
003-常用类-崇祯杀大臣是对底线的守护-sqlyog
摘要: 1== String s1 = "hello"; String s2 ="hello"; String s3 = new String("hello"); s1 += "world"; 2== Sring的不可变性--final 3== String, StringBuffer, StringBui
阅读全文
posted @ 2021-10-27 08:54 悟_空
阅读(32)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
下一页
公告