会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
程序之家
os .net vc++ asm driver wireless
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
77
下一页
2024年3月13日
docker pull 报408错误
摘要: 尝试修改MTU后恢复正常 ifconfig enp2s0 mtu 900
阅读全文
posted @ 2024-03-13 16:17 ahuo
阅读(109)
评论(0)
推荐(0)
2024年3月1日
Ubuntu overlay fstab
摘要: /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
阅读(25)
评论(0)
推荐(0)
2024年2月18日
接口转换芯片(方案)
摘要:
阅读全文
posted @ 2024-02-18 10:35 ahuo
阅读(19)
评论(0)
推荐(0)
2024年2月4日
noVNC
摘要: 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
阅读(40)
评论(0)
推荐(0)
RK3568存储启动优先级
摘要: SPI Nor Flash 》SPI Nand Flash 》Nand Flash 》EMMC Flash 》SDMMC Card
阅读全文
posted @ 2024-02-04 10:16 ahuo
阅读(157)
评论(0)
推荐(0)
2024年1月24日
emqx(docker)
摘要: 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
阅读(32)
评论(0)
推荐(0)
2024年1月18日
自签证书
摘要: #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
阅读(17)
评论(1)
推荐(0)
2024年1月9日
esp32 coredump GDB分析
摘要: 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
阅读(52)
评论(0)
推荐(0)
2024年1月7日
NTP地址
摘要: ntp.tencent.comntp1.tencent.comntp2.tencent.comntp3.tencent.comntp4.tencent.comntp5.tencent.com ntp.aliyun.com
阅读全文
posted @ 2024-01-07 16:37 ahuo
阅读(29)
评论(0)
推荐(0)
2024年1月2日
SATA电源接口定义
摘要:
阅读全文
posted @ 2024-01-02 14:47 ahuo
阅读(66)
评论(0)
推荐(0)
2023年12月31日
docker时间差8小时
摘要: docker-compose.yml添加 environment: - TZ=Asia/Shanghai
阅读全文
posted @ 2023-12-31 10:14 ahuo
阅读(40)
评论(0)
推荐(0)
2023年12月23日
ERROR_INVALID_PIP
摘要: 安装过程中出现ESP32-TOOLS.espressif\tools\idf-python\3.8.7\python.exe -m pip" is not valid. (ERROR_INVALID_PIP) python 目录下运行 python -m ensurepippython -m pip
阅读全文
posted @ 2023-12-23 20:50 ahuo
阅读(309)
评论(0)
推荐(0)
2023年12月17日
ESP32 iperf
摘要: ESP32(PCB天线) 接收下行 24.54 Mbits/sec 发送上行 26 Mbits/sec ESP32-S3(陶瓷天线-自制板) 接收下行 22 Mbits/sec ESP32-S3(开发板-FPC天线) ↓ 930 Kbits/sec ↑ 14.0 Mbits/sec
阅读全文
posted @ 2023-12-17 18:10 ahuo
阅读(62)
评论(0)
推荐(0)
2023年12月10日
ts视频文件批量下载与合并
摘要: import requests import os import time # 定义下载函数 def download_resource(url, filename): # 设置最大重试次数 max_retries = 3 retries = 0 while retries < max_retrie
阅读全文
posted @ 2023-12-10 08:37 ahuo
阅读(325)
评论(0)
推荐(0)
2023年12月7日
Arduino资源下载失败解决方法
摘要: 手动下载资源,放到以下位置,就可以继续 C:\Users\XX\AppData\Local\Arduino15\staging\packages
阅读全文
posted @ 2023-12-07 09:09 ahuo
阅读(357)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
77
下一页
公告