码迷,mamicode.com
首页 >  
搜索关键字:devices    ( 1297个结果
windodws pyusb hub端口对应连接的usb设备
源码: 1 #!/usr/bin/python 2 import sys 3 import usb.core 4 # find USB devices 5 dev = usb.core.find(find_all=True) 6 # loop through devices, printing ve ...
分类:Windows程序   时间:2020-01-02 18:48:54    阅读次数:247
airtest自动化工具无线连接
使用usb数据线将手机和电脑确保adb连接成功 设置好绑定手机的端口号 adb tcpip 5555 断开数据线连接,找到手机的IP地址,位于设置-关于手机-状态信息-IP地址 adb connect ip:5555 adb devices 查看是否连接成功 连接多个修改端口号 ...
分类:其他好文   时间:2019-12-30 19:40:57    阅读次数:113
opencl(十六)----MapReduce
MapReduce 两个部分: 映射:产生键值对 归并:处理这些键值对 // kernel __kernel void string_search(char16 pattern, __global char* text, int chars_per_item, __local int* local_ ...
分类:其他好文   时间:2019-12-30 14:20:06    阅读次数:64
python+uiautomator2 app自动化
import uiautomator2 as u2 import time #连接手机 输入手机devices名 d=u2.connect('T760000201905160013') #启动app def appstart(): d.app_start('cn.duome.winnerc') d. ...
分类:移动开发   时间:2019-12-29 18:42:12    阅读次数:102
ADB常用命令
记录一下常用的ADB命令,然后写app性能自动化脚本。 adb devices: 查看当前连接的设备 adb shell pm list packages:显示手机应用里所有的包名 adb shell dumpsys activity | findstr "mFocusedActivity":查看顶 ...
分类:数据库   时间:2019-12-29 00:41:30    阅读次数:96
常用adb命令
adb devices , 获取设备列表及设备状态 adb get-state , 获取设备的状态 adb kill-server , adb start-server , 结束 adb 服务, 启动 adb 服务 adb logcat , 打印 Android 的系统日志,这个可以单独拿出来讲 a ...
分类:数据库   时间:2019-12-27 11:33:01    阅读次数:102
network, IP address, subnetting
1. Several terminologies: Address: Subnet: Subnet mask: A 32-bit combination used to describe which portion of an adress refers to the subnet and whic ...
分类:Web程序   时间:2019-12-27 10:08:18    阅读次数:128
Shared Virtual Memory (SVM) Functions
Description Shared Virtual Memory (SVM) (Glossary): An address space exposed to both the host and the devices within a context. SVM causes addresses t ...
分类:其他好文   时间:2019-12-22 14:56:02    阅读次数:90
adb logcat 和adb shell 的时候,cmd总是提示wait for devices.
输入命令adb devices 查看系统是否识别设备. List of devices attached 是没有识别到设备。 解决方案:添加真机设备硬件ID(注:这里手机必须要连接到电脑才会出现设备ID) 1、右击我的电脑,然后找到设备管理器打开。 2、找到设备(硬件)ID 3、D:\Program ...
分类:数据库   时间:2019-12-22 14:24:28    阅读次数:283
WINUSB使用(附STM32Demo)
参考链接: https://github.com/pbatard/libwdi/wiki/WCID-Devices https://www.amobbs.com/thread-5530162-1-1.html https://github.com/MichaelTien8901/STM32WINUS ...
分类:Windows程序   时间:2019-12-22 12:24:15    阅读次数:433
1297条   上一页 1 ... 10 11 12 13 14 ... 130 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!