摘要:Implement strStr().Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.判断一个字符串是不是另一个的子字符串 1 publi...
        阅读全文
        
            posted @ 2015-08-23 17:26
| 
 | |||
| 08 2015 档案
摘要:Implement strStr().Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.判断一个字符串是不是另一个的子字符串 1 publi...
        阅读全文
 
            posted @ 2015-08-23 17:26 
摘要:给定一个数组,数组里面都是牌,一次发完牌,不能重复。 1 import java.util.Arrays; 2 3 4 public class GiveCards{ 5 6 public static void main(String[] args) { 7 give...
        阅读全文
 
            posted @ 2015-08-23 15:59 
摘要:生命周期图解以下英文引用全部来自google官方文档说明,方便理解。onCreate(BundlesavedInstanceState)You can callfinish()from within this function, in which ...
        阅读全文
 
            posted @ 2015-08-20 11:36 
 | |||