2016年12月8日

摘要: 读取配置文件的三种使用方式:1、Java代码:BasicConfigurator.configure() 2、Java特性:键值对解析(properties文件) PropertyConfigurator.configure() 3、xml解析:DOMConfigurator.co... 阅读全文
posted @ 2016-12-08 15:12 xieji233 阅读(76) 评论(0) 推荐(0) 编辑
 
摘要: 使用IDEA,先将keymap改为eclipse形式 1、搜索技巧: f4:列举所有类树状结构 Ctrl+F:搜索特定词 Ctrl+T:列举所有子类 Ctrl+O:快速检索想要的方法 Ctrl+Shift+T:搜索项目中所有文件(包括第三方jar包) Ctrl+Shift+R:搜索... 阅读全文
posted @ 2016-12-08 11:17 xieji233 阅读(122) 评论(0) 推荐(0) 编辑