摘要:
use test002go--判断是否存在表和默认值对象 如果存在删除if object_id('table_6_4') is not null drop table table_6_4if object_id('abc_const') is not null drop default abc_const go--创建表create table table_6_4( keycol int primary key,process_id smallint default @@spid,date_ins datetime default getdate(),mathc 阅读全文
posted @ 2012-01-09 15:38
superkook
阅读(196)
评论(0)
推荐(0)
摘要:
7.1有序列表PhotoshopIllustratorFreedhandcorelDraw7.2无序列表PhotoshopIllustratorFreedhandcorelDraw7.3目录列表PhotoshopIllustratorFreedhandcorelDraw7.4定义列表Photoshopadobe公司图像处理软件Illustratoradobe公司图像处理软件Freedhandmacromdia公司图像处理软件corelDrawcorel公司图像处理软件7.5菜单列表PhotoshopIllustratorFreedhandcorelDraw 阅读全文
posted @ 2012-01-08 21:44
superkook
阅读(152)
评论(0)
推荐(0)
摘要:
<body>属性text 设定文字颜色bgcolor 设定背景颜色background 设定背景图像bgproperties 设定背景图像为固定不随页面的滚动而滚动link 设定页面默认的连接颜色alink 设定鼠标正在单击时的连接颜色vlink 设定访问后的连接颜色topmargin 设定页面上边距leftmargin 设定页面的左边距 阅读全文
posted @ 2012-01-08 15:24
superkook
阅读(317)
评论(0)
推荐(0)
摘要:
use test002go--1.查找并删除已经存在的数据if object_id('table_6_2','U') is not null drop table table_6_2go--2.创建数据表并插入数据create table table_6_2(id_num int identity(1,1),company_name sysname)insert table_6_2(company_name)values('test_1')insert table_6_2(company_name)values('test_2') 阅读全文
posted @ 2012-01-07 17:35
superkook
阅读(241)
评论(0)
推荐(0)
浙公网安备 33010602011771号