/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
import QtQuick 2.9 // 导入模块 import QtQuick.Window 2.2 import QtQuick.Controls 2.2 // 导入的模块 Window { visible: true width: 640 height: 480 title: qsTr("H ...
分类:
其他好文 时间:
2021-05-24 10:03:58
阅读次数:
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
开发时有时需要动态添加输入框,如下图: 点击添加周期,白框会被复制,开始看到这个功能是懵的,后来想明白了,本质就是渲染了一个数组,添加周期按键是向数组追加一个空对象,也可以带有部分默认属性值。 每个白框中修改数据的表单元素的onChange事件 ,都必须传递index,这样就会根据index找到数组 ...
分类:
其他好文 时间:
2021-05-24 08:55:16
阅读次数:
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