前言:最近,因为复习JDBC知识,使用了最新版本的mysql驱动程序(mysql-connector-java.jar),结果出现了之前从未遇到过的问题:The server time zone value ‘�й�࿿…
com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value �й���ʱ�� is unrecognized or represents more than one time zone. You must configure either the serv…
https://blog.csdn.net/qk11201/article/details/129496562
name like--名字是两个字的;like%张名字姓张的
插入语句:insert into 表 values (Z001,大胜教育,null,淄博,null);
修改语句 update 表 set 售价售价*(1.05) (目的)…
项目场景:
企业微信应用发送定时任务消息
需求文本消息 遇到的bug
1.本地测试遇见“errcode“:60020,“errmsg“:“not allow to access from your ip 需要添加应用可信Ip,这里面编辑就行 2.发送报错errcode":40008,"errmsg":"Wa…