摘要: 题目如下: 思路: 递归产生子树,感觉这题很经典。 容易出错的地方有: (1) if(n<=0) 要判断,否则,n=0的测试结果是 [[]] ,而正确应该返回 [] (2) if (s > e) {res.add(null);} 这里不能直接{return null;} 本题代码: ref : ht 阅读全文
posted @ 2017-04-15 11:12 圆旭 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 这是我在Windows server 2012 下的安装过程 (1) 安装virtualbox (2) 安装IIS和PHP, 参考: https://msdn.microsoft.com/zh-cn/library/hh994592(v=ws.11).aspx (3)下载phpVirtualBox, 阅读全文
posted @ 2017-04-15 09:23 圆旭 阅读(1275) 评论(0) 推荐(0) 编辑