动念: 最近在学习Android开发,任务驱动是一个好的学习方法。在PC端,使用过对爱奇艺、腾讯、优酷的VIP视频解析的脚本(油猴+Greasy Fork),也看到过手机端的VIP视频解析APP(从解析、付费到推广已形成完整解决方案),于是籍由这个需求,动手写一个VIP视频解析的APP来进行Andr ...
分类:
移动开发 时间:
2018-12-13 11:29:37
阅读次数:
1345
Pasha has recently bought a new phone jPager and started adding his friends' phone numbers there. Each phone number consists of exactly n digits. Also ...
分类:
其他好文 时间:
2018-12-11 19:51:18
阅读次数:
224
https://developer.android.google.cn/training/safetynet/attestation#verify-compat-check SafetyNet Attestation API https://github.com/googlesamples/andr ...
升级NDK解决问题: 先清除 Android/Sdk/ndk-bundle/ 下的内容从 https://developer.android.google.cn/ndk/downloads/older_releases 下载16b版本的ndk到本地, 并解压说, 将解压缩后的所有文件拷贝到 Andr ...
分类:
移动开发 时间:
2018-12-04 14:45:05
阅读次数:
444
Follow up for “Unique Paths”: Now consider if some obstacles are added to the grids. How many unique paths would there be? An obstacle and empty space ...
分类:
其他好文 时间:
2018-11-29 22:29:48
阅读次数:
199
一、简介: ListView,列表视图,直接继承了AbsListView,是一个以垂直方式在项目中显示View视图的列表。ListView的数据项,来自一个继承了ListAdapter接口的适配器。 二、新建一个包listview并新建ListViewActivity.java活动: 三、在Andr ...
分类:
移动开发 时间:
2018-11-28 12:37:56
阅读次数:
206
We have a sequence of length N consisting of non-negative integers. Consider performing the following operation on this sequence until the largest ele ...
分类:
其他好文 时间:
2018-11-25 22:27:45
阅读次数:
146
Problem Statement We have a sequence of length N consisting of non-negative integers. Consider performing the following operation on this sequence unt ...
分类:
其他好文 时间:
2018-11-24 23:51:51
阅读次数:
226
https://github.com/ethereum/EIPs/issues/735 Abstract The following describes standard functions for adding, removing and holding of claims.These claim ...
分类:
其他好文 时间:
2018-11-23 16:46:51
阅读次数:
190
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum. N ...
分类:
其他好文 时间:
2018-11-22 00:24:54
阅读次数:
156