会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
程序之家
os .net vc++ asm driver wireless
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
77
下一页
2024年5月20日
Ubuntu base
摘要: ####mymount.sh #!/bin/bash echo "mountting..." cp /etc/resolv.conf /Data/Ubuntu_BS/Ubuntu_Base-22.04.3/etc/resolv.conf sudo mount -t proc /proc /Data/
阅读全文
posted @ 2024-05-20 16:26 ahuo
阅读(12)
评论(0)
推荐(0)
2024年4月26日
Git 多人协作开发流程
摘要:
阅读全文
posted @ 2024-04-26 09:09 ahuo
阅读(18)
评论(0)
推荐(0)
2024年4月22日
Linux 替换cat
摘要: 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
阅读(29)
评论(1)
推荐(0)
strace跟踪
摘要: strace -f -ttt -v -s 128 ./test 2>&1 |grep proc
阅读全文
posted @ 2024-04-22 10:47 ahuo
阅读(3)
评论(0)
推荐(0)
2024年4月16日
QT release 生成调试符合
摘要: QMAKE_CXXFLAGS_RELEASE += $$QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFOQMAKE_LFLAGS_RELEASE += $$QMAKE_LFLAGS_RELEASE_WITH_DEBUGINFO
阅读全文
posted @ 2024-04-16 11:59 ahuo
阅读(45)
评论(0)
推荐(0)
2024年4月15日
通义灵码安装
摘要:
阅读全文
posted @ 2024-04-15 12:48 ahuo
阅读(43)
评论(0)
推荐(0)
安卓下的串口测试
摘要: stty -F /dev/ttyS5 115200cat /dev/ttyS5 &echo AT+VER > /dev/ttyS5
阅读全文
posted @ 2024-04-15 10:14 ahuo
阅读(18)
评论(0)
推荐(0)
2024年4月10日
Python Mqtt5
摘要: 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
阅读(56)
评论(0)
推荐(0)
2024年4月9日
conda升级
摘要: conda install setuptoolsconda update conda
阅读全文
posted @ 2024-04-09 18:32 ahuo
阅读(14)
评论(0)
推荐(0)
2024年4月8日
Gerber文件后缀含义
摘要: Gerber文件后缀含义 GTL—toplayer顶层 GBL—bottomlayer底层 GTO—TopOverlay顶层丝印层 GBO—Bottomlayer底层丝印层 GTP—TopPaste顶层表贴(做激光模板用) GBP—BottomPaste底层表贴 GTS—Topsolder顶层阻焊(
阅读全文
posted @ 2024-04-08 21:11 ahuo
阅读(2166)
评论(0)
推荐(0)
2024年3月25日
openwrt netdata 温度监控
摘要: 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
阅读(2205)
评论(0)
推荐(0)
2024年3月21日
openwrt的docker编译环境
摘要: 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
阅读(38)
评论(0)
推荐(0)
2024年3月19日
RK FIQ调试
摘要: 串口输入: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
阅读(252)
评论(0)
推荐(0)
2024年3月18日
socat
摘要:
阅读全文
posted @ 2024-03-18 15:28 ahuo
阅读(21)
评论(0)
推荐(0)
2024年3月15日
node red http 请求例子
摘要: 函数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
阅读(118)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
77
下一页
公告