上一页 1 2 3 4 5 6 7 ··· 77 下一页
摘要: conda install setuptoolsconda update conda 阅读全文
posted @ 2024-04-09 18:32 ahuo 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Gerber文件后缀含义 GTL—toplayer顶层 GBL—bottomlayer底层 GTO—TopOverlay顶层丝印层 GBO—Bottomlayer底层丝印层 GTP—TopPaste顶层表贴(做激光模板用) GBP—BottomPaste底层表贴 GTS—Topsolder顶层阻焊( 阅读全文
posted @ 2024-04-08 21:11 ahuo 阅读(1096) 评论(0) 推荐(0) 编辑
摘要: 1、安装timeout:opkg install coreutils-timeout 2、进入/etc/netdata 3、使用./edit-config charts.d.conf来编辑配置文件,这个edit-config等于是一个配置工具能够从/usr/lib拉取默认配置过来,在配置里最后加入s 阅读全文
posted @ 2024-03-25 20:45 ahuo 阅读(1261) 评论(0) 推荐(0) 编辑
摘要: version: '3' services: ubuntu-lxde-novnc: image: docker-ubuntu-lxde-novnc:latest container_name: ubuntu-lxde-novnc restart: always privileged: true en 阅读全文
posted @ 2024-03-21 16:39 ahuo 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 串口输入:fiq Welcome to irq debugger mode Enter ? to get command help debug> debug> ? FIQ Debugger commands: pc PC status regs Register dump allregs Exten 阅读全文
posted @ 2024-03-19 16:33 ahuo 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-03-18 15:28 ahuo 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 函数2 var tk = msg.payload.access_token msg.headers = {}; msg.headers['Authorization'] = "ABC"+tk; msg.payload = {} return msg; 函数1 msg.headers = {}; ms 阅读全文
posted @ 2024-03-15 11:17 ahuo 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 尝试修改MTU后恢复正常 ifconfig enp2s0 mtu 900 阅读全文
posted @ 2024-03-13 16:17 ahuo 阅读(103) 评论(0) 推荐(0) 编辑
摘要: /work/share /work/share-ol overlay rw,lowerdir=/work/share,upperdir=/F/upper,workdir=/F/work 0 0 阅读全文
posted @ 2024-03-01 14:48 ahuo 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-02-18 10:35 ahuo 阅读(8) 评论(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 阅读全文
posted @ 2024-02-04 14:39 ahuo 阅读(21) 评论(0) 推荐(0) 编辑
摘要: SPI Nor Flash 》SPI Nand Flash 》Nand Flash 》EMMC Flash 》SDMMC Card 阅读全文
posted @ 2024-02-04 10:16 ahuo 阅读(82) 评论(0) 推荐(0) 编辑
摘要: docker-compose.yml version: '3' services: emqx1: image: emqx/emqx:5.3.2 container_name: emqx restart: always environment: - TZ=Asia/Shanghai - "EMQX_N 阅读全文
posted @ 2024-01-24 15:48 ahuo 阅读(18) 评论(0) 推荐(0) 编辑
摘要: #CAopenssl genrsa -out cacert.key 2048openssl req -x509 -new -nodes -key cacert.key -sha256 -days 3650 -subj "/CN=MyCA" -out cacert.pem #Serveropenssl 阅读全文
posted @ 2024-01-18 16:24 ahuo 阅读(13) 评论(1) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2024-01-09 16:28 ahuo 阅读(33) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 77 下一页