会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
首页
联系
Github
友情链接
博客园
管理
关于
暂未分类
萧海~
记录自己和别人的博客
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
302
下一页
2025年8月30日
py每日spider案例之某website之token参数定位
摘要: 目标网址 require('./env') require('./loader') e={ "mode": 0, "Head": { "extension": { "LowPriceSource": "searchForm", "Flt_BatchId": "8b44e66f-61ce-480b-9
阅读全文
posted @ 2025-08-30 11:58 我不是萧海哇~~~
阅读(6)
评论(0)
推荐(0)
2025年8月29日
openssl编程之x509证书信息解析
摘要: // 从文件加载证书 X509* load_certificate_from_file(const char* filename) { BIO* bio = BIO_new_file(filename, "r"); if (!bio) { fprintf(stderr, "Error opening
阅读全文
posted @ 2025-08-29 18:16 我不是萧海哇~~~
阅读(15)
评论(0)
推荐(0)
openssl之rsa密钥生成和存储
摘要: int save_public_key_from_file(const char* filename,RSA *key) { BIO* bio = BIO_new_file(filename, "w"); if (!bio) return NULL; int ret = PEM_write_bio_
阅读全文
posted @ 2025-08-29 16:01 我不是萧海哇~~~
阅读(8)
评论(0)
推荐(0)
openssl编程之rsa加解密
摘要: 测试代码: #include <openssl/rsa.h> #include <openssl/pem.h> #include <openssl/err.h> #include <string.h> void handle_openssl_errors() { ERR_print_errors_f
阅读全文
posted @ 2025-08-29 14:53 我不是萧海哇~~~
阅读(12)
评论(0)
推荐(0)
c语言关于对齐的写法
摘要: 好的,这是一个非常经典且高效的位操作技巧,用于实现内存对齐(Memory Alignment)。我们来一步步拆解这行代码: uint32_t aligned = (n + 7u) & ~7u; 它的目的: 计算大于等于 n 的最小的、8字节对齐的数。 换句话说,它会把 n “向上取整”到最接近的 8
阅读全文
posted @ 2025-08-29 09:30 我不是萧海哇~~~
阅读(14)
评论(0)
推荐(0)
2025年8月28日
py每日spider案例之某website之腾讯热点新闻接口
摘要: import requests headers = { "accept": "application/json, text/plain, */*", "accept-language": "zh-CN,zh;q=0.9", "cache-control": "no-cache", "origin":
阅读全文
posted @ 2025-08-28 22:13 我不是萧海哇~~~
阅读(8)
评论(0)
推荐(0)
py每日spider案例之music搜索接口
摘要: import requests headers = { "accept": "application/json, text/javascript, */*; q=0.01", "accept-language": "zh-CN,zh;q=0.9", "cache-control": "no-cach
阅读全文
posted @ 2025-08-28 22:11 我不是萧海哇~~~
阅读(10)
评论(0)
推荐(0)
py每日spider案例之某website影视资源链接下载(厂长资源)
摘要: import re from lxml import etree import requests headers = { "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,im
阅读全文
posted @ 2025-08-28 21:58 我不是萧海哇~~~
阅读(82)
评论(0)
推荐(0)
windows下socket使用示例(基于select模型)
该文被密码保护。
阅读全文
posted @ 2025-08-28 12:27 我不是萧海哇~~~
阅读(0)
评论(0)
推荐(0)
2025年8月27日
lvgl(v7)之设置控件布局不生效问题
该文被密码保护。
阅读全文
posted @ 2025-08-27 15:50 我不是萧海哇~~~
阅读(0)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
302
下一页
公告
好文要赞
关注我
收藏该文
←
→
↓
↑