自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (11)
  • 收藏
  • 关注

原创 Maven archetype

1. Eclipse New Maven Project -> packaging: maven-archetype TO BE CONTINUED

2013-11-29 21:36:13 587

原创 Enum Lesson I Learned

Current situation: we have several service providers for our business, each of them has different values for a specific enum, for example, SegmentNo, V may have a value set {0,1}, whereas M may have {

2013-11-20 12:57:54 909

原创 Revisit pass by value

To be succinct, both Java and C are always pass-by-value. Admittedly, if a java method has an object argument, when it's called, it would receive a reference, however, this is not pass-by-reference.

2013-11-20 12:16:27 921

转载 Enums Distilled from Effective Java

1. Enums are by their nature immutable, so all fields should be final. They can be public, but it is better to make them private and provide public accessors 2. like all enums, has a static values m

2013-11-20 12:07:32 921

原创 Spring JMX Distilled

Let's get it simple. This article's configuration works for me, environment: Tomcat 7.0.37 on Linux Server, JDK 7 on Local. 1. Add configuration in spring application context 2. Annotate the ta

2013-11-01 11:44:37 1216

The Art of Monitoring-James Turnbull(2016)

The Art of Monitoring-James Turnbull(2016).The Art of Monitoring-James Turnbull(2016)

2018-10-25

Data and Information Quality_Dimensions, Principles and Techniques

Data and Information Quality_Dimensions, Principles and Techniques-Springer(2016)

2018-10-25

Enterprise Information Management in Practice_Managing Data

Enterprise Information Management in Practice_Managing Data and Leveraging Profits in Today's Complex Business Environment-Apress(2015)

2018-10-25

An Undergraduate Introduction to Financial Math

An Undergraduate Introduction to Financial Math. An Undergraduate Introduction to Financial Math.

2018-10-25

c design patterns and derivatives pricing

c design patterns and derivatives pricing. c design patterns and derivatives pricing

2018-10-25

Manning.OAuth.2.in.Action.2017

oauth 2 in action. Manning.OAuth.2.in.Action.2017

2018-10-20

Manning The Cloud at Your Service

Manning The Cloud at Your Service.

2018-10-16

空空如也

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

TA关注的人

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