Wide-K
Wide-K
> After code modification, run ""npm run build"" to make it work. although still not hot-reloading, but better than rebuilding the image. Thanks!
1. 看一下docker ps里面的mysql container是否在执行,我的情况是mysql运行后闪退,提示 ”Cannot create redo log files because data files...",这种情况要在docker里面删除volumes的数据,然后重试。不行就重装 2. 如果mysql container正常运行,看一下logs/sanic_api.log日志,如果显示说“[ERROR] 2003 (HY000): Can't connect to MySQL server on 'mysql-container-local:3306' (111)”。第一确保你的机器是否已经安装过mysql,用netstat -aon|findstr 3306 看一下进程是否被mysqld占用,如果是用进程管理器杀掉这个进程。然后在docker-compose-windows.yaml里面把mysql下面的ports - "3306:3306"注解取消掉。重新启动...
> Please attach the file, and let me debug it. Here you go. [1234.xlsx](https://github.com/user-attachments/files/16190723/1234.xlsx)
> Please attach the file, and let me debug it. So it does seem that the column head name has to be distinct, otherwise it would cause an error
same problem here, any solutions?