07 2017 档案

摘要:http://git.oschina.net/free/Mapper/blob/master/wiki/mapper3/5.Mappers.md/ Mapper3通用接口大全 Mapper3接口有两种形式,一种是提供了一个方法的接口。还有一种是不提供方法,但是继承了多个单方法的接口,一般是某类方法的 阅读全文
posted @ 2017-07-27 10:44 vector11248 阅读(338) 评论(0) 推荐(0)
摘要:1. String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+request.getServerPort()+path+"/"; 复习一下r 阅读全文
posted @ 2017-07-23 19:54 vector11248 阅读(323) 评论(0) 推荐(0)
摘要:1.pom.xml: 加了一句话<defaultGoal>compile</defaultGoal> <!-- 报错:[ERROR] No goals have been specified for this build. You must specify a valid lifecycle pha 阅读全文
posted @ 2017-07-20 21:44 vector11248 阅读(401) 评论(0) 推荐(0)