摘要:
public class DemoT { public static void main(String[] args) throws Exception { ClassPathResource resource = new ClassPathResource("20200916_order_deta 阅读全文
摘要:
public class Test { public static void main(String[] args) { String a1=new String("123"); String a2=new String("123"); System.out.println(a1==a2);//fa 阅读全文
摘要:
如果是数据量不大的表可以用pageHelper减少我们分页的操作,但是几十w甚至更多的,我们要还是用limit优化,如果有其他更好的办法当然更好 1.先查询查询页最小的id select * from table where code= '123456' and num_id= '123456789 阅读全文