
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
mybatis example and 和or 混合使用
背景:三个搜索条件,其中两个条件和sql里面的字段一一对应,另外一个字段和sql里面的两个字段对应,且是模糊查询,sql示意如下:select * from user where age = 20 and height = 1.8 and (name like concat(’%’,‘小’, ‘%’) or phone likeconcat(’%’,‘小’, ‘%’)) order by id;自
程序包com.sun.istack.internal不存在
程序包com.sun.istack.internal不存在形成原因:是因为代码里使用了 sun 私有包中 @NotNull注解导致,只要引入相应的sun私有包就行了!解决方案:在pom.xml之间添加org.apache.maven.pluginsmaven-compiler-plugin3.5.1-Xlint:deprecationKaTeX parse error: Undefined con
到底了