糖醋里脊

有召唤,爱自由.
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

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 糖醋里脊er 阅读(139) 评论(0) 推荐(0)

摘要:给定一个数组,数组里面都是牌,一次发完牌,不能重复。 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 糖醋里脊er 阅读(206) 评论(0) 推荐(0)

摘要:生命周期图解以下英文引用全部来自google官方文档说明,方便理解。onCreate(BundlesavedInstanceState)You can callfinish()from within this function, in which ... 阅读全文

posted @ 2015-08-20 11:36 糖醋里脊er 阅读(249) 评论(0) 推荐(0)