ender
Results
2
comments of
ender
I have change the project to no-arc. I found that before I can setProgress, I need to show the message first. OK... thx for the code...
@Table(name="t_qingzhen") public class Qingzhen { ``` @Id(column="qingzhenid") private int qingzhenid; ``` 数据库名称是t_qingzhen,主键是qingzhenid,这样设计有问题?奇怪的是在模拟器跑没有问题,但打包发布后,在真机跑出现 "the class["+clazz+"]'s idField is null , \n you can define _id,id property or use annotation @id to solution...