IP属地:广西壮族自治区
出现问题的原因:MySQL8.0之后更换了加密方式,而这种加密方式客户端不支持 解决:更改加密方式在cmd中进入mysql之后敲:ALTER U...
mysql安装地址:https://dev.mysql.com/downloads/file/?id=499256[https://dev.my...
1.在pom.xml的<dependencies></dependencies>标签中中加入以下依赖<dependency><groupId>o...
1.drawable新建xml文件 ``` <?xml version="1.0" encoding="utf-8"?> <corner...
1. drawable目录新建selector.xml 代码: ``` <?xml version="1.0" encoding="utf-8"...