11 2021 档案
一种简单的id管理池的C语言实现
摘要:#include <stdio.h>#include <stdlib.h>#include <stdint.h>#include <string.h>uint16_t* rule_id_list = NULL;uint16_t unused_rule_id_position = 0;typedef 阅读全文
posted @ 2021-11-22 11:31 张京华 阅读(152) 评论(0) 推荐(0)
由于找不到VCRUNTIME140_1.dll,无法继续执行代码
摘要:由于找不到VCRUNTIME140_1.dll,无法继续执行代码_yytoo2的博客-CSDN博客_vcruntime140_1.dll 阅读全文
posted @ 2021-11-21 23:45 张京华 阅读(114) 评论(0) 推荐(0)