Navicat连接MySQL Server8.0版本时出现Client does not support authentication protocol requested by server;解决如下:
命令如下:
1、use mysql;
2、alter user 'root'@'localhost' identified with mysql_native_password by '********';
3、flush privileges;
容器适配器————queue
容器适配器之总结
序列式容器之总结
序列式容器————forward_list
序列式容器————list
序列式容器————dequeue
13.软件项目管理与敏捷方法——如何变更职责笔记
10.软件项目管理与敏捷方法——沟通管理笔记
09.软件项目管理与敏捷方法——人力资源管理笔记