2022年6月16日

一些c++ 函数以及例子

摘要: 1.snprintf int main() { char buf[100]={0} ; int cx; cx = snprintf(buf,sizeof(buf),"the half of %d is %d",60,60/2); snprintf(buf+cx,100-cx,",and a half 阅读全文

posted @ 2022-06-16 18:31 对我不好 阅读(90) 评论(0) 推荐(0) 编辑

redis知识整理

摘要: Redis及其C库Hiredis的使用和封装 - 简书 (jianshu.com) hiredis的使用 - 简书 (jianshu.com) EVAL — Redis 命令参考 (redisfans.com) 阅读全文

posted @ 2022-06-16 14:24 对我不好 阅读(5) 评论(0) 推荐(0) 编辑

导航