Wesley13 Wesley13
3年前
java中集合Collection转list对象
参考:java中集合Collection转list对象(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2Fqq_27908393%2Farticle%2Fdetails%2F82020704)首先我的需求是获取到购物车列表,购物车列表是一个Map对象,构
Wesley13 Wesley13
3年前
java 容器
!(https://oscimg.oschina.net/oscnet/fb346547b9d6695817a2fcac24bb4e6b576.png)概述List接口、Queue接口、Set接口均继承了Collection接口,而Collection接口又继承了Iterable接口。publicinterface
Stella981 Stella981
3年前
Mybatis之foreach用法
在mybatis的xml文件中构建动态sql语句时,经常会用到标签遍历查询条件。特此记录下不同情况下书写方式!仅供大家参考1\.foreach元素的属性collection:需做foreach(遍历)的对象,作为入参时,list、array对象时,collection属性
Wesley13 Wesley13
3年前
Java入门第五篇:Java集合框架的Collection、List、Set、Map接口
【java的集合框架】 Collection:      1.List        ①ArrayList        ②LinkedList      2.set        ①HashSet        ②LinkedHashSet        ③TreeSetMap:       1.HashMap 
Stella981 Stella981
3年前
Result Maps collection already contains value for
Causedby:java.lang.IllegalArgumentException:java.lang.RuntimeException:ErrorparsingMapperXML.Cause:java.lang.IllegalArgumentException:ResultMapscollectionalreadyconta
Stella981 Stella981
3年前
Mybatis 高级结果映射 ResultMap Association Collection
高级结果映射MyBatis的创建基于这样一个思想:数据库(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Flib.csdn.net%2Fbase%2F14)并不是您想怎样就怎样的。虽然我们希望所有的数据库(https://www.oschina.net
Stella981 Stella981
3年前
Mapped Statements collection does not contain
这两天测试在测试代码,采用的ibatis,一直报标题的错误。看了一下代码发现错误是调用的xml的ID名称和xml中的ID名称对不上。网上找了一下还有可能出现这个问题的原因,总结如下: 1、mapper.xml中没有加入namespace 2、mapper.xml中的方法和接口mapper的方法不对应 3、mapper.xml没有加入到my
Wesley13 Wesley13
3年前
mongo14
group,aggregate,mapReduce分组统计:group()简单聚合:aggregate()强大统计:mapReduce()db.collection.group(document)document:{key:{key
Stella981 Stella981
3年前
IDEA 环境中使用Scala连接mysql数据库并读取数据。
packagecn.brent.sparkstreammingimportjava.sql.{Connection,DriverManager}importscala.collection.mutable.ArrayBufferobjectDBUntils{  valmysqlConfMap(    "drive