码迷,mamicode.com
首页 >  
搜索关键字:devices    ( 1297个结果
CORTEX-M3中断的现场保护问题
在《Cortex-M3 Devices Generic User Guide.pdf》中介绍了异常入栈和出栈的情况,详见2.3 Exception model。Cortex-M3内核的寄存器如下。 异常发生时,入栈的寄存器是R0~R3+R12+PC+LR+SP。为啥袒护R0‐R3以及R12呢, R4 ...
分类:其他好文   时间:2019-07-02 11:02:35    阅读次数:116
Android -- adb常用命令
常用adb命令:(adb使用的端口号5037) 获取设备列表及状态:adb devices 启动 adb 服务: adb start-server 结束 adb 服务:adb kill-server 打印 Android 的系统日志:adb logcat 清除日志:adb logcat -c 打印d ...
分类:移动开发   时间:2019-06-30 15:58:03    阅读次数:160
Windows 装系统
DELL电脑win10的系统开机上面显示no bootable devices found 去微软官网下载 MediaCreationTool1903.exe 这个东西,然后用他做个UEFI的启动盘,win10的系统会自动安装到里面,连接微软的官网,速度会比较慢,但是靠谱 打开:https://ww ...
分类:Windows程序   时间:2019-06-30 10:02:07    阅读次数:179
OSCP Learning Notes - Enumeration(1)
Installing Kioptrix: Level 1 Download the vm machine form https://www.vulnhub.com/entry/kioptrix-level-1-1,22/. In the Kali Linux: Find the devices in ...
分类:编程语言   时间:2019-06-22 19:59:59    阅读次数:160
【转】理解qemu对设备的模拟机制
Understanding QEMU devices https://www.qemu.org/2018/02/09/understanding-qemu-devices/ July, 2017 Here are some notes that may help newcomers understa ...
分类:其他好文   时间:2019-06-21 12:24:38    阅读次数:147
ubuntu下修改子网掩码
1. 修改网络配置 修改 /etc/netplan/01 network manager all.yaml 文件 vi /etc/netplan/01 network manager all.yaml Let NetworkManager manage all devices on this sys ...
分类:系统相关   时间:2019-06-18 21:47:51    阅读次数:392
pythpon--类操作
#coding=utf-8import numpy as npimport tensorflow as tfimport osos.environ["CUDA_VISIBLE_DEVICES"]="-1"# print("aa")class Animals: def breathe(self): p ...
分类:其他好文   时间:2019-06-17 20:18:50    阅读次数:187
appium之adb常用命令
appium之adb常用命令 一、真机远程调试步骤: (非数据线操作要求需要手机和pc端在同一个路由器下) 1、将手机连接到pc端 2、adb devices 检测设备 3、adb tcpip 5555 确定手机和pc端的通讯(端口) 4、拔掉手机 5、adb connect <手机ip地址> 6、 ...
分类:移动开发   时间:2019-06-16 13:37:49    阅读次数:233
adb相关
1.adb devices提示不是外部命令 原因:环境变量未配置 path中添加adb安装路径 2.adb devices提示List of devices attached 原因: a.驱动问题(需更新,百度找教程) b.手机未打开开发者模式 3.adb常用命令 adb logcat -c(清除日 ...
分类:数据库   时间:2019-06-13 15:19:07    阅读次数:92
appium adb端口被占用问题
1、netstat -ano | findstr "5037" 2、查看进程 看看哪个占用端口了 结束进程 adb devices 提示 ...ack 问题解决 新建一个环境变量 变量名为: ANDROID_ADB_SERVER_PORT 变量值为: 10000——60000 之间,随便找一个数值。 ...
分类:移动开发   时间:2019-06-12 11:22:24    阅读次数:166
1297条   上一页 1 ... 18 19 20 21 22 ... 130 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!