摘要: wrapper.select("distinct user_code").eq("id", userDTO.getId()); 阅读全文
posted @ 2022-06-27 17:56 wyuioahxvm 阅读(549) 评论(0) 推荐(0) 编辑
摘要: //定一个静态方法,专门生成单个的号码 public static void getPhoneNum() { //给予真实的初始号段,号段是在百度上面查找的真实号段 String[] start = {"133", "149", "153", "173", "177", "180", "181", 阅读全文
posted @ 2022-06-27 17:52 wyuioahxvm 阅读(1) 评论(0) 推荐(0) 编辑
摘要: insert into persons (id_p, lastname , firstName, city ) values (200,'haha' , 'deng' , 'shenzhen'), (201,'haha2' , 'deng' , 'GD'), (202,'haha3' , 'deng 阅读全文
posted @ 2022-06-27 17:50 wyuioahxvm 阅读(83) 评论(0) 推荐(0) 编辑