2020年7月3日
摘要: 1.model对象 public class UserModel { @ColumnAnnotation(index=0) private String username; @ColumnAnnotation(index=1) private String sex; @ColumnAnnotatio 阅读全文
posted @ 2020-07-03 08:49 oktokeep 阅读(596) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) throws IllegalAccessException { //字符串转换为数字且每个加上100,输出。 String[] ids = {"100","12","23","45","68","78","99","200 阅读全文
posted @ 2020-07-03 08:46 oktokeep 阅读(1874) 评论(2) 推荐(0) 编辑