IP属地:广东
一:配置adb环境变量 首先找到andoridSDK的路径中的platform-tools文件夹 ,将他的路径复制我的是 在cmd里输入 adb...
Visual Studio 2022 历史版本安装方法 Visual Studio 2022 官网上很难找到2022的历史版本https://l...
一:原码,反码,补码定义 1.原码: 就是符号位加上真值的绝对值, 即用第一位表示符号, 其余位表示值。2.反码: 正数的反码是其本身;负数的反...
前言vs code ide工具主要的三个json文件c_cpp_properties.json:配置编译器。安装c/c++扩展,ctrl+shi...
https://blog.csdn.net/home_liang/article/details/152131470[https://blog....
执行指令 sudo apt-get install libncurses5
启动android studio,右下角突然提示unsupported modules detected,导致项目不能run状态, 1、关闭An...
新建了一个module为library,一直报错 No variants found for ‘app‘ 网上帖子都说是因为 buildTool...
adb 监听串口 adb shell cat /dev/ttyS3 adb to串口发数据;短接tx rx,两个cmd窗口 adb shell ...