01 2015 档案

摘要:map是C++的STL中存储key-value键值对数据结构的最基础的模板类,相对于multimap可以重复的key值,map的key是非重复的。 C++的reference这样说明的:std::mapis a sorted associative container that contain... 阅读全文

posted @ 2015-01-28 17:42 BryceMa 阅读(1379) 评论(0) 推荐(0)

摘要:参考教程:iMooc关于Handler,http://www.imooc.com/learn/267参考资料:Google提供Android文档Communicating with the UI ThreadHandler的作用: Android开发中不允许UI主线程之外的线程更新,那么在主线程下... 阅读全文

posted @ 2015-01-23 22:09 BryceMa 阅读(1992) 评论(0) 推荐(0)