上一页 1 ··· 342 343 344 345 346 347 348 349 350 ··· 618 下一页

2021年3月10日

摘要: openssl aes 加密buffer数据 阅读全文
posted @ 2021-03-10 19:08 lydstory 阅读(72) 评论(0) 推荐(0)
摘要: 查看 openssl 版本 阅读全文
posted @ 2021-03-10 11:02 lydstory 阅读(152) 评论(0) 推荐(0)

2021年3月9日

摘要: EVP_ENCODE_CTX 阅读全文
posted @ 2021-03-09 22:57 lydstory 阅读(97) 评论(0) 推荐(0)
摘要: #include<stdio.h> #include<string.h> int main(void) { int n; char dest[20] = "Hello"; char src[10] = "World"; strncat(dest, src, 5);//n=5为src前n个字符 pri 阅读全文
posted @ 2021-03-09 22:45 lydstory 阅读(77) 评论(0) 推荐(0)
摘要: #include<stdio.h> #include<string.h> int main(){ char name[]={"Chinanet"},destin[20]={}; strncpy(destin,name,3); printf("%s\n",destin); } Chi strncpy基 阅读全文
posted @ 2021-03-09 22:03 lydstory 阅读(260) 评论(0) 推荐(0)
摘要: typedef unsigned int UINT32; typedef unsigned int DWORD; typedef unsigned short WORD ; typedef unsigned char BYTE; typedef unsigned char UCHAR; typede 阅读全文
posted @ 2021-03-09 21:53 lydstory 阅读(61) 评论(0) 推荐(0)
摘要: fcntl flock #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <fcntl.h> int FileUnLock(int fd_lock) { struct flo 阅读全文
posted @ 2021-03-09 21:23 lydstory 阅读(79) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-03-09 20:04 lydstory 阅读(34) 评论(0) 推荐(0)
摘要: http://www.itsec.gov.cn/search/search?channelid=222615&searchword= 阅读全文
posted @ 2021-03-09 19:59 lydstory 阅读(51) 评论(0) 推荐(0)
摘要: https://www.hillstonenet.com.cn 阅读全文
posted @ 2021-03-09 19:33 lydstory 阅读(42) 评论(0) 推荐(0)
上一页 1 ··· 342 343 344 345 346 347 348 349 350 ··· 618 下一页

导航