摘要: 1、List示例 java文件: dao: public List<ServicePort> selectByIps(List<String> ips); xml文件: <!-- 高级查询 --> <select id="selectByIps" resultType="ServicePort"> 阅读全文
posted @ 2016-08-03 19:34 何石-博客 阅读(29378) 评论(0) 推荐(0) 编辑
摘要: 依赖jar:commons-io.jar 1、写文件 // by FileUtilsList<String> lines = FileUtils.readLines(file, "UTF-8"); // by IOUtilsList<String> lines = IOUtils.readLines 阅读全文
posted @ 2016-08-03 10:06 何石-博客 阅读(1184) 评论(0) 推荐(0) 编辑