摘要:
maven私服包引入报错 报红 阅读全文
摘要:
1、压缩 tar -zcvf 2、解压 tar -xvf 3、内网拷贝文件 scp -r -P22 192.168.1.56:/data data 4、开机启动项 开启、关闭、重启、状态 systemctl start xxx systemctl stop xxx systemctl restart 阅读全文
摘要:
跨域产生的原因,及判断条件 阅读全文
摘要:
idea 导入项目 报红可以正常运行 包引入没问题但是现在报红 阅读全文
摘要:
win10 不能调节屏幕亮度 win10 屏幕亮度调节快捷键不能用,windows10不能调节屏幕亮度解决办法 阅读全文
摘要:
mysql主从配置解决错误
1、error connecting to master 'repl@192.168.0.21:3306' - retry-time: 60 retries: 4 message: Authentication plugin 'caching_sha2_password' reported error: Authentication requires secure connection.
2、 Fatal error: The slave I/O thread stops because master and slave have equal MySQL server UUIDs; these UUIDs must be different for replication to work. 阅读全文
摘要:
Linux安装mysql总结 阅读全文