会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
张京华
博客园
首页
新随笔
新文章
联系
订阅
管理
2021年11月22日
一种简单的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 张京华
阅读(162)
评论(0)
推荐(0)