一、把子查询改为联结查询 改写匹配值的子查询 --容易 改写非匹配值的子查询 原语句: select * from student where student_id not in (select student_id from absence); 改写为: select student.* from student left join abs
出现类似 java.lang.ClassCastException: android.support.v7.widget.AppCompatTextView cannot be cast to android.widget.RadioButton RadioButton一般是在RadioGroup中出现的,这种错误都是在RadioGroup放入了别的类型的组件,比如上述的就是放入了Text