摘要:
问题描述: 删除数据库表中一条数据的时候,报错Cannot delete or update a parent row: a foreign key constraint fails。 原因: 此数据库表和其他数据库表有关联,再删除的时候会检查表之间的关联关系,从而导致无法删除。 数据库中的解决方法 阅读全文
摘要:
在安装webpack的时候,显示webpack不是内部/外部命令,根据某博客设置了 全局变量:npm config set prefix "c:\program files\nodejs\node_global 缓存设置:npm config set cache "c:\program file\n 阅读全文