摘要: 转载自:https://www.2cto.com/database/201409/338155.html第一种方案 DAO层的函数方法 Public User selectUser(String name,String area);对应的Mapper.xml <select id="selectUs 阅读全文
posted @ 2018-05-10 14:05 huiy_小溪 阅读(1414) 评论(0) 推荐(0)
摘要: 需求是:递归查询资源1.资源类 EntityBaseResource:public final class EntityBaseResource { private Long resID = 0l; private String resName = ""; private String urlPat 阅读全文
posted @ 2018-05-10 14:01 huiy_小溪 阅读(7454) 评论(0) 推荐(0)