分类: c

c

0

openssl 3.3.2

【编译】openssl 3.3.2

https://www.tkxiong.com/archives/2348

20240923 tkxiong 选择openssl 3.3.2 版本进行编译

这次编译使用了ChatGPT,通过对话解决了部分问题。[……]

继续阅读

0

获取指定日期时间

获取指定日期时间

#define _CRT_SECURE_NO_WARNINGS * *//一定要添加上**
#include<stdio.h>
#include<time.h>
int main()
{
time_t     now;
stru[……]

继续阅读