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)
摘要: linus 内核 dmi实现 阅读全文
posted @ 2021-03-09 16:26 lydstory 阅读(37) 评论(0) 推荐(0)
摘要: http://www.360doc.com/content/13/0220/13/5073814_266736532.shtml 阅读全文
posted @ 2021-03-09 16:20 lydstory 阅读(27) 评论(0) 推荐(0)

导航