上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 587 下一页

2023年8月12日

摘要: Linux中程序是怎样启动的 - 7resp4ss - 博客园 (cnblogs.com) 阅读全文
posted @ 2023-08-12 10:42 lydstory 阅读(9) 评论(0) 推荐(0) 编辑
摘要: LITTLE-ENDIAN(小字节序、低字节序),即低位字节排放在内存的低地址端,高位字节排放在内存的高地址端。 与之对应的是:BIG-ENDIAN(大字节序、高字节序) 阅读全文
posted @ 2023-08-12 08:29 lydstory 阅读(4) 评论(0) 推荐(0) 编辑
摘要: #include <strsafe.h> #pragma comment(lib, "strsafe.lib") 阅读全文
posted @ 2023-08-12 00:19 lydstory 阅读(24) 评论(0) 推荐(0) 编辑

2023年8月11日

摘要: 数据加密推荐使用IDEA算法 数据加密推荐使用IDEA算法 阅读全文
posted @ 2023-08-11 22:33 lydstory 阅读(12) 评论(0) 推荐(0) 编辑
摘要: CRC32(循环冗余校验)是一种用于数据完整性检查的校验算法。它可以对任意长度的数据进行校验,但是由于CRC32算法使用32位(4字节)来表示校验值,因此它的校验能力是有限的。 CRC32算法可以检验的数据最大长度为2^32-1个字节,即4,294,967,295字节(大约4GB)。超过这个长度的数 阅读全文
posted @ 2023-08-11 00:14 lydstory 阅读(2015) 评论(0) 推荐(0) 编辑
摘要: unsigned char src[6] = {0x12, 0x32,0x56,0x78,0x90,0xab}; std::cout<<crc32(src,sizeof(src))<<std::endl; crc32文件校验最大能校验多大数据? crc32文件校验最大能校验多大数据? 阅读全文
posted @ 2023-08-11 00:08 lydstory 阅读(53) 评论(0) 推荐(0) 编辑

2023年8月10日

摘要: Windows防火墙之NDIS HOOK和TDI HOOK_winsunxu的博客-CSDN博客 阅读全文
posted @ 2023-08-10 07:36 lydstory 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 智能阀门网络控制系统 智能阀门网络控制系统 智能阀门网络控制系统 智能阀门网络控制系统 java netty sqlserver 阅读全文
posted @ 2023-08-10 06:54 lydstory 阅读(5) 评论(0) 推荐(0) 编辑
摘要: reflect reflect reflect 阅读全文
posted @ 2023-08-10 00:14 lydstory 阅读(4) 评论(0) 推荐(0) 编辑

2023年8月9日

摘要: EslaMx7/ScreenTask: (📢 New Version Released) Screen sharing made easy! Share your screen across local devices without internet. (github.com) 阅读全文
posted @ 2023-08-09 22:20 lydstory 阅读(38) 评论(0) 推荐(0) 编辑
上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 587 下一页

导航