1.bean类继承RealmObject时候必须有默认构造器(空构造),否则报错。(在dagger2环境中报错) 2.如果设置主键的情况下,添加则变为realm.copyToRealmOrUpdate(cbean);