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
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
01. 主要配置属性 02.布局样式 输入数据的读取: ...
分类:
移动开发 时间:
2021-05-24 08:26:35
阅读次数:
0
01. 常规属性配置 02. 阴影效果的实现 03. 跑马灯效果 (卡的情况是由录屏工具按帆录取的现象,实际效果挺流畅的) 跑马灯效果的实现,除上述配置外,还需要配置对象聚集 对于跑马灯的效果,自带的效果是缓慢的移动,而且是必须要获得 焦点,不好用 实际应用中,可在网上搜搜看,有不有比较好用的,别人 ...
分类:
移动开发 时间:
2021-05-24 08:15:54
阅读次数:
0
01 36岁Android开发,为公司工作8年,昨天HR说公司不准备续约 前天晚上,有个读者给我留言,讲述了他自己比较气愤的一件事,感觉自己委屈又不值。 这位朋友不愿意透露姓名,就叫他H先生吧。 H先生是典型的学霸,大学也是211的牌子,又是计算机专业。 研究生毕业以后就进入了现在的公司当了一名An ...
分类:
移动开发 时间:
2021-05-24 08:13:06
阅读次数:
0
Controller import java.util.HashMap; import java.util.Map; import java.util.Random; import java.util.concurrent.TimeUnit; import com.alibaba.fastjson. ...
分类:
其他好文 时间:
2021-05-24 07:14:01
阅读次数:
0