Jason
Jason
hi pythonyaoley,`.env` 中配置的 MYSQL_PASSWORD 只在应用初始启动时会进行设置,后面再修改不会影响己创建过的数据。你是否在初始启动后重新修改过 MYSQL_PASSWORD? 如果需要修改密码可以选择⚠️删除数据⚠️重新初始化: ```bash rm -rf /usr/yunji/cloudiac/var && mkdir -p /usr/yunji/cloudiac/var/{consul,mysql} && cd /usr/yunji/cloudiac/ ``` ### 或者通过手动修改 mysql 密码 1. 停用 mysql server 认证 修改 docker-compose.yml,在...
checkout 执行前 code 目录不存在,但我们可以进入 workspace 目录
我也遇到了同样的问题。我发现链接是有生成的,但位置偏移了,如下图 I encountered the same problem. I found that the link is generated, but the position is offset, as shown below 
我找到原因了。当我设置了系统显示缩放(settings -> display ->scale and layout)时导出 HTML 就会出现链接位置偏移,将显示缩放设置为 100% 再导出就正常了。 I found the reason. When I set the system display scaling (settings-> display-> scale and layout), the link position will...
不好意思,是我描述的不清楚。我指的是 windows 系统的设置 Sorry, it's not clear what I described. I am talking about the settings of the windows system. @donnelson5779 @AntoineTurmel 