随笔分类 -  javaSE

可变参数
摘要:... 必须放在最后 阅读全文

posted @ 2021-06-18 11:51 wichell 阅读(23) 评论(0) 推荐(0)

JavaDoc
摘要:常用标记 @author @version @since @param @return @throws 阅读全文

posted @ 2021-06-18 11:16 wichell 阅读(18) 评论(0) 推荐(0)

编码
摘要:ASCII:一个字节,表示不了中文 UFT-8:2个字节,中文 Unicode:2个字节,表示不了中文 阅读全文

posted @ 2021-06-18 11:07 wichell 阅读(70) 评论(0) 推荐(0)

注释
摘要:行内注释:// 多行注释:/* */ 文档注释:/** */ 阅读全文

posted @ 2021-06-18 10:59 wichell 阅读(48) 评论(0) 推荐(0)

稀疏数组
摘要:![](https://img2020.cnblogs.com/blog/2432082/202106/2432082-20210618104710589-1224608465.png) 阅读全文

posted @ 2021-06-18 10:48 wichell 阅读(20) 评论(0) 推荐(0)

导航