摘要: http://zh.highscore.de/cpp/boost/std::auto_ptr 析构的时候调用 delete 操作符来自动释放所包含的对象boost::scoped_ptr / boost::scoped_array不能传递它所包含的对象的所有权 到另一个作用域指针boost::shared_ptr /boost::shared_array在内部记录着引用到某个对象的共 ... 阅读全文
posted @ 2014-05-14 21:57 anjsxz 阅读(266) 评论(0) 推荐(0) 编辑
摘要: An intent service is similar to regular service, with two main exceptions: whatever work is to be done in onHandleIntent() will execute on a separate worker thread, and once it’s done, the service wil... 阅读全文
posted @ 2014-05-14 20:41 anjsxz 阅读(80) 评论(0) 推荐(0) 编辑