
JEE
文章平均质量分 77
iteye_11909
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spring事务传播性总结
[size=small]在 Spring 中一共定义了七种事务传播属性: [list] [*]PROPAGATION_REQUIRED -- 支持当前事务,如果当前没有事务,就新建一个事务。这是最常见的选择。 [*]PROPAGATION_SUPPORTS -- 支持当前事务,如果当前没有事务,就以非事务方式执行。 [*]PROPAGATION_MANDATORY -- 支持当前事务,...原创 2009-06-17 13:39:53 · 92 阅读 · 0 评论 -
SCEA Edition 5 Objectives
[b]Section 1: Application Design Concepts and Principles[/b] [list] [*]Explain the main advantages of an object-oriented approach to system design including the effect of encapsulation, inheritanc...原创 2010-01-11 12:49:06 · 140 阅读 · 0 评论 -
SCEA 5 Study Guide Section 1: Application Design Concepts and Principle (一)
[size=medium][b]Explain the main advantages of an object oriented approach to system design including the effect of encapsulation, inheritance, and the use of interfaces on architectural characteristi...原创 2010-01-18 15:47:55 · 212 阅读 · 0 评论