上一页 1 2 3 4 5 6 ··· 76 下一页
摘要: 阅读全文
posted @ 2024-04-26 09:09 ahuo 阅读(4) 评论(0) 推荐(0) 编辑
摘要: mv /bin/cat /bin/cat_o ln -s /usr/bin/coreutils /sbin/cat nano /bin/cat #!/bin/bash function CPUinfo { # 在这里编写处理 /proc/cpuinfo 文件并输出结果的代码 local cpuinf 阅读全文
posted @ 2024-04-22 12:37 ahuo 阅读(4) 评论(1) 推荐(0) 编辑
摘要: strace -f -ttt -v -s 128 ./test 2>&1 |grep proc 阅读全文
posted @ 2024-04-22 10:47 ahuo 阅读(2) 评论(0) 推荐(0) 编辑
摘要: QMAKE_CXXFLAGS_RELEASE += $$QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFOQMAKE_LFLAGS_RELEASE += $$QMAKE_LFLAGS_RELEASE_WITH_DEBUGINFO 阅读全文
posted @ 2024-04-16 11:59 ahuo 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-04-15 12:48 ahuo 阅读(21) 评论(0) 推荐(0) 编辑
摘要: stty -F /dev/ttyS5 115200cat /dev/ttyS5 &echo AT+VER > /dev/ttyS5 阅读全文
posted @ 2024-04-15 10:14 ahuo 阅读(5) 评论(0) 推荐(0) 编辑
摘要: import paho.mqtt.client as mqtt from datetime import datetime import threading import time # MQTT Broker设置 BROKER_HOST = "emqx.x.cn" BROKER_PORT = 188 阅读全文
posted @ 2024-04-10 16:41 ahuo 阅读(30) 评论(0) 推荐(0) 编辑
摘要: conda install setuptoolsconda update conda 阅读全文
posted @ 2024-04-09 18:32 ahuo 阅读(6) 评论(0) 推荐(0) 编辑
摘要: Gerber文件后缀含义 GTL—toplayer顶层 GBL—bottomlayer底层 GTO—TopOverlay顶层丝印层 GBO—Bottomlayer底层丝印层 GTP—TopPaste顶层表贴(做激光模板用) GBP—BottomPaste底层表贴 GTS—Topsolder顶层阻焊( 阅读全文
posted @ 2024-04-08 21:11 ahuo 阅读(471) 评论(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 阅读(782) 评论(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 阅读(17) 评论(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 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-03-18 15:28 ahuo 阅读(4) 评论(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 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 尝试修改MTU后恢复正常 ifconfig enp2s0 mtu 900 阅读全文
posted @ 2024-03-13 16:17 ahuo 阅读(99) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 76 下一页