
异常处理
Collection
我只有一块钱
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JDBC连接错误The server time zone value ‘�й���ʱ��‘ is unrecognized or represents more than one time zone
使用IDEA编辑连接JDBC数据时,出现了如下错误: The server time zone value '�й���ʱ��' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the 'serverTimezone' configuration property) to use a more specific time z..原创 2022-03-29 11:28:37 · 395 阅读 · 0 评论 -
[Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated
昨天用Navicat练习mysql语句时候,发现执行语句时报错,错误代码以及内容如下: [Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column ‘information_schema.PROFILING.SEQ’ which is not functionally dependent on columns in GROUP BY clause; th原创 2022-03-20 10:33:06 · 5378 阅读 · 4 评论