自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (2)
  • 收藏
  • 关注

原创 EXECUTION SECTION OF PL/SQL

NO1. The general struture of execution section is : NO2.expresstion:        PL/SQL exceptions consists of one or more PL/SQL variables conbined one or more PL/SQL operators .An exception may app...

2010-12-09 14:28:35 80

原创 PL/SQL NOTE

NO1.A  pl/sql block consists of four distinct section:    1.block header :the optional block identifies a block name or type,if omitted,the block will be considered an anonymous block with no name...

2010-12-08 15:12:35 107

原创 SPRING AOP API

spring aop api可以实现日志事物的管理,避免配置文件增量。spring 提供的AOP功能只支持方法的拦截,如果想对类属性等的AOP功能,可以选择用ASPECTJ。AOP的几个主要概念:aspect(切面):一个能从多个类橫切而过的模块。join point (连接点):程序执行中的某一点。advice(通知):发生在一个切面中的某一个特定的连接点,有分为前置、后置、环绕...

2010-08-27 10:06:39 88

空空如也

空空如也

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

TA关注的人

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