摘要:
conda install setuptoolsconda update conda 阅读全文
摘要:
Gerber文件后缀含义 GTL—toplayer顶层 GBL—bottomlayer底层 GTO—TopOverlay顶层丝印层 GBO—Bottomlayer底层丝印层 GTP—TopPaste顶层表贴(做激光模板用) GBP—BottomPaste底层表贴 GTS—Topsolder顶层阻焊( 阅读全文
摘要:
1、安装timeout:opkg install coreutils-timeout 2、进入/etc/netdata 3、使用./edit-config charts.d.conf来编辑配置文件,这个edit-config等于是一个配置工具能够从/usr/lib拉取默认配置过来,在配置里最后加入s 阅读全文
摘要:
version: '3' services: ubuntu-lxde-novnc: image: docker-ubuntu-lxde-novnc:latest container_name: ubuntu-lxde-novnc restart: always privileged: true en 阅读全文
摘要:
串口输入:fiq Welcome to irq debugger mode Enter ? to get command help debug> debug> ? FIQ Debugger commands: pc PC status regs Register dump allregs Exten 阅读全文
摘要:
函数2 var tk = msg.payload.access_token msg.headers = {}; msg.headers['Authorization'] = "ABC"+tk; msg.payload = {} return msg; 函数1 msg.headers = {}; ms 阅读全文
摘要:
尝试修改MTU后恢复正常 ifconfig enp2s0 mtu 900 阅读全文
摘要:
/work/share /work/share-ol overlay rw,lowerdir=/work/share,upperdir=/F/upper,workdir=/F/work 0 0 阅读全文
摘要:
https://files.cnblogs.com/files/ahuo/noVNC-v1.4.0.zip ./utils/novnc_proxy --listen 8080 --vnc 10.0.1.111:5901 http://10.0.1.111:8080/vnc.html?host=bui 阅读全文
摘要:
SPI Nor Flash 》SPI Nand Flash 》Nand Flash 》EMMC Flash 》SDMMC Card 阅读全文
摘要:
docker-compose.yml version: '3' services: emqx1: image: emqx/emqx:5.3.2 container_name: emqx restart: always environment: - TZ=Asia/Shanghai - "EMQX_N 阅读全文
摘要:
#CAopenssl genrsa -out cacert.key 2048openssl req -x509 -new -nodes -key cacert.key -sha256 -days 3650 -subj "/CN=MyCA" -out cacert.pem #Serveropenssl 阅读全文
摘要:
flash中读取dump idf.py coredump-debug -p COM19 -s c.dump gdb分析 tools\xtensa-esp-elf-gdb\xtensa-esp32-elf-gdb.exe --core=G:\c.dump --directory=G:\ESP32-SR 阅读全文