标签:接口 数据库操作 style rda ali type str context 数据库版本
2018-11-26
接口中的type,里面的1,2,3,。。。,只需要在all.put("type", String.valueOf(12));
2018-11-28
数据库操作,空格不要乱填,省劲那
2018-11-29
public ReaderOpenHelper(Context context) {
super(context, "people.db", null, 1);
}
people.db是数据库名字,1是数据库版本。
标签:接口 数据库操作 style rda ali type str context 数据库版本
原文地址:https://www.cnblogs.com/lhy-blog/p/10039483.html