07 2020 档案

摘要:/* 1. 定义一个函数式接口NumberToString,其中抽象方法String convert(int num),使用注解@FunctionalInterface 2. 在测试类中定义static void decToHex(int num ,NumberToString nts), 该方法的 阅读全文
posted @ 2020-07-08 12:45 叶青云 阅读(178) 评论(0) 推荐(0) 编辑
摘要:package 递归练习; import java.io.File; public class diGuiBianLiWenJianJia { public static void main(String[] args) { File file = new File("你要遍历的目录"); bian 阅读全文
posted @ 2020-07-04 10:25 叶青云 阅读(286) 评论(0) 推荐(0) 编辑
摘要:import java.util.*; public class NewDouDiZhu { public static void main(String[] args) { HashMap<Integer,String> poker= new HashMap<>(); //1.组装牌 ArrayL 阅读全文
posted @ 2020-07-02 12:04 叶青云 阅读(298) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示