上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 618 下一页

2025年2月12日

摘要: 1.gmssl sm2 -genkey -out sm2_private.key 2.gmssl sm2 -in sm2_private.key -out sm2_private.pem 3.gmssl pkcs12 -export -inkey sm2_private.key -in sm2_ce 阅读全文
posted @ 2025-02-12 16:50 lydstory 阅读(63) 评论(0) 推荐(0)
摘要: https://maxkb.cn/ 阅读全文
posted @ 2025-02-12 15:52 lydstory 阅读(15) 评论(0) 推荐(0)

2025年2月8日

摘要: import re def extract_tracking_number(text: str): # 定义正则表达式,匹配以 '单号: ' 开头,后面跟着一个以 YT 开头的单号 pattern = r"单号:\s*(YT\d{13})" # 使用 re.search() 查找匹配 match = 阅读全文
posted @ 2025-02-08 09:25 lydstory 阅读(19) 评论(0) 推荐(0)

2025年2月7日

摘要: 3.9以上安装不了 3.8未测试 阅读全文
posted @ 2025-02-07 07:35 lydstory 阅读(14) 评论(0) 推荐(0)
摘要: ✅ VS2008 本身不支持 64 位编译,但可以通过 Windows SDK 6.1 / 7.0 添加支持✅ VS2008 SP1 + Windows SDK 7.0 提供更好的 64 位支持✅ 可以使用命令行工具(cl.exe)编译 64 位程序✅ 适用于 Windows XP/Vista/7/ 阅读全文
posted @ 2025-02-07 07:06 lydstory 阅读(63) 评论(0) 推荐(0)
摘要: 1.crypt编译 nasm-2.07 安装 1. TrueCrypt 7.1a 官方推荐编译环境 组件版本要求 Visual Studio VS2008 (VC9) ✅ 推荐 Windows Driver Kit (WDK) WDK 7.1.0 / WinDDK 7600.16385.1 ✅ 推荐 阅读全文
posted @ 2025-02-07 06:25 lydstory 阅读(16) 评论(0) 推荐(0)

2025年2月5日

摘要: https://code.visualstudio.com/updates/v1_70 阅读全文
posted @ 2025-02-05 19:17 lydstory 阅读(40) 评论(0) 推荐(0)

2025年2月1日

摘要: void SearchImgFile(CString strFilePath,CString strFileType,vector<CString> &arrFileList) { CFileFind fFinder; CString strFile; strFilePath.TrimRight(" 阅读全文
posted @ 2025-02-01 10:58 lydstory 阅读(8) 评论(0) 推荐(0)
摘要: #include <png.h> #include <iostream> #include <fstream> void invertImageColors(const char* inputFilename, const char* outputFilename) { FILE *fp = fop 阅读全文
posted @ 2025-02-01 10:18 lydstory 阅读(17) 评论(0) 推荐(0)
摘要: 二值化(Binarization)是将灰度图像转换为黑白图像的方法。通常,选择一个 阈值(threshold),如果像素值大于该阈值,则设为 白色 (255),否则设为 #include <windows.h> HANDLE WINAPI BIPImgUnicolor(HANDLE hDib) { 阅读全文
posted @ 2025-02-01 03:17 lydstory 阅读(37) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 618 下一页

导航