摘要: 先来一个集合操作 利用接口实现点赞功能 需要 点赞计数,是否已点赞,添加点赞,移除点赞 在实现接口 转到bll 再用bll调用dal 用web调用bll来实现点赞功能 阅读全文
posted @ 2021-12-14 12:17 李绍昂 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 哈希表(Hash) 哈希 key.value list集合根据索引 set 具有去重的效果 调度使用 通过Id获取视频列表 public List<TBVideos> GetVideosByUserId(int userId) { AishowDbContext dbContext = new Ai 阅读全文
posted @ 2021-12-14 08:16 李绍昂 阅读(23) 评论(0) 推荐(0) 编辑