自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 Spring database connection in IDEA

I'm learning Spring through an online course these days. But the teacher uses MyEclipse while I'm using IDEA, so I conclude the differences and write this page to remind me how to make the database co

2018-01-29 10:35:17 268

原创 Spring Transaction(1)

1. What is transaction?This is the definition from wiki :A transaction symbolizes a unit of work performed within a database management system (or similar system) against a database, a

2018-01-29 08:00:06 164

转载 Execution expression

This passage is cut from Spring official Reference : Spring Official ReferenceSpring AOP users are likely to use the execution pointcut designator the most often. The format of an execution expression

2018-01-19 08:57:59 212

原创 Annotation Injection & XML Injection

Annotation Injection & XML Injection1. Which is better?I find some information in the official reference to explain this question, here is the screenshot:In conclusion, it depends. However, there is a

2018-01-18 10:08:06 350

原创 Setter Injection & Constructor Injection

Spring container could help us create objects we need and inject them into proper objects. Here are two ways to achieve this process.1. Setter InjectionFirst, we have two interfaces here:DAO:Service:A

2018-01-18 07:59:44 295

原创 Start Spring in IDEA

1. Basic termsIoc - Inversion of ControlAOP - Aspect Oriented ProgrammingArticle about IOC written by Martin Fowler www.martinfowler.com/articles/injection.html2. How to start Spring in

2018-01-17 10:12:42 324

空空如也

空空如也

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

TA关注的人

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