随笔分类 -  java8

摘要:1 public static void main(String[] args) { 2 EmployDO zhangsan = new EmployDO.Builder().name("张三").sex("男").position("职员").status("在职").age("20").buil 阅读全文
posted @ 2020-12-14 15:54 竹秋千道 阅读(845) 评论(0) 推荐(0)
摘要:1 public static void main(String[] args) { 2 EmployDO zhangsan = new EmployDO.Builder().name("张三").sex("男").position("职员").status("在职").age("20").buil 阅读全文
posted @ 2020-12-14 15:51 竹秋千道 阅读(3227) 评论(0) 推荐(0)
摘要:1 @Test 2 public void sorted() { 3 EmployDO emp = EmployDO.builder().age("18").name("张小华").sex("男").position("服务员").build(); 4 EmployDO emp2 = EmployD 阅读全文
posted @ 2020-07-23 16:47 竹秋千道 阅读(14071) 评论(0) 推荐(0)