摘要: package facadeTest.mapAndObject; import java.util.ArrayList; import java.util.List; /** * * 将对象放入到map中,找出map中指定的某个属性值并放在一个list中 */ public class TargetAndMapChange { public static void main(Str... 阅读全文
posted @ 2018-02-27 13:45 qqyong 阅读(978) 评论(0) 推荐(0) 编辑
摘要: package facadeTest.mapAndObject; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; /** * 将map放到list中,找出指定的value值在那个map中 Object可以强转成map * */ publ... 阅读全文
posted @ 2018-02-27 13:42 qqyong 阅读(10074) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-02-26 16:37 qqyong 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-02-26 16:34 qqyong 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-02-26 16:25 qqyong 阅读(128) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/huiy/p/6000676.html 1.输入参数为单个值 2.输入参数为一个对象 3.输入参数为一个java.util.HashMap 4.输入参数中含有数组 5.传递参数只含有一个数组 6.让ibatis把参数直接解析成字符串 7.分页查询 (p 阅读全文
posted @ 2018-02-26 16:23 qqyong 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-02-26 16:13 qqyong 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 1.在eclise中导入maven项目时,如果在Libraries下没有Maven Dependencies, 需要在.classpath中添加 2.Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are already in use. The server may ... 阅读全文
posted @ 2018-02-26 16:00 qqyong 阅读(117) 评论(0) 推荐(0) 编辑