上位机:ubuntu14.04 64bit 下位机:qq2440 交叉编译器:arm-linux-gcc 3.4.1 下位机使用的linux内核版本:kernel2.6.13 1.插入u盘时错误信息如下: [root@FriendlyARM /home]# usb 1-1: new full speed USB device using s3c2410-ohci and address 6usb 1-1: device descriptor read/64, error -110usb 1-1:…
1.existence of reference join------->缺少主键; 2.constraint name uniquesness-------->关联约束重名(reference 下的constraint name); 3.Incomplete join--->产生错误的reference所关联的两个表中主键不统一,调整为一致后即可解决此错误 4.Existence of index colum ----主键与外码联系出现错误(解决:双击错误记录至index Prope…