摘要:
复杂条件查询功能_分析 复杂查询,也就是模糊查询 SELECT * FROM user WHERE gender LIKE '%女%' and address LIKE '%博城%' LIMIT 0,5; PageBeanint totalCount;——— select count(*) from 阅读全文
摘要:
分页查询功能_代码实现_后台代码实现 package hf.xueqiang.web.servlet; import hf.xueqiang.domain.PageBean; import hf.xueqiang.domain.User; import hf.xueqiang.service.Use 阅读全文