
生僻知识纪录
mildness丶
这个作者很懒,什么都没留下…
展开
-
mysql命令gruop by报错this is incompatible with sql_mode=only_full_group_by
在mysql 工具 搜索或者插入数据时报下面错误: ERROR 1055 (42000): Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'database_tl.emp.id' which is not functionally dependent on colu...转载 2018-09-08 17:28:13 · 219 阅读 · 0 评论 -
Java实例化泛型
核心代码(可复制): public D newUsr(){ D newUsr; try { // 通过反射获取model的真实类型 ParameterizedType pt = (ParameterizedType) this.getClass().getGenericSuperclass(); ...原创 2018-10-10 15:40:13 · 9406 阅读 · 3 评论