2016年9月30日

(原创)父子关系数据递归加工成tree形数据(减轻数据库压力)

摘要: 将数据类型结构 id <->pId数据转化为 tree形结构标准数据,直接可以用于菜单树 阅读全文

posted @ 2016-09-30 16:46 甘蔗的味道 阅读(355) 评论(0) 推荐(0)

递归学习

摘要: package test; public class TestDiGui { public static void main(String[] args) { //System.out.println(jiecheng(10)); //System.out.println(fbnq(9)); int 阅读全文

posted @ 2016-09-30 08:53 甘蔗的味道 阅读(132) 评论(0) 推荐(0)

导航