C语言自定义类型
-
C语言自定义类型之联合和枚举解读
目录一、联合体1.1 联合体类型的声明1.2 联合体的特点1.2.1 特点11.2.2 特点21.2.3 特点31.3 联合体的大小1.4 相同成员的结构体和联合体的对比1.5 使用联合体节省空间的例子1.6 运用联合体判断大小端1.7 利用联合体打[详细]
2025-08-06 10:41 分类:开发 Junit : add handling logic when exception is not expected
I am trying to print the stack trace of the exception. However, for negative test case, only the unexpected exception is printed.[详细]
2022-12-29 05:58 分类:问答