摘要:
本文介绍取出列表中元素某一个属性的最大值,最小值,及按某个元素分组 先创建一个测试类 public class TestEntity { private Long id; private String name; private Long age; //省略get set方法 } 构造一个列表 Li 阅读全文
摘要:
项目启动提示语法错误[42000][1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to u 阅读全文