摘要:
phpRedisAdmin is a simple web interface to manage Redis databases. phpRedisAdmin 在 Redis clients 的列表中,目前还零星有更新; It is released under the Creative Comm 阅读全文
摘要:
根据视频表更新公司表下的视频数 update company set video_number=(select count(id) from video_data where status=10 and company_id=company.id) where company.status=10; 阅读全文