08 2006 档案

摘要:负SELECT表名=case when a.colorder=1 then d.name else '' end,表说明=case when a.colorder=1 then isnull(f.value,'') else '' end,字段序号=a.colorder,字段名=a.name,标识=case when COLUMNPROPERTY( a.id,a.name,'IsIdentity')=1 then '√'else '' end,主键=case when exists(SELECT 1 阅读全文
posted @ 2006-08-29 11:10 spring3 阅读(169) 评论(0) 推荐(0)
摘要:描述返回一个日期或时间格式的表达式。语法FormatDateTime(Date[,NamedFormat])FormatDateTime函数语法有如下几部分:部分描述Date必需的。要被格式化的日期表达式。NamedFormat可选的。数字值,表示日期/时间所使用的格式。如果忽略该值,则使用vbGeneralDate。设置值NamedFormat参数的设置值如下:常数值描述vbGeneralDate0显示日期和/或时间。如果有日期部分,则用短日期格式显示。如果有时间部分,则用长时间格式显示。如果都有,两部分都显示。vbLongDate1用计算机区域设置值中指定的长日期格式显示日期。vbShor 阅读全文
posted @ 2006-08-21 18:22 spring3 阅读(277) 评论(0) 推荐(0)
摘要:从本篇开始作者从 ASP 内建对象着手,为大家详细剖析 ASP 的六个内建对象和各种组件的特性和方法。 在正式开始学习 ASP 的内建对象和组件之前,先让我们来认识一些基本概念,这将对各位今后的学习大有帮助。请看下表 : Active Server 随 Windows NT 交付的服务器方技术的集合。这些 技术为组件应用程序管理、数据库访问、事务和消息 提供一致的服务器方组件、脚本模型和一套集成的系 统服务。 Active Server Pages (ASP) 在服务器上运行 ActiveX 脚本和 ActiveX 组件的服 务器方脚本环境。开发人员可以将脚本和组件结合在 一起创建... 阅读全文
posted @ 2006-08-21 15:50 spring3 阅读(153) 评论(0) 推荐(0)
摘要:一、window.open()支持环境:JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+二、基本语法:window.open(pageURL,name,parameters) 其中:pageURL 为子窗口路径 name 为子窗口句柄 parameters 为窗口参数(各参数用逗号分隔)三、示例:<SCRIPT> <!-- window.open ('page.html','newwindow','height=100,width=400,top=0,left=0,toolbar=no,menu 阅读全文
posted @ 2006-08-17 15:15 spring3 阅读(230) 评论(0) 推荐(0)
摘要:<script language="JavaScript"> <!-- function DrawImage(ImgD,width,height){ var image=new Image(); image.src=ImgD.src; if(image.width>0 && image.height>0){ if(image.width/image.height>= width/height){ if(image.width>width){ ImgD.width=width; ImgD.height=(image.h 阅读全文
posted @ 2006-08-16 14:17 spring3 阅读(185) 评论(0) 推荐(0)

点击右上角即可分享
微信分享提示