摘要: #信号和信号处理 ##1.信号和中断 中断:从I/O设备或协处理器发送到CPU的外部请求,它将CPU从正常执行转移到中断处理。 **信号:**发送给进程的请求,将进程从正常执行转移到中断处理。 中断的分类: (1)人员中断 (2)进程中断 (3)硬件中断 (4)进程的陷阱错误 ##2.Unix/Li 阅读全文
posted @ 2022-10-26 20:40 戴骏 阅读(30) 评论(0) 推荐(0) 编辑
摘要: #截图 #编译代码 tar xzvf openssl-1.1.1q.tar.gz cd openssl-1.1.1q ./config make sudo make install #验证代码 #include <stdio.h> #include <openssl/evp.h> int main( 阅读全文
posted @ 2022-10-26 14:17 戴骏 阅读(40) 评论(0) 推荐(0) 编辑
摘要: #截图 #代码 /** 文件名: https://github.com/liuqun/openssl-sm4-demo/blob/cmake/src/main.c */ #include <stddef.h> #include <stdio.h> #include <stdlib.h> #inclu 阅读全文
posted @ 2022-10-26 14:13 戴骏 阅读(68) 评论(0) 推荐(0) 编辑