摘要: You are given an integer array nums and you have to return a new counts array. Thecounts array has the property where counts[i] is the number of small 阅读全文
posted @ 2016-03-08 22:48 ZHOU YANG 阅读(211) 评论(0) 推荐(0)
摘要: Given an integer matrix, find the length of the longest increasing path. From each cell, you can either move to four directions: left, right, up or do 阅读全文
posted @ 2016-03-08 20:20 ZHOU YANG 阅读(190) 评论(0) 推荐(0)
摘要: 花了整整一个下午,终于在新浪sae部署完成WeRoBot,现在将其中的曲折记录下来。 首先下载WeRoBot-SAE-demo,按照README.md中的要求,执行下述命令: 然后编辑config.yaml文件,更改其中的name 接着打包该路径下的所有文件: 进入新浪sae的代码管理界面,将刚才打 阅读全文
posted @ 2016-03-08 16:46 ZHOU YANG 阅读(940) 评论(2) 推荐(0)