摘要:
比如说,当我们需要一个键对应多个value的时候,我们有两种方案 既可以利用map的泛型特点,将value的类型也设置成一种容器(比如List,乃至嵌套的map) 此外,还可以自定义一个类,里面包含若干成员变量,用于存储相应信息,再在main方法中用一个容器,比如list有序的装起来。 当然用自定义 阅读全文
posted @ 2024-06-22 19:25
xuchaoxin1375
阅读(11)
评论(0)
推荐(0)
摘要:
package experiment10.exp2; import com.hankcs.hanlp.HanLP; import com.hankcs.hanlp.corpus.document.sentence.word.Word; import com.hankcs.hanlp.corpus.t 阅读全文
posted @ 2024-06-22 14:46
xuchaoxin1375
阅读(28)
评论(0)
推荐(0)
摘要:
文章目录 绿色背景影响阅读去除背景通用配置for bash only 效果 绿色背景影响阅读 去除背景 通用配置 # remove the background color to improve the reading experience. eval "$(dircolors -p | \ sed 阅读全文
posted @ 2024-06-22 07:15
xuchaoxin1375
阅读(52)
评论(0)
推荐(0)

浙公网安备 33010602011771号