摘要: 在JDBC的课程中,获取配置文件用到如下代码: InputStream is = getClass().getClassLoader().getResourceAsStream("helloworld.properties");其中getClass()和getClassLoader()分别是什么意思 阅读全文
posted @ 2017-04-15 11:16 兽性大发的小白兔 阅读(252) 评论(0) 推荐(0)