摘要: 通过文件名获得路径和绝度路径 1 public class ClassloderGetpath { 2 public static void main(String[] args) throws IOException { 3 //创建properties 4 Properties pro = ne 阅读全文
posted @ 2020-03-28 22:18 xiaojian3540 阅读(757) 评论(1) 推荐(0) 编辑
摘要: /* 1.特点 a.数据结构是哈希表,无序 b.线程安全,运行速度慢 c.不允许出现null值,null键 d.key和value都是String e.可以和IO流结合使用,从流中加载数据(io部分讲解) 2.常用方法: - `Object setPropery(String key,String 阅读全文
posted @ 2020-03-28 21:46 xiaojian3540 阅读(214) 评论(0) 推荐(0) 编辑