满意大碗

文章
6
资源
2
加入时间
2年10月17天

idea连接数据库报时区错误

idea连接数据库报错误:com.mysql.cj.exceptions.InvalidConnectionAttributeException: 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 con

round 函数

round 函数Round to nearest integer舍入为最近的整数(四舍五入)Syntax语法Y = round(X)Description描述Y = round(X) rounds the elements of X to the nearest integers. For complex X, the imaginary and real part

关于程序在keilC51下报一堆error C141: syntax error near '[' ,而其他编译器通过的一个可能原因和C51的关键词重名了

写了一个冒泡排序,在vc等编译器下没问题,在keilC51上就疯狂报错除了少括号等基础原因外,还有一个可能是和C51的关键词重名了比如我使用的这个data,是而我定义了一个名为data的数组,导致如下一堆error结果:解决方法就是给数组换一个变量名即可这里截图就是为了展示杀千刀的keil关键词加粗的不明显,导致我刚开始没看出来…………仅以此篇纪念我浪费的2个小时QAQ附上一些C51的关键词:存储器类型定义变量时可以省略存储器类型,C51将按编译模式默认存储器类型基本数据类型