摘要:
以前用的是5.7版本的MySQL,在学习实践Springboot的时候顺带升级了一下8.0,遇到了一些坑,在这记录一下,有碰到同类问题的童鞋需要自取。 使用 navicat连接发现报错1251 Client does not support authentication protocol 错误 这个 阅读全文
摘要:
思路:就是模拟杀手杀人的过程,新开一个数组用于标记被杀死的位置。然后生成新的数组,直到平安夜来临。 java public class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in 阅读全文