自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

我是一棵树

坚持的见证

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

原创 Oracle同义词与序列基本使用。

 同义词:同义词是一个对象的替代名称作用:利用同义词可以很方便地操纵不同用户模式下的对象。通过select user from dual查看当前使用的用户。访问其它用户模式下的表:select * from scott.dept;    表示查看scott用户模式下的dept表数据。同义词分为private 和 public,private仅创建的用户可以使用。public则所有用户都可以使用。语

2008-07-30 23:14:00 2725 1

原创 NVL和NVL2有什么区别,NULLIF 的使用.

描述:NULL指的是空值,或者非法值。 NVL (expr1, expr2):expr1为NULL,返回expr2;不为NULL,返回expr1。注意两者的类型要一致 NVL2 (expr1, expr2, expr3) :xpr1不为NULL,返回expr2;为NULL,返回expr3。expr2和expr3类型不同的话,expr3会转换为expr2的类型 NULLIF (expr1, ex

2008-07-30 23:07:00 14051

React Developer Tools Chrome插件 官方版

React Developer Tools 2.3.3 Chrome插件 官方版

2017-07-01

casperjs-1.1.4-1

casperjs-1.1.4-1

2017-06-30

Axure范例详解-适合新手

Axure范例详解-适合新手,Axure基础操作指南。

2013-06-27

编译原理及实践

编译原理及实践文字版,深入理解IDE的编译过程。

2013-06-27

HeadFirst设计模式

HeadFirst设计模式中文版,清晰文字版。

2013-06-27

Everything1.2.1.371

Everything 搜索工具 基于名称实时定位文件和目录

2012-01-11

Professional ASP.NET2.0 Server Control And Component Develpment Code配套源码

Professional ASP.NET2.0 Server Control And Component Develpment Code配套源码

2009-02-20

Professional ASP.NET 2.0 Server Control and Component Development.part05.rar

Welcome to Professional ASP.NET 2.0 Server Control and Component Development. The ASP.NET 2.0 Framework consists of two groups of components. The first group contains server controls, that is, those components that directly or indirectly derive from the ASP.NET Control base class. This group includes security controls, tabular and hierarchical data source controls such as SqlDataSource and XmlDataSource, Web Parts controls set, data-bound controls, and so on. The second group contains the rest of the ASP.NET 2.0 components including HTTP modules, HTTP handlers, HTTP handler factories, security components such as RolePrincipal, RoleManagerModule, role providers, MembershipUser and membership providers, data control fields such as BoundField, data source control parameters such as ControlParameter, ISerializable, schema importer extensions, and so on. This book covers both groups of ASP.NET 2.0 components. In other words, this book shows you how to develop not only server controls, which belong to the first group, but also components that belong to the second group.

2009-02-20

Professional ASP.NET 2.0 Server Control and Component Development.part04.rar

Welcome to Professional ASP.NET 2.0 Server Control and Component Development. The ASP.NET 2.0 Framework consists of two groups of components. The first group contains server controls, that is, those components that directly or indirectly derive from the ASP.NET Control base class. This group includes security controls, tabular and hierarchical data source controls such as SqlDataSource and XmlDataSource, Web Parts controls set, data-bound controls, and so on. The second group contains the rest of the ASP.NET 2.0 components including HTTP modules, HTTP handlers, HTTP handler factories, security components such as RolePrincipal, RoleManagerModule, role providers, MembershipUser and membership providers, data control fields such as BoundField, data source control parameters such as ControlParameter, ISerializable, schema importer extensions, and so on. This book covers both groups of ASP.NET 2.0 components. In other words, this book shows you how to develop not only server controls, which belong to the first group, but also components that belong to the second group.

2009-02-20

Professional ASP.NET 2.0 Server Control and Component Development.part03.rar

Welcome to Professional ASP.NET 2.0 Server Control and Component Development. The ASP.NET 2.0 Framework consists of two groups of components. The first group contains server controls, that is, those components that directly or indirectly derive from the ASP.NET Control base class. This group includes security controls, tabular and hierarchical data source controls such as SqlDataSource and XmlDataSource, Web Parts controls set, data-bound controls, and so on. The second group contains the rest of the ASP.NET 2.0 components including HTTP modules, HTTP handlers, HTTP handler factories, security components such as RolePrincipal, RoleManagerModule, role providers, MembershipUser and membership providers, data control fields such as BoundField, data source control parameters such as ControlParameter, ISerializable, schema importer extensions, and so on. This book covers both groups of ASP.NET 2.0 components. In other words, this book shows you how to develop not only server controls, which belong to the first group, but also components that belong to the second group.

2009-02-20

Professional ASP.NET 2.0 Server Control and Component Development.part02.rar

Professional ASP.NET 2.0 Server Control and Component Development 介绍Asp .net2.0服务控件与组件开发内幕

2009-02-20

Professional ASP.NET 2.0 Server Control and Component Development part01.rar(pdf原版)

Professional ASP.NET 2.0 Server Control and Component Development 介绍Asp .net2.0服务控件与组件开发内幕,自定义控件的开发,本书还包括其它的四个部分。

2009-02-20

CSharpSamples实例包

附件中是主要介绍C#编程入门实例以及包含Linq实例,本包中所有的实例都是由vs2008创建.

2009-02-13

tomcat-5.5.27

tomcate-5.5.27绝色版本,解压后就需要配置环境变量就能使用!

2008-11-26

Programming+Pearls+(COMPLETE)

Programming+Pearls+(COMPLETE) 编程珠玑英文版

2008-11-10

CSharpFileZipLib

C#文件压缩包,我自己用过这个包做过项目.

2008-04-03

中国省市县数据库

该文件中包含中国省市县数据库Sql Server的备份文件与Access文件.

2008-02-29

CalendarDemo

CalendarDemo.

2007-06-18

JS日期控件

带时间的日期控件

2007-06-18

空空如也

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

TA关注的人

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