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
import QtQuick 2.9 // 导入模块 import QtQuick.Window 2.2 import QtQuick.Controls 2.2 import "./Jiejs.js" as Jie // 导入jswenjian1 Window { visible: true wid ...
分类:
Web程序 时间:
2021-05-24 10:00:00
阅读次数:
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
关于非input框的自动化文件上传方法 (此处用百度的上传图片搜索做演示) 使用第三方库pywinauto (适用于window端) 首先创建driver对象用于打开百度网址,然后定位并点击照相机图标 from selenium import webdriver #从selenium库中导入webd ...
分类:
Web程序 时间:
2021-05-24 09:29:25
阅读次数:
0
背景: 前端项目做了解耦后,在主项目(浏览器访问的页面)某个菜单下通过iframe加载子项目的页面,在子项目页面下点击某个链接并携带查询参数,通过window.top.PostMessage()函数向外(主项目)传递路由信息,使路由信息能够在外层项目(浏览器地址栏)能够同步展示内层页面的地址信息。 ...
分类:
其他好文 时间:
2021-05-24 08:57:22
阅读次数:
0
1、No module named 'pip' 安装jupyter的时候,提示No module named 'pip',检查了pip的环境变量,也都正确。可以使用下面命令修复安装pip: windows平台解决方法 python -m ensurepip 然后升级pip:python -m pip ...
分类:
编程语言 时间:
2021-05-24 08:47:49
阅读次数:
0
Web开发时经常遇到端口被占用的情况,这个时候我们就需要找出被占用端口的程序,然后结束它,本文为大家介绍如何查找被占用的端口。 开始—->运行—->cmd,或者是 window+R 组合键,调出命令窗口 查看端口 在cmd中输入命令netstat -ano将列出所有端口的使用情况,该方法不利用快速定 ...
1、错误截图如下: 2、错误原因:由于wsl2版本旧,根据提示让我们手动更新包,去微软官网下载最新wsl2后,安装完成重启即可解决。 3、下载地址:download地址 ...
01. 主要配置属性 02.布局样式 输入数据的读取: ...
分类:
移动开发 时间:
2021-05-24 08:26:35
阅读次数:
0