摘要: 1. GIT问题,error:src refspec master does not match any 将本地GIT版本库PUSH到一个GITHUB上一个空的版本库时可能会出现如下错误 error:src refspec master does not match any 原因: 本地版本库为空, 阅读全文
posted @ 2016-05-31 19:41 Jtianlin 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 1. 创建/导入maven项目时 eclipse默认jdk版本配置:http://blog.csdn.net/lzj0470/article/details/42292021 2. eclipse 使用Maven deploy命令部署构建到Nexus上:http://blog.csdn.net/ju 阅读全文
posted @ 2016-05-31 19:32 Jtianlin 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 1. 插入对象后获取主键 <insert id="add" useGeneratedKeys="true" keyProperty="vo.id"> 如果传的是(@Param("vo") Employee vo) 形式的参数,需要使用vo.id。如果直接使用(Employee vo),则使用keyP 阅读全文
posted @ 2016-05-31 19:19 Jtianlin 阅读(167) 评论(0) 推荐(0) 编辑