信心比金钱更重要!

目标明确==>>>计划跟踪==>>>行动执行!
posts - 41, comments - 3, trackbacks - 0, articles - 2
  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

03 2012 档案

     摘要: ❑ save:用来保存Canvas的状态。save之后,可以调用Canvas的平移、放缩、旋转、错切、裁剪等操作。
❑ restore:用来恢复Canvas之前保存的状态。防止save后对Canvas执行的操作对后续的绘制有影响。  阅读全文

posted @ 2012-03-31 14:59 luofeng 阅读(151) | 评论 (0)  编辑 |

     摘要: 泄漏 是指你保持一个引用并不让GC(垃圾回收机制)回收它。  阅读全文

posted @ 2012-03-31 09:09 luofeng 阅读(119) | 评论 (0)  编辑 |

     摘要: 作者写的不错!  阅读全文

posted @ 2012-03-29 18:00 luofeng 阅读(105) | 评论 (0)  编辑 |

     摘要: 重构,很重要哦!  阅读全文

posted @ 2012-03-28 15:23 luofeng 阅读(146) | 评论 (0)  编辑 |

     摘要: 调试程序的时候,eclipse的console总是出现如下的错误“
Adb connection Error:远程主机强迫关闭了一个现有的连接”  阅读全文

posted @ 2012-03-27 17:30 luofeng 阅读(2401) | 评论 (1)  编辑 |

     摘要: 组和捕获。。  阅读全文

posted @ 2012-03-23 10:08 luofeng 阅读(291) | 评论 (0)  编辑 |

     摘要: Greedy 数量词 (贪婪的)!【每次取最多,不成,往出吐个,再试】!   阅读全文

posted @ 2012-03-23 09:53 luofeng 阅读(384) | 评论 (1)  编辑 |

     摘要: 正则表达式 待整理。。。。。  阅读全文

posted @ 2012-03-22 11:10 luofeng 阅读(353) | 评论 (0)  编辑 |

     摘要: String 字符串常量
StringBuffer 字符串变量(线程安全)
StringBuilder 字符串变量(非线程安全)  阅读全文

posted @ 2012-03-21 11:10 luofeng 阅读(383) | 评论 (0)  编辑 |

     摘要: android Animation  阅读全文

posted @ 2012-03-19 11:17 luofeng 阅读(651) | 评论 (0)  编辑 |

     摘要: 指针的重要性!  阅读全文

posted @ 2012-03-16 14:16 luofeng 阅读(499) | 评论 (1)  编辑 |

posted @ 2012-03-16 08:40 luofeng 阅读(184) | 评论 (0)  编辑 |