Text是Hadoop中的一个Writable类,定义了Hadoop中的其中的数据类型以及操作。 This class stores text using standard UTF8 encoding. It provides methods to serialize, deserialize, ....
分类:
其他好文 时间:
2014-09-03 16:28:37
阅读次数:
370
源码版本:4.4跳过InCallActivity等UI实现。先看service以及底层。1, 在frameworks/opt下面会发现如下文件列表:./telephony/src/java/com/android/internal/telephony/cdma/CdmaServiceStateTra...
分类:
移动开发 时间:
2014-09-03 12:36:36
阅读次数:
383
jdk并发包 CopyOnWriteArrayList源码分析...
分类:
其他好文 时间:
2014-09-03 11:23:26
阅读次数:
184
android 在线升级借助开源中国App源码分析如下: 1: checkAppUpdate 检查是或需要升级 // 网络连接判断 if (appContext.isNetworkConnected()) { // 检查新版本 if (appContext.isCheckUp()) { Update...
分类:
移动开发 时间:
2014-09-01 17:20:13
阅读次数:
293
/* --- name: Class description: Contains the Class Function for easily creating, extending, and implementing reusable Classes. license: MI...
分类:
其他好文 时间:
2014-09-01 15:29:13
阅读次数:
208
/* --- name: Fx description: Contains the basic animation logic to be extended by all other Fx Classes. license: MIT-style license. req...
分类:
其他好文 时间:
2014-09-01 15:28:53
阅读次数:
223