自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

Mybatis中insert、Update操作返回主键

Mybatis中insert、Update操作返回主键 How to get pk after operation of insert, update in mybatis? 两种方式1. <insert id="insert" parameterType="User" keyProperty="id" > java代码    调用insert(User ...

2015-05-28 23:21:36 2165

原创 Jrebel Maven插件

Jrebel Maven插件 <plugin> <groupId>org.zeroturnaround</groupId> <artifactId>jrebel-maven-plugin</artifactId> <version>1.1.5</version> &amp

2015-05-18 14:00:07 199

原创 mac os中maven命令提示UnsupportedClassVersionError的解决

add the following to your ~/.mavenrc:export JAVA_HOME=/Library/Java/JavaVirtualMachines/{jdk-version}/Contents/Home http://stackoverflow.com/questions/18813828/why-maven-use-jdk-1-6-but-my-jav...

2015-05-18 13:36:28 292

原创 SpringMVC是内部是怎么工作的

Let us see the flow of spring MVC (3.2). I am not going to describe what is M,V,C hope you already know that mess right ? so lets start with the flow…Spring MVC 3.2 Execution FlowStep 1: First...

2015-05-11 15:34:36 94

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除