01 2012 档案
摘要:8.1属性herf 指定连接地址(绝对路径、相对路径、跟路径)name 给连接命名title 给连接提示文字target 指定连接的目标窗口(_parent:在上一级窗口中打开;_blank:在新窗口中打开;_self:在同一窗口中打开;_top:在整个窗口中打开,忽略整个框架) accesskey 连接热键8.2书签连接建立书签:<a name="dw">...</a>连接书签:<a herf="#dw">...</a>连接到其他页面书签:<a herf="file_name#dw&quo
阅读全文
posted @ 2012-01-13 21:58
superkook
摘要: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
阅读全文
摘要:7.1有序列表PhotoshopIllustratorFreedhandcorelDraw7.2无序列表PhotoshopIllustratorFreedhandcorelDraw7.3目录列表PhotoshopIllustratorFreedhandcorelDraw7.4定义列表Photoshopadobe公司图像处理软件Illustratoradobe公司图像处理软件Freedhandmacromdia公司图像处理软件corelDrawcorel公司图像处理软件7.5菜单列表PhotoshopIllustratorFreedhandcorelDraw
阅读全文
摘要:<body>属性text 设定文字颜色bgcolor 设定背景颜色background 设定背景图像bgproperties 设定背景图像为固定不随页面的滚动而滚动link 设定页面默认的连接颜色alink 设定鼠标正在单击时的连接颜色vlink 设定访问后的连接颜色topmargin 设定页面上边距leftmargin 设定页面的左边距
阅读全文
摘要: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')
阅读全文
浙公网安备 33010602011771号