会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
首页
联系
Github
友情链接
博客园
管理
关于
暂未分类
萧海~
记录自己和别人的博客
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
307
下一页
2025年9月3日
c语言之高效的memcpy
摘要: #include <stdint.h> #include <stddef.h> #include <stdint.h> #include <stddef.h> void* memcpy_forward(void* dst, const void* src, size_t n) { uint8_t*
阅读全文
posted @ 2025-09-03 09:45 我不是萧海哇~~~
阅读(7)
评论(0)
推荐(0)
2025年9月2日
esp32编程之nv参数区域读取操作
该文被密码保护。
阅读全文
posted @ 2025-09-02 17:55 我不是萧海哇~~~
阅读(0)
评论(0)
推荐(0)
c语言之内存对齐分析
摘要: 在这段代码中,memcpy 的作用是 解决内存对齐问题和不可访问内存的读取问题。以下是详细分析: 1. 核心用途 if (!esp_ptr_byte_accessible(buffer)) { memcpy(temp_buffer, buffer, (bytes_cur_line + 3) / 4
阅读全文
posted @ 2025-09-02 16:54 我不是萧海哇~~~
阅读(22)
评论(0)
推荐(0)
c语言之十六进制格式打印输出
摘要: #define BYTES_PER_LINE 16 void esp_log_buffer_hex_internal(const char* tag, const void* buffer, uint16_t buff_len) { if (buff_len == 0) { return; } ch
阅读全文
posted @ 2025-09-02 16:39 我不是萧海哇~~~
阅读(42)
评论(0)
推荐(0)
msvc之实现编译时函数废弃警告
摘要: // 基本用法 __declspec(deprecated) void old_function() { // 旧函数实现 } // 可以添加自定义警告消息(C++14 起支持) __declspec(deprecated("This function is obsolete. Use new_fu
阅读全文
posted @ 2025-09-02 15:06 我不是萧海哇~~~
阅读(8)
评论(0)
推荐(0)
c语言之手动发送ntp协议实现时间同步
该文被密码保护。
阅读全文
posted @ 2025-09-02 14:34 我不是萧海哇~~~
阅读(0)
评论(0)
推荐(0)
ntp时间同步API接口
摘要: url="http://worldtimeapi.org/api/timezone/UTC" headers={'content-type': 'application/json','user-agent': 'Mozilla/5.0 (Windows NT 10'} response=reques
阅读全文
posted @ 2025-09-02 14:01 我不是萧海哇~~~
阅读(20)
评论(0)
推荐(0)
py每日spider案例之某website之sign参数逆向(MD5算法)
摘要: import requests headers = { "accept": "text/event-stream, text/event-stream", "accept-language": "zh-CN,zh;q=0.9", "cache-control": "no-cache", "conte
阅读全文
posted @ 2025-09-02 11:10 我不是萧海哇~~~
阅读(27)
评论(0)
推荐(0)
c语言之esp32-c之自定义ota升级(采用串口传输方式)
该文被密码保护。
阅读全文
posted @ 2025-09-02 10:39 我不是萧海哇~~~
阅读(0)
评论(0)
推荐(0)
mqtt协议之keepalive参数说明
摘要: MQTT Keepalive=0 意味着客户端不希望发送心跳包(PINGREQ),也不希望服务器发送心跳响应(PINGRESP)。 这是一个特殊的值,具有特定的含义和重要的注意事项。 详细解释 1. 正常 Keepalive 机制 在深入了解 keepalive=0 之前,先理解正常的 keepal
阅读全文
posted @ 2025-09-02 09:35 我不是萧海哇~~~
阅读(113)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
307
下一页
公告
好文要赞
关注我
收藏该文
←
→
↓
↑