- 博客(2)
- 收藏
- 关注
原创 css让盒子水平垂直居中的十个方法
1、使用flex布局<!DOCTYPE html><html><head> <meta charset="utf-8"> <title>盒子垂直居中</title><style>.wrap{ width: 600px; height: 600px; border:2px solid purple;}.item{width: 150px;height: 150p...
2021-09-12 16:31:47 149
原创 解决Error: ER_ACCESS_DENIED_ERROR: Access denied for user ‘root‘@‘localhost‘ (using password: YES)
用mysql链接已经写好的一个项目,包含后端API和现成数据库。遇到上面问题,是因为用户名和密码修改了。打开config->default.json文件,修改如下内容:"db_config" : { "protocol" : "mysql", "host" : "127.0.0.1", "database" : "mydb", "user" : "root", "password" : "123456", "port" : 3306 }将user和passw
2021-09-03 16:43:46 1211
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人