使用adb.exe通过局域网控制android设备
adb connect 192.168.0.216 # 删除 adb shell input keyevent Read more about 使用adb.exe通过局域网控制android设备[…]
adb connect 192.168.0.216 # 删除 adb shell input keyevent Read more about 使用adb.exe通过局域网控制android设备[…]
今天一客户说咱们的软件有问题了,打不开文档,证据如下: 我一看这是Adobe的问题嘛,这个锅我们不背。 本着解 Read more about 记一例api-ms-win-crt-conio-l1-1-0.dll 丢失的解决[…]
介绍 树莓派 树莓派是一种微型电脑,不到300元的成本就可以拥有一个4核1G的低功耗Linux环境,并且自带了 Read more about 在树莓派上借助Mono + Jexus 布署 .Net 4.0 WebForm应用[…]
前言 此前,我们通过在树莓派上借助Mono + Jexus 布署 .Net 4.0 WebForm应用,简单介 Read more about 在树莓派上使Jexus以服务运行、开机自启[…]
下载镜象 下载页面:https://www.home-assistant.io/hassio/installa Read more about 树莓派3B+ 安装 Home Assistant[…]
介绍 Odoo 是一个开源框架,针对 ERP 的需求发展而来,适合定制出符合客户各种需求的 ERP 系统和电子 Read more about Odoo 初探[…]
//AO接到 A0脚 #define Moisture A0 //DO接到 D7脚 #define DO 7 Read more about Arduino 土壤湿度检测[…]
#include <i2cmaster.h> void setup(){ Serial.begin Read more about Arduino 红外测温、火焰探测、继电器控制[…]
#define bufferSize 255 //一帧数据的最大字节数量 #define baudrate 9 Read more about Arduino Modbus Slave[…]
库安装 1、克隆代码库到本地 git clone –depth=1 https://github.com/e Read more about Arduino ESP32 通过 SmartConfig 配置WIFI,并保存SSID及密码[…]