description 相关的软件列表

首页

仿迅雷焦点广告效果(JQuery版)

2020-02-16 标签:迅雷,焦点,广告,效果,jquery,首先是,js,代码,部分,之前,引入,实现,如下,document,ready,function

首先是JS代码部分,之前一定先引入JQuery包: 实现代码如下:$(document).ready(function(){ var imgUrl = new Array(); var title = new Array(); var description = new Array(); var i

首页

Vlan Configure For Cisco4506

2020-02-16 标签:vlan,configure,cisco,4506,以前,配置,今天,丢人,一把,如下,interface,switchport,access,20,duplex,fullspeed

以前没有在4506上配置过VLAN,今天就丢人了一把,偶的配置如下:interface FastEthernet2/1switchport access vlan 20duplex fullspeed 10!interface FastEthernet2/2description Connect n

首页

cisco 5000 ATMLANE MOUdle,.Cisco 6000 MAFC口令恢复

2020-02-16 标签:cisco,5000,atmlane,moudle,6000,mafc,口令,恢复,password,recovery,catalyst,atm,lane,module,document,describes,procedure,lan

cisco 5000 ATMLANE MOUdle 口令恢复 Password Recovery Procedurefor the Catalyst 5000 ATM LANE Module  DescriptionThis document describes the password recov

首页

RJ-45接口信号定义

2020-02-16 标签:rj,45,接口,信号,定义,以及,网线,连接,安排,以太网,10,100,base,t,pin,name,description,tx

RJ-45接口信号定义,以及网线连接头信号安排以太网 10/100Base-T 接口:Pin Name Description 1 TX+ Tranceive Data+ (发信号+) 2 TX- Tranceive Data- (发信号-) 3 RX+ Receive Data+ (收信号+) 4

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之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

首页

List Installed Software Features

2020-02-16 标签:list,installed,software,features,description,returns,a,computer,using,windows,installer,script,code,实现,代码,如下,var,x

Description Returns a list of features for all the software installed on a computer using Windows Installer.Script Code 实现代码如下:var wbemFlagReturnImmed

ASP充分利用Err.Description
ASP

ASP充分利用Err.Description

2020-02-16 标签:asp,充分利用,err,description,一般,调试程序,操作,莫名,失败,又没有,错误,消息,提示,特别是,执行,数据库,明明,过去了,可就,记录

我们一般在调试程序的时候,有些操作会莫名地失败,又没有错误消息提示,特别是在执行数据库操作的时候,明明执行过去了,可就是数据库里没有记录变动,很是郁闷!今天刚才在搞FSO删除操作时就出现了这样的问题,后来一把Err.Description放上去,马上提示错误在哪里,所以这东东一定要充分利用!具体使用