自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

原创 How to get table metadata without sql-statement invoking

You may use the connection and table name (and column name) to retrieve the meta-data information from the database. E.g.  /**   *

2011-08-30 15:14:51 461

原创 Use ResultSet repeated (multiple times)

For the accessing of ResultSet is through cursor by using next() or previous, so as a matter of fact,  the cursor of database is moving.  To

2011-08-30 15:12:16 495

转载 SQL Server 转义字符序列 like escape的使用方法

%:匹配零个及多个任意字符; _:与任意单字符匹配; []:匹配一个范围; [^]:排除一个范围  引用内容Symbol               Meaning like'5[%]'           5% like'[_]n'

2011-08-07 07:44:38 1200

转载 Escape single quotes and wild cards ‘%’ , ‘_’ in MS SQL

To escape single quotes ( ‘ ) in MS SQL all you need to do is add two single quotes instead of one.Ex. If you want to insert the name D’so

2011-08-07 07:09:11 673

Javascript5手册

非常晚上的javascript5使用手册,而且是chm格式的,使用起来很方便

2007-08-11

空空如也

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

TA关注的人

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