会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cogitoergosum
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
54
下一页
2023年11月16日
TCP time_wait close_wait处理方法
摘要: CLOSE_WAIT是服务器未能处理完,导致CLOSE_WAIT一直处于存在,导致服务器资源消耗 主要的配置参数: TCP_KEEPIDLE TCP_KEEPINTVL TCP_KEEPCNT TIME_WAIT是客户端一直等待服务器过程, 迟迟未等待服务器的返回,导致客户端资源消耗 主要的配置参数
阅读全文
posted @ 2023-11-16 17:14 cogitoergosum
阅读(17)
评论(0)
推荐(0)
2023年11月14日
lwip 内存分布及大小优化
摘要: LWIP 2.1.2版本 POOL内存生成流程 //memp_std.h LWIP_MEMPOOL(UDP_PCB, MEMP_NUM_UDP_PCB, sizeof(struct udp_pcb), "UDP_PCB") LWIP_MEMPOOL(TCP_PCB, MEMP_NUM_TCP_PCB
阅读全文
posted @ 2023-11-14 19:35 cogitoergosum
阅读(405)
评论(0)
推荐(0)
2023年11月10日
32位 进行64位除法
摘要: #include "stdio.h" #include <string.h> typedef unsigned char uint8_t; // typedef char int8_t; typedef unsigned char u8; typedef unsigned int u32; type
阅读全文
posted @ 2023-11-10 17:24 cogitoergosum
阅读(362)
评论(0)
推荐(0)
2023年11月1日
电路模拟仿真
摘要: 1、10V方波1Mhz输出,占空比20%,经过RC滤波后,稳定输出在2.185V pai型滤波整流
阅读全文
posted @ 2023-11-01 13:44 cogitoergosum
阅读(26)
评论(0)
推荐(0)
2023年10月30日
github 自动部署
摘要: 1、github action
阅读全文
posted @ 2023-10-30 20:32 cogitoergosum
阅读(14)
评论(0)
推荐(0)
电压有效值
摘要: 我们所说的电压值一般是指相电压, 而相电压 = 线电压/根号3 而线电压/相电压有效值 = 电压峰值/根号2 三相380V是线电压, 三相相电压是220V
阅读全文
posted @ 2023-10-30 18:09 cogitoergosum
阅读(334)
评论(0)
推荐(0)
2023年10月29日
stm32 can收发完整过程
摘要: 1、启用CAN发送 2、设置CAN过滤器 3、can发送 4、can接收完成中断函数 参考链接https://blog.csdn.net/weixin_43362027/article/details/132716496
阅读全文
posted @ 2023-10-29 20:48 cogitoergosum
阅读(127)
评论(0)
推荐(0)
2023年10月27日
stm32 tim 输出
摘要: 1、stm32cubemx 配置pwm io输出的配置方法如下,要选择TIMx_CHx 这类的 1、ARR 指的就是 2、CCR CCR对应的变量 与 以下图一一对应 参考链接:https://blog.csdn.net/L199023/article/details/131193078
阅读全文
posted @ 2023-10-27 16:57 cogitoergosum
阅读(22)
评论(0)
推荐(0)
2023年10月17日
AI软件
摘要: AI插件: BITO、阿里的通义灵码、Phind、Cursor、Sider AI工具集锦: https://ai-bot.cn AI工具 KiMi Chat 用于解析文档 脚本:https://greasyfork.org/zh-CN
阅读全文
posted @ 2023-10-17 08:35 cogitoergosum
阅读(109)
评论(0)
推荐(0)
2023年9月1日
stm32F407 如何使用CCRM
摘要: 参考链接:https://cstriker1407.info/blog/stm32cubemx-note-ccm-use/
阅读全文
posted @ 2023-09-01 16:32 cogitoergosum
阅读(43)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
54
下一页
公告