错误代码 错误原因:外键约束失败
解决方法: 1.暂时取消外键约束(也是最方便的),数据插入后再重新设置外键约束 SET FOREIGN_KEY_CHECKS 0;#取消外键约束 SET FOREIGN_KEY_CHECKS 1;#设置外键约束
一、解决方案 1、j-link报The connected j-link is defective. proper operation cannot be guaranteed 在更新完j-link的驱动之后报错 The connected j-link is defective. proper operation cannot be guaranteed。
经过查找资料之后发现是j-link固件和j-link驱动程序不兼容…