虛擬主機重啟代碼
更新時間:2006年12月19日 00:00:00 作者:
復制代碼 代碼如下:
<%
response.write "<br>"
call server_update("cache")
call server_update("session")
response.write "<br>虛擬主機重啟成功!"
sub server_update(byval strt)
if strt="" then strt=request.querystring("delete")
select case strt
case "cache"
Application.Lock
application.contents.Removeall
Application.unLock
response.write "Delete Cache Succeed!<br>"
case "session"
session.Abandon
response.write "Delete Session Succeed!<br>"
end select
end sub
%>
保存為iisrestar.asp
相關(guān)文章
ASP+JS三級聯(lián)動下拉菜單[調(diào)用數(shù)據(jù)庫數(shù)據(jù)]
ASP+JS三級聯(lián)動下拉菜單[調(diào)用數(shù)據(jù)庫數(shù)據(jù)]...2007-03-03asp在IE瀏覽器中下載服務端上的各類文件的實現(xiàn)方法
asp在IE瀏覽器中下載服務端上的各類文件的實現(xiàn)方法...2007-11-11ASP新聞分頁,將一篇過長的文章分頁,生成靜態(tài)頁面
現(xiàn)在將他們生成靜態(tài)頁面沒有什么問題,但是如何將它們按照某種規(guī)則,生成編號為20030405-1.htm 20030405-2.htm 20030405-3.htm這樣的靜態(tài)文件呢?2008-11-11ASP 信息提示函數(shù)并作返回或者轉(zhuǎn)向
這篇文章主要介紹了ASP 信息提示函數(shù)并作返回或者轉(zhuǎn)向,需要的朋友可以參考下2016-12-12asp之GetArray提取鏈接地址,以$Array$分隔的代碼
asp之GetArray提取鏈接地址,以$Array$分隔的代碼...2007-09-09