上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 124 下一页
摘要: 摘自:https://blog.csdn.net/u010429831/article/details/122722187 (Linux_C环境编程:时间日期函数总结) // TimeUtil.h#ifndef __TIME_UTIL_H__ #define __TIME_UTIL_H__ #ifd 阅读全文
posted @ 2023-11-20 12:16 LiuYanYGZ 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://blog.csdn.net/GerZhouGengCheng/article/details/106103039 // AesUtil.h #ifndef __AES_UTIL_H__ #define __AES_UTIL_H__ #ifdef __cplusplus //告诉 阅读全文
posted @ 2023-11-20 12:07 LiuYanYGZ 阅读(1207) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://www.dandelioncloud.cn/article/details/1498198300963708930 // Base64Util.h #ifndef __BASE64_UTIL_H__ #define __BASE64_UTIL_H__ #ifdef __cplu 阅读全文
posted @ 2023-11-20 12:01 LiuYanYGZ 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://blog.csdn.net/mijichui2153/article/details/104741460 1、HMAC简介(1)MAC(Message Authentication Code,消息认证码算法),可以将其认为是含有秘钥的散列(Hash)函数算法;即兼容了MD和SH 阅读全文
posted @ 2023-11-20 11:35 LiuYanYGZ 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://blog.csdn.net/mijichui2153/article/details/104741460 1、HMAC简介(1)MAC(Message Authentication Code,消息认证码算法),可以将其认为是含有秘钥的散列(Hash)函数算法;即兼容了MD和SH 阅读全文
posted @ 2023-11-20 11:32 LiuYanYGZ 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://blog.csdn.net/ljz0929/article/details/108300470 有时候在使用source insight的会发现两个变量命名有多个空格,但是显示的只有一个空格,还有可能连在了一起的情况。这时我们只需要设置一下,关闭Fixed Whitespace 阅读全文
posted @ 2023-11-17 15:52 LiuYanYGZ 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://blog.csdn.net/u010429831/article/details/122722187 一、时间日期类型Linux下常用的时间类型有6个:time_t, clock_t, struct timeb, struct timeval, struct timespec, 阅读全文
posted @ 2023-11-15 15:52 LiuYanYGZ 阅读(1393) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://wenku.csdn.net/answer/7c7f06c9f8bb466fb48f47bae5aaf99d 摘自:https://www.dandelioncloud.cn/article/details/1498198300963708930 //RsaUtil.h #if 阅读全文
posted @ 2023-11-09 11:06 LiuYanYGZ 阅读(1408) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://www.dandelioncloud.cn/article/details/1498198300963708930 #include <stdio.h> #include <string.h> #include <unistd.h> #include <openssl/pem. 阅读全文
posted @ 2023-11-07 16:22 LiuYanYGZ 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 摘自:http://www.nan6.com/article/38728.html 在女朋友的心里,除了男朋友之外,闺蜜也是非常重要的人,甚至比男友的地位还要高,很多时候,男生会讨厌自己女朋友的闺蜜,这又是因为什么呢? 1.闺蜜比男友的地位重要 很多时候,在闺蜜独行的情况下,女朋友几乎都是优先选择闺 阅读全文
posted @ 2023-10-19 16:23 LiuYanYGZ 阅读(480) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 124 下一页