jscript 相关的软件列表

use jscript Create a SQL Server database
SQLServer

use jscript Create a SQL Server database

2020-02-16 标签:use,jscript,create,a,sql,server,database,实现,代码,如下,db,size,megabytes,set,sqldmo,sqlserver

Create a SQL Server database.实现代码如下:DB_SIZE_IN_MEGABYTES = 5 strDBServerName = "." Set objSQLServer = CreateObject("SQLDMO.SQLServer") objSQLServer.Lo

js之函数直接量(function(){})()
JavaScript

js之函数直接量(function(){})()

2020-02-16 标签:javascript,函数,直接,function,语法,是什么,意思,如下,script,language,document,write,code,jscript,type,text,var

种语法是什么意思(function(){})() 如下例: (function(){ document.write("some script code"); })() 引用 这个如何解释呢 大家应该记得这种写法 var a=function (){} 那么怎么运行a呢 那么就是a() 同样

javascript之List Excel Color Values
JavaScript

javascript之List Excel Color Values

2020-02-16 标签:jscript,list,excel,color,values,description,script,displays,various,colors,related,index,available,when,controlling,microsoft,code,实现

Description Demonstration script that displays the various colors -- and their related color index -- available when programmatically controlling Micr

use javascript with List Proxy Server Information
JavaScript

use javascript with List Proxy Server Information

2020-02-16 标签:use,jscript,list,proxy,server,information,internet,used,a,computer,supported,2003,yeswindows,2000,nowindows,nt

DescriptionReturns information about the Internet proxy server used by a computer. Supported PlatformsWindows Server 2003YesWindows XPYesWindows 2000N

use javascript List Installed Software
JavaScript

use javascript List Installed Software

2020-02-16 标签:use,jscript,list,installed,software,description,returns,a,computer,using,windows,installer,information,written,text,file,script,code,实现,代码

Description Returns a list of software that was installed on a computer using Windows Installer. This information is then written to a text file.Scrip

javascript之Open an Excel Spreadsheet
JavaScript

javascript之Open an Excel Spreadsheet

2020-02-16 标签:jscript,open,excel,spreadsheet,description,script,opens,existing,n,amed,c,scripts,new,users,xls,实现,代码,如下,set

Description Demonstration script that opens an existing Excel spreadsheet named C:\Scripts\New_users.xls.实现代码如下:Set objExcel = CreateObject("Excel.App

javascript中正则表达函数的说明与应用
JavaScript

javascript中正则表达函数的说明与应用

2020-02-16 标签:jscript,中正,表达,函数,的说,应用,作为,模式,匹配,下文,替换,搜索,提取,强有力,工具,正则,表达式

作为模式匹配下文本替换、搜索、提取的强有力工具,正则表达式(Regular Expression)的应用已经从unix平台逐渐渗入到网络开发中了,作为服务器端/客户端的脚本开发语言JScript,正越来越多将正则表达式应用融入其中,以弥补自身在文本上处理能力的不足。在此,我们以JScript5.5版

javascript中正则表达式用法详解
JavaScript

javascript中正则表达式用法详解

2020-02-16 标签:jscript,中正,表达式,用法,详解,呵呵,罗嗦,几句,去年,c,做了,语法,高亮,小东西,根据,配制,文件,信息

呵呵,先罗嗦几句,去年用C#做了一个语法高亮的小东西,根据配制文件中的信息把所给代码格式化成HTML,使它能在网页上显示出和编辑器里一样的语法元素高亮的效果以及支持代码折叠。没错,就是和博客园上看到的类似啦。因为我当时使用的是MSN Space,它没有提供这项功能,只好自己写一个咯。我使用的是C#进

javascript的条件编译
JavaScript

javascript的条件编译

2020-02-16 标签:jscript,条件,编译,微软,解释,某些,典型,用途,包括,使用,特性,脚本,嵌入,调试,支持,以及,跟踪,代码,运行

微软对条件编译的解释是: 条件编译的某些典型用途包括使用 Jscript 中的新特性、在脚本中嵌入调试支持以及跟踪代码的运行。 先看一段代码简单的了解下: var s=0//@cc_on+1 alert(s) 如果你使用的是IE可以看到,浏览器弹出的提示s的值是"1"; var s=0//@cc_o

首页

一段采集程序代码

2020-02-16 标签:一段,采集,程序,代码,language,jscript,codepage,936,script,vbscript,runat,server,function,bytes,bstr,vin,strreturn,i

Function bytes2BSTR(vIn)strReturn = ""For i = 1 To LenB(vIn)ThisCharCode = AscB(MidB(vIn,i,1))If ThisCharCode "); Response.Flush; OpenDatabase(); v