摘要:
1.打开Google play软件的详细页面 Intent intent = new Intent(); intent.setAction(Intent.ACTION_VIEW); intent.setData(Uri.parse("mar... 阅读全文
posted @ 2014-04-16 13:09
haroel
阅读(378)
评论(0)
推荐(0)
摘要:
开发需要写了一个处理curl 下载的c++类,内含有多个静态方法和实例方法,写在这里留给有需求的同学头文件CURLHelper.henum CURLHelperStateType{ CURLHelper_START = 0, CURLHelper_PROGRESS = 1, CUR... 阅读全文
posted @ 2014-04-16 13:06
haroel
阅读(574)
评论(0)
推荐(0)