09 2014 档案

摘要:Given a string containing only digits, restore it by returning all possible valid IP address combinations.For example:Given"25525511135",return["255.2... 阅读全文
posted @ 2014-09-24 17:57 丶Blank 阅读(269) 评论(0) 推荐(0)
摘要:GivennumRows, generate the firstnumRowsof Pascal's triangle.For example, givennumRows= 5,Return[ [1], [1,1], [1,2,1], [1,3,3,1], [1,4,6,4,1]... 阅读全文
posted @ 2014-09-24 16:06 丶Blank 阅读(164) 评论(0) 推荐(0)
摘要:PermutationsGiven a collection of numbers, return all possible permutations.For example,[1,2,3]have the following permutations:[1,2,3],[1,3,2],[2,1,3]... 阅读全文
posted @ 2014-09-24 01:04 丶Blank 阅读(142) 评论(0) 推荐(0)
摘要:基于bootstrap的选择器http://silviomoreto.github.io/bootstrap-select/ Android: 使用class="selectpicker" 设置选择器。基于bootstrap的分页插件,支持bootstr... 阅读全文
posted @ 2014-09-18 10:16 丶Blank 阅读(2029) 评论(0) 推荐(0)