摘要:
Plus One Given a non-negative number represented as an array of digits, plus one to the number. The digits are stored such that the most significant d 阅读全文
posted @ 2017-05-23 09:47
mfmdaoyou
阅读(230)
评论(0)
推荐(0)
摘要:
1. 本文目的 Android ContentProvider提供了进程间数据交换的一种机制。而数据库的查询就是这样的机制的应用。那么app通过Uri查询数据库而得到的Cursor到底是个什么东西?为何能够为我们提供还有一个进程的数据?本文以getContentResolver().query(…… 阅读全文
posted @ 2017-05-23 08:52
mfmdaoyou
阅读(682)
评论(0)
推荐(0)