distributed_memory icon indicating copy to clipboard operation
distributed_memory copied to clipboard

分布式存储解决方案

Results 1 distributed_memory issues
Sort by recently updated
recently updated
newest added

- 内存泄漏 - deal_reg_query函数末尾root未释放 - 建议:cJSON_Delete(root); - 出错处理 - deal_reg_query中出错直接return未给前台返回数据 - 建议:return之前返回除000外的其他错误码,如:mysql插入失败证明nicheng或者u_name已经存在已经存在可返回001,前台接受001得知出现了用户重名,注册失败