存档信息
12月 2021
显示前 3 共 18 条信息
ConcurrentModificationError (Concurrent modification during iteration: _LinkedHashMap len:0.)
发布者: 粮油菜大市场 发布时间 : 2021 年 12月 30日
Exception has occurred.
- ConcurrentModificationError (Concurrent modification during iteration: _LinkedHashMap len:0.)
A value of type 'Iterable<SpecialPrice?>' can't be assigned to a variable of type 'List<SpecialPrice?>?
发布者: 粮油菜大市场 发布时间 : 2021 年 12月 25日
A value of type 'Iterable<SpecialPrice?>' can't be assigned to a variable of type 'List<SpecialPrice?>?'.
flutter error
SQLSTATE[01000]: Warning: 1265 Data truncated for column 'xx_xxx at row 1
发布者: 粮油菜大市场 发布时间 : 2021 年 12月 23日
SQLSTATE[01000]: Warning: 1265 Data truncated for column 'xx_xxx at row 1
发生这样错误,一般是由于数据类型不对的,比如数据库表定义时候这个列为固定枚举值,更新时候出现其他值的时候就会报错