摘要: sql语句练习50题 00 相关参考资料 MySQL 函数 试题 MySQL教程之concat以及group_concat的用法 01 表和测试数据 CREATE TABLE `course` ( `c_id` varchar(20) CHARACTER SET utf8 COLLATE utf8_ 阅读全文
posted @ 2022-05-08 21:08 进击的小蔡鸟 阅读(236) 评论(0) 推荐(0) 编辑
摘要: @Test public void test1() { //实现中文首字母排序 List<Dto> list = Arrays.asList(new Dto("鲍勃", 16), new Dto("艾琳", 18), new Dto("蔡依林", 19)); Comparator comparato 阅读全文
posted @ 2022-05-08 21:07 进击的小蔡鸟 阅读(28) 评论(0) 推荐(0) 编辑
摘要: Function函数式接口 阅读全文
posted @ 2022-05-08 16:44 进击的小蔡鸟 阅读(208) 评论(0) 推荐(0) 编辑