摘要:
在Stream流中将List转换为Map,是使用Collectors.toMap方法来进行转换。 1.key和value都是对象中的某个属性值。 Map<String, String> userMap1 = userList.stream().collect(Collectors.toMap(Use 阅读全文
摘要:
查看表索引 show index from topic_watch_read_record; 删除表索引 alter table t_topic_watch_read_record drop index uk_user; 1、添加PRIMARY KEY(主键索引) mysql>ALTER TABLE 阅读全文