摘要:
1. 请描述下Activity的生命周期。 必调用的三个方法:onCreate()--> onStart() --> onResume(),用AAA表示 (1)父Activity启动子Activity,子Actvity退出,父Activity调用顺序如下 AAA --> onF... 阅读全文
摘要:
HTTP状态码(HTTP Status Code) 一些常见的状态码为: 200 - 服务器成功返回网页 404 - 请求的网页不存在 503 - 服务不可用 一、1xx(临时响应) 表示临时响应并需要请求者继续执行操作的状态代码。 代码 说明 100 (继续) 请求者应当继续... 阅读全文
摘要:
ANR (Application Not Response ) bundle 捆, entire 整个的,完整的 lifetime 生命周期 entire lifetime 完整生命周期 visible lifetime 可见生命周期 foreground lifetime 前沿生命周期 ... 阅读全文
摘要:
主讲人小冰QQ:986945193 新浪微博:http://weibo.com/mcxiaobing 百度贴吧:忆驹家族小冰 腾讯微博:http://t.qq.com/q986945193 高清视频 下载地址 :http://pan.baidu.com/s/1eQvT... 阅读全文
摘要:
java环境变量配置: 【用户变量】class_path .;%JAVA_HOME%\lib\tools;%JAVA_HOME%\jre PATH ;%JAVA_HOME%\bin; JAVA_HOME D:\Java\jdk1.7.0_79 ... 阅读全文
摘要:
package cc.jiusansec.www;import android.app.Activity;import android.app.AlertDialog;import android.content.DialogInterface;import android.os.Bundle;... 阅读全文
摘要:
public final class LogUtil { /** all Log print on-off */ private final static boolean all = true; /** info Log print on-off */ private final static ... 阅读全文
摘要:
//跟App相关的辅助类public class AppUtils{ private AppUtils() { /* cannot be instantiated */ throw new UnsupportedOperationException("cannot be instantiat... 阅读全文
摘要:
/** * 作者:${USER} on ${DATE} ${HOUR}:${MINUTE} * * 联系QQ:986945193 * * 微博:http://weibo.com/mcxiaobing *//** * @author :http://www.93sec.cc * * @新浪微博 :... 阅读全文
摘要:
/** * Created by David Zheng on 2016/3/30. * * Qq:986945193 * * 微博:http://weibo.com/mcxiaobing */ /** * 异步获取到数据 开启了子线程 * * 若是同步只... 阅读全文