今天做项目遇到点击element的多选框,通过change事件发现v-model的值变化了,但是页面上没有勾选上 <el-checkbox v-model="mData.isCheck" @change="changeCheck($event,mData)"></el-checkbox> 原因:手动 ...
分类:
其他好文 时间:
2021-05-24 15:09:57
阅读次数:
0
图: 懒得写解释了直接上代码: 代码: package chenlong.chenlong.viewstudy.myview; import android.content.Context; import android.graphics.Canvas; import android.graphic ...
分类:
移动开发 时间:
2021-05-24 14:36:13
阅读次数:
0
从Android小白到架构师的职业规划到底是怎样的? 我们初入这行是可能出于兴趣,可能出于前景。 入行这个职业就代表着你需要不断的学习、学习,进阶、进阶。 在我们入行之初,为了就业,我们不得不让自己的知识体系更具有“广度” 入职后,你发现并不是之前所学的知识都需要用到,你开始需要进阶某一知识模块的“ ...
分类:
移动开发 时间:
2021-05-24 14:32:15
阅读次数:
0
恢复内容开始 webkit 代表浏览器 Safari chrome android手机默认的浏览器 塞班手机浏览器 Trident 代表浏览器 IE 搜狗浏览器 Gecko 代表浏览器 mozilla firefox Presto 代表浏览器Opera浏览器 例外 搜狗、遨游、QQ浏览器内核:Tri ...
分类:
其他好文 时间:
2021-05-24 13:25:52
阅读次数:
0
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