Python加解密 编码解码 进制转换
Python实现加解密,编码解码和进制转换(最全版)
目录一、加密(不含解密)1、MD42、MD53、blake2b4、blake2s5、SHA16、SHA2247、SHA2568、SHA3python849、SHA51210、SHA3_22411、SHA3_25612、SHA3_38413、SHA3_51214、shake_12815、shake_25616、crc32 十进制17、crc[详细]
2023-01-10 09:16 分类:开发How to ignore false positive memory leaks from _CrtDumpMemoryLeaks?
It seems whenever there are static objects, _CrtDumpMemoryLeaks returns a false positive claiming it is leaking memory. I know this is because they do not get destroyed until after the main() (or WinM[详细]
2022-12-21 05:40 分类:问答Making (threaded) game server in C++/WinSock
I have a game I am working on in C++ and OpenGL. I have made a threaded server that right now accepts clients (the game) and receives messages from them. Right now the game only sends messages. I want[详细]
2022-12-21 05:37 分类:问答PHP: if !empty & empty
So i have this form.. With 2 fields. \"Youtube\" and \"link\" I want to do if you have filled in YouTube, it should do this:[详细]
2022-12-21 05:19 分类:问答