会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
祝各位道友念头通达
GitHub
Gitee
语雀
打赏
韩若明瞳
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
23
下一页
2022年3月5日
esp32-cam 推流到服务器实现方案
摘要: esp32-cam 推流到服务器的解决方案 esp32-cam 本人目前没有找见可以直接将视频流推送到自建的媒体服务器上去的代码, 不过倒是有在 板子上直接实现 rtsp服务器的,代码如下 https://github.com/circuitrocks/ESP32-RTSP/blob/master/
阅读全文
posted @ 2022-03-05 02:17 韩若明瞳
阅读(3176)
评论(2)
推荐(0)
2022年2月16日
Esp32 cam开发环境搭建
摘要: 1. 下载 Arduino 并安装, 下载esp32 离线安装包 https://www.arduino.cn/thread-76029-1-1.html 2. 下载 Esp32 库 git clone https://gitee.com/han_gx/arduino-espressif-esp32
阅读全文
posted @ 2022-02-16 19:14 韩若明瞳
阅读(899)
评论(0)
推荐(0)
2022年2月12日
Mac 安装 Homebrew
摘要: 执行命令 按照提示操作执行 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" brew install minicom #安装 minicom minicom -s #连接串口
阅读全文
posted @ 2022-02-12 01:50 韩若明瞳
阅读(59)
评论(0)
推荐(0)
2022年2月9日
yum 报错
摘要: 不晓得为何, yum过段长时间总是报错, 以下方法可能有用 方法1 错误:为仓库 'appstream' 下载元数据失败 : Cannot prepare internal mirrorlist: No URLs in mirrorlist cd /etc/yum.repos.d/ sed -i '
阅读全文
posted @ 2022-02-09 10:40 韩若明瞳
阅读(405)
评论(0)
推荐(0)
2022年1月26日
windows 下 udp socket通信
摘要: server.c #include <stdio.h> #include <winsock2.h> #include <Windows.h> #pragma comment(lib,"ws2_32.lib") #define PORT 6000 int main(int argc, char* ar
阅读全文
posted @ 2022-01-26 16:07 韩若明瞳
阅读(706)
评论(0)
推荐(0)
Python调用C语言采坑,window和linux
摘要: 场景 python使用pyside6(Qt6)做一个简单的界面, 通过udp socket 向fpga程序发送接收udp协议数据包, 需要对协议进行解析, 过滤,再显示到界面上 分析: 1.协议解析使用C语言比较高效 2.python 语言写pyside6比较方便简单 需要将二者结合, python
阅读全文
posted @ 2022-01-26 13:21 韩若明瞳
阅读(364)
评论(0)
推荐(0)
2022年1月5日
linux 驱动简单案例
摘要: # 工具速记 1. /include/uapi/asm-generic/errno-base.h #驱动返回设备状态 2. fuser /dev/xxx #查看对应驱动被那些用户程序引用 3. 关于 `ioctl` 中cmd参数的使用, https://blog.csdn.net/hzn407487
阅读全文
posted @ 2022-01-05 22:55 韩若明瞳
阅读(477)
评论(0)
推荐(0)
2021年12月23日
win10端口映射转发
摘要: 两个不通的内网网段, win10双网口,通过端口映射将一个内网的端口映射到其它不同内网网段的机器 首先查看 win10 机器的端口占用情况 netstat -ano netstat -ano | findstr 22 #linux grep, win10 系统下使用 findstr, 查看某个端口占
阅读全文
posted @ 2021-12-23 14:09 韩若明瞳
阅读(1978)
评论(0)
推荐(0)
2021年12月16日
linux对系统盘管理的命令整理,磁盘压力测试工具
摘要: 修改磁盘某个分区指定的 UUID sudo sgdisk /dev/sdb -t 14 c12a739a-f81f-66d2-df4b-00a0c93ec9d5 磁盘读写原理 https://tech.meituan.com/2017/05/19/about-desk-io.html 磁盘读写性能测
阅读全文
posted @ 2021-12-16 17:38 韩若明瞳
阅读(194)
评论(0)
推荐(0)
ftp服务显示不出挂载盘的路径
摘要: SELinux 规则限制问题 临时关闭: setenforce 0 永久关闭 vi /etc/selinux/config ## 将 SELINUX 修改如下 SELINUX=disabled 查看SELinex日志 ## 查看拦截的一些日志信息 cat /var/log/audit/audit.l
阅读全文
posted @ 2021-12-16 17:19 韩若明瞳
阅读(142)
评论(0)
推荐(1)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
23
下一页
公告