Arduino 红外测温、火焰探测、继电器控制
#include <i2cmaster.h> void setup(){ Serial.begin 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及密码[…]
let game2 = 0 let step = 0 let y = 0 let x = 0 basic.sh Read more about Microbit 弹砖块[…]
功能 开机时显示狗脸,年龄为0,精力为0 按A键喂食增长精力直到10,小于6的时候显示哭脸,大于6显示笑脸,到 Read more about Microbit 开发一个电子宠物[…]
介绍 Akka.NET是一套开源的,用于设计跨处理器和网络的可扩展系统。 Akka.net 允许您专注于满足业 Read more about Akka.net 本地性能测试[…]
背景 最近折腾前端,选用了漂亮的Antd angular,但它并没有提供富文本编辑器,于是就想手动集成国内最好 Read more about Angular 7 集成 Ueditor[…]
datepicker长度问题 原装的datepicker总是比正常input短一截,此时需要自己加一段css修 Read more about Antd踩坑[…]
安装 Angular CLI npm install -g @angular/cli 创建ng项目 ng ne Read more about Ng-alain 踩坑[…]
近期做项目用到图形库,使用了AntV的G2,按着官方getting start )来了一发 analysis. Read more about AntV G2 使用踩坑[…]