自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Leo's Tech Memo

学而不思则罔

  • 博客(7)
  • 资源 (2)
  • 收藏
  • 关注

原创 Java异常设计原则

Brainstorm: 异常机制引入的好处:好处?使用对象:面向开发者,而非用户; 异常的自定义:类型:checked:??unchecked:?? 何时抛出异常?方法所暗示的功能无法完成的时候,checked:告诉使用者,调用该方法的时候可能会失控。unchecked:  捕捉异常:捕捉什么?何时去捕捉?谁来捕捉?谁感兴趣谁

2009-12-14 23:14:00 399

原创 Java类初始化顺序

 [引言]本文主要总结了java类的lifetime。包括从类的加载,link,initialize,以至对象的实例化和销毁。并结合jvm规范,略作解释。1.测试用程序: 2.程序输出: [正文]Java对象的从无到有要经过类的加载,链接,初始化和对象的实例化这几个过程。从总体来说类的生命周期大致将其分为三个phase

2009-11-08 18:43:00 397

原创 Metamodeling

http://en.wikipedia.org/wiki/Metamodeling

2009-11-04 22:12:00 537

原创 UML中Association(关联), Aggregation(聚合), Composition(组合)和Dependency(依赖)辨析

Association, Aggregation, Composition and Dependency  Association vs. DependencyAssociationAssociation的定义:描述两个类之间的结构关系:一个类的实例连接到另一个类的实例An association is a structural relationship betwe

2009-10-26 21:16:00 3870 1

原创 Java的构造函数抛出异常如何处理?

A001:是否被实例化无法确保。方案1:抛出IllegalArgumentException(RuntimeException),并在javadoc中记载在何种情形下会抛出异常方案2:抛出checked exception,通常在超出client code的控制范围的情况下 如果要做cleanup的相关操作?    finally:即使在成功的时候也会被调用的。

2009-10-22 23:36:00 3913

原创 JDBC入门

  参考资料:Working with the Java DB (Derby) Databasehttp://www.netbeans.org/kb/docs/ide/java-db.html

2009-07-19 23:17:00 264

原创 Memo提纲

1. exception design2.

2009-07-13 23:06:00 466

ios programming- the big nerd ranch guide 4ed

ios开发必读教程 大师出品 必属精品!强烈推荐 5星!

2016-01-23

Best Practices for SOA Management.pdf

This Redpaper starts with the premise that you have decided to adopt a service-oriented architecture and want to learn about best practices for managing SOA composite applications and supporting infrastructure. In this chapter we first provide a brief overview of the IBM SOA Foundation scenarios to give a context for SOA management. The remaining sections of this chapter provide an introduction to the challenges, architecture, IBM products, and lifecycle used for SOA Management.

2011-04-10

空空如也

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

TA关注的人

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