上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页

2018年3月28日

摘要: 参考资料:http://www.runoob.com/w3cnote/android-tutorial-listview.html 阅读全文
posted @ 2018-03-28 09:26 maogefff 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 1. CheckBox(复选框) 2. RadioGroup/RadioButton(单选按钮) 参考:https://www.cnblogs.com/wt616/archive/2011/06/20/2085531.html RadioButton表示单个圆形单选框,而RadioGroup是可以容 阅读全文
posted @ 2018-03-28 09:24 maogefff 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 运行结果: 阅读全文
posted @ 2018-03-28 09:22 maogefff 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 参考:http://blog.csdn.net/xufazhong/article/details/71155528 阅读全文
posted @ 2018-03-28 09:21 maogefff 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 强制转换: (Cplusplus基础与提高(何桂林)21页) static_cast:有隐式转换的 格式: reinterpret_cast:没有隐式转换的 格式: 举例: const_cast:脱常量的 格式: 举例: dynamic_cast(这个不需要) 容器: Vector<String8> 阅读全文
posted @ 2018-03-28 09:21 maogefff 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 1. 查看线程是否还存活 结果: 2. 状态监测 notify是唤醒wait的,wait可以是自己运行,也可以是别的程序运行; 结果: 结果: 3. 中断线程 结果: 阅读全文
posted @ 2018-03-28 09:19 maogefff 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 结果: 阅读全文
posted @ 2018-03-28 09:18 maogefff 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 结果: 阅读全文
posted @ 2018-03-28 09:17 maogefff 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 1. File类 主要作用:用于文件和文件夹的创建、查找、删除等操作 结果: 2. 字节流 3. 字符流 结果: 阅读全文
posted @ 2018-03-28 09:17 maogefff 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 1. 基本的 结果: 2. throw 结果: 3. 异常处理方法 结果: 4. Finally的用法 结果: 阅读全文
posted @ 2018-03-28 09:16 maogefff 阅读(130) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页

导航