转:
1、mysql生成32位的UUID:SELECT REPLACE(UUID(), ‘-‘, ‘‘);
2、Git生成秘钥(git已安装):ssh-keygen -t rsa -C "GITLAB上的邮箱地址",直接回撤即可。
3、java.sql.SQLException: The server time zone value ‘?D1ú±ê×?ê±??‘ is unrecognized or represents more than one time zone.
在数据库驱动的url后加上serverTimezone=UTC参数。
转:
原文:https://www.cnblogs.com/wangtcc/p/14635463.html