Android 黑马学习视频 目录 01、安卓基础+JNI (14天) 02、Android应用开 发-代码版本管理和实战(1天) 03、android案 例与项目_手机安全卫士(12天) 04、自定义控件与视图(2天) 05、android项目实战_ 智慧北京(6天) 06、android项目实战 ...
分类:
移动开发 时间:
2021-05-24 11:09:42
阅读次数:
0
/system/core/libutils/include/utils/Condition.h 1 // 2 3 // DO NOT USE: please use std::condition_variable instead. 4 5 /* 6 * Condition variable clas ...
分类:
移动开发 时间:
2021-05-24 10:49:00
阅读次数:
0
frameworks/base/core/java/android/os/ConditionVariable.java 1 /* 2 * Copyright (C) 2006 The Android Open Source Project 3 * 4 * Licensed under the Apa ...
分类:
移动开发 时间:
2021-05-24 10:45:44
阅读次数:
0
// 待分页的List集合 var list = new List<int> { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; // 每页数量 var pageSize = 3; // 计算页数 var pageCount = Math.Ceiling(1.0 * list.Co ...
1、指定包 adb logcat | findstr <packagename> >F:\test.log 2、指定时间 adb logcat -v threadtime -t '08-08 08:08:08.000' >F:\test.log 3、打印到cmd adb logcat 4、打印 信息 ...
分类:
移动开发 时间:
2021-05-24 10:00:37
阅读次数:
0
finish()官方解析:Call this when your activity is done and should be closed. The ActivityResult is propagated back to whoever launched you via onActivityRe ...
分类:
移动开发 时间:
2021-05-24 09:59:42
阅读次数:
0
<?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:a ...
分类:
其他好文 时间:
2021-05-24 09:58:36
阅读次数:
0
前因 项目一直使用的是PageHelper实现分页功能,项目前期数据量较少一直没有什么问题。随着业务扩增,数据库扩增PageHelper出现了明显的性能问题。 几十万甚至上百万的单表数据查询性能缓慢,需要几秒乃至十几秒的查询时间。故此特地研究了一下PageHelper源码,查找PageHelper分 ...
分类:
其他好文 时间:
2021-05-24 09:07:25
阅读次数:
0
01. 主要配置属性 02.布局样式 输入数据的读取: ...
分类:
移动开发 时间:
2021-05-24 08:26:35
阅读次数:
0
01. 常规属性配置 02. 阴影效果的实现 03. 跑马灯效果 (卡的情况是由录屏工具按帆录取的现象,实际效果挺流畅的) 跑马灯效果的实现,除上述配置外,还需要配置对象聚集 对于跑马灯的效果,自带的效果是缓慢的移动,而且是必须要获得 焦点,不好用 实际应用中,可在网上搜搜看,有不有比较好用的,别人 ...
分类:
移动开发 时间:
2021-05-24 08:15:54
阅读次数:
0