composer dump-autoload

文件其实是存在的。但是报错 Class App\Repositories\VuLnRepairConfigRepository does not exist {"exception":"[object] (ReflectionException(code: 0): Class App\Repositories\VuLnRepairConfigRepository does not exist at /wwwroot/sgj/zctc_asset_manage_zb/vendor/laravel/framework/src/Illuminate/Container/Container.php:853)

docker容器无法访问宿主机报出 No route to host

当docker容器访问宿主机时,如果宿主机服务端口会被防火墙拦截,从而无法连通宿主机,出现No route to host的错误。

composer版本以及解决Could not parse version constraint ~4.*或^1.0.2

当前composr版本过低 composer self-update 进行升级

phpstorm 临时文件锁死无法删除,导致项目运行失败

Settings/Preferences | Appearance & Behavior | System Settings | Use "safe write"

MISCONF Redis is configured to save RDB snapshots...

MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error

docker the input device is not a TTY

报错:the input device is not a TTY

docker 容器启动失败,无权限 Permission denied

docker 容器启动报错
chown: changing ownership of '/data/db': Permission denied
chown: changing ownership of '/var/lib/mysql/': Permission denied
给docker给个特殊权限privileged: true

php拓展安装报错:Warning: PHP Startup: Invalid library (maybe not a PHP library) '*.so' in Unknown on line

php拓展安装报错:Warning: PHP Startup: Invalid library (maybe not a PHP library) '*.so' in Unknown on line

mysql error 1271

mysql Illegal mix of collations for operation 'like'

服务器频繁断开TCP链接,导致chrome浏览器中定时刷新卡顿

服务器频繁断开TCP链接,导致chrome浏览器中定时刷新卡顿

  • 1
  • 2