logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

android:descendantFocusability 焦点 父控件与子控件焦点

android:descendantFocusabilityDefines the relationship between the ViewGroup and its descendants when looking for a View to take focus.Must be one of the following constant values.

#android
数据表 取最后一个插入id

Cursor c = db.query(this.TB_NAME,       new String[] { "last_insert_rowid() " + this.Id },       null, null, null, null, null);  加锁 不让再插入 同时

到底了