随笔分类 -  数据库

摘要:Hiredis是Redis官方推出的一个用于连接redis数据库的极简C库 GitHub地址:https://github.com/redis/hiredis ,测试用的 版本是v1.0.0 redis和hiredis,官方并没有提供windows版本,在GitHub的说明中也没有windows平台 阅读全文
posted @ 2020-11-14 14:21 孬孩他哥 阅读(1028) 评论(0) 推荐(0)
摘要:编写mysql存储过程,通过查询一个表中数据,更新到另外一个表中 举例来说,存在两张表roledata{role_id,role_score},scoreinfo{role_id,score}, 下面存储过程,通过游标,遍历查询scoreinfo表中scroe的值来更新表roledata中的role 阅读全文
posted @ 2019-08-08 10:59 孬孩他哥 阅读(1018) 评论(0) 推荐(0)