如何使ASP程序暂停指定的时间后再继续执行

2016-01-29 18:15 131 1 收藏

如何使ASP程序暂停指定的时间后再继续执行,如何使ASP程序暂停指定的时间后再继续执行

【 tulaoshi.com - ASP 】

  可以用waitfor组件. 下面是国外的一名ASP作者的语句:

Developer's often need to have their apps wait a specified number of
seconds, detect if a file exists within a particular timeout or wait
for exclusive file access within a specified timeout. This component
is designed to allow developers to do that from ASP.

To install

a) Move the component into the subdirectory you want to store it in
b) Type regsvr32 waitfor.dll
c) Run markwait.exe to mark the registry
d) Move the example script into a directory off your Web server
e) Modify the example for your own use

Unfortunately I cannot provide free support for this free component.

Best wishes,

Stephen

 

来源:http://www.tulaoshi.com/n/20160129/1505036.html

延伸阅读
标签: ASP
       如何使你的机器运行ASP呢?因为ASP是微软的东西,所以你只能是在微软的系统上运行它,而且他的文件扩展名必须是.ASP。光是这样还不行,你还要进行如下操作。      一.安装      (一)如果你的系统是Windows NT,你需要如下操作。      ...
标签: ASP
  Using the global.asa to schedule ASP code execution. Have you ever had some asp code that needed to execute every once in a while but, you just didn't know how to do it. There is a solution that doesn't involve running any scheduling or scripting software on the server and is actually very easy to get working....
标签: Web开发
写了几年代码,很少谈到javascript程序的执行效率问题,今天就举几个例子看看,让大家看看程序优化是多么重要。 这节来看看createElement和innerHTML的表现。看看差别是多大 createElement: 运行代码框 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"HTMLHEADTITLE New Document /TITLEMETA NAME="Genera...
标签: Delphi
  SysUtils 单元中有 ExtractFileDir 与 ExtractFilePath两个类似的函数, 用哪一个?没有太大的关系。 不过有以下的差别: ExtractFilePath 传回值的最後一个字元是反斜杠“/”。 procedure TForm1.Button1Click(Sender: TObject); begin ShowMessage(ExtractFileDir(Application.Exename)); // ie: c:\temp ShowMessage(ExtractFilePa...
标签: 电脑入门
MAC电脑的安全是众多用户所关注的,怎么样才能保护电脑的安全呢?当然是尽可能的给电脑设置密码啦。今天图老师小编教大家一个方法,可以让用户必须安装一定的启动装置进行启动,这样就给电脑再加上了一层保护。 无论是PowerPC还是Intel构架的电脑,具体方法如下: 1. 插入随机所带的系统安装盘。 2. 打开光盘后,到光盘下的Applications...

经验教程

215

收藏

48
微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部