在开发时,遇到mysql版本在5.7.X及以上版本时使用group by 语句会报以下的错误
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column business_typ…
os模块包含了普遍的操作系统和文件目录方法 引入类库
首先需要引入类库
import os 常用方法
OS模块方法
获取操作系统类型
nt->window:Microsoft Windows NT
posix->Linux/Mac OS: Portable Operating System Interface of UNIX(可移植操作系统接口&…