nginx1.22配置代理
location ~^/prod-api/(.*) { proxy_pass http://1.1.1.11:8088/$1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; ...
location ~^/prod-api/(.*) { proxy_pass http://1.1.1.11:8088/$1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; ...
WIN+R 填入 Shell:Common Startup
方法一:1 点击“开始”菜单,选择“设置”。2 通过设置进入高级显示器设置3 进入显示器适配属性,进入颜色管理4 颜色管理 高级 进入后即可设置偏色的问题了
1首先通过密码登录2.use mysql; select host,user from user; update user set host='%' where user ='root'; FLUSH PRIVILEGES; GRANT ALL PRIVILEGES ON *.* TO...
首先网络搜索到的显示中文办法基本都是假的,这里汉化只需要替换主要对应文件即可。https://github.com/asxez/DockerDesktop-CN这个作者提供的版本就可以替换 或者我拷贝的版本https://github.com/javadeath/DockerDesktop-C...