摘要:
java bean 分页查询 n 代表第几页 sqlserver 2012 之后支持 select * from userinfo order by id offset (n-1)*10+1 rows fetch next 10 rows only; sqlserver 2003支持 select 阅读全文
摘要:
定义一个类 public class IDutils { public static String getid(){ return UUID.randomUUID().toString().replaceAll("-",""); } @Test public void get(){ System.o 阅读全文