📄 clear_step5.asp
字号:
<%@ CODEPAGE = "936" %>
<%
'=================================
'
' 阿江酷站访问统计系统
' Ajiang info@ajiang.net
' www.ajiang.net
'
' 版权所有·抄袭挪用必究
'
'=================================
%>
<!--#include file="inc_config.asp"-->
<%
'权限检查
if session.Contents("master") <> true then Response.Redirect "help.asp?error=你不是管理员,无权进入本页面。"
dbPath=server.MapPath(connpath)
strDBPath = left(DBPath,instrrev(DBPath,"\"))
Set fso = CreateObject("Scripting.FileSystemObject")
on error resume next
fso.CopyFile strDBPath & "temp.mdb",dbpath
if err<>0 then coperr=true
fso.DeleteFile(strDBPath & "temp.mdb")
if err<>0 then delerr=true
Set fso = nothing
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Copyright" content="Ajiang http://www.ajiang.net">
<title><%=countname%>-数据清理-第五步-整理文件</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body topmargin=5 rightmargin=0 leftmargin=0 vlink=#000000><!--#include file="inc_top.asp"-->
<br>
<table width="500" cellspacing="0" align="center" cellpadding="0" border="0">
<tr><td colspan="3"><IMG src="images/photoup.gif"></td></tr>
<tr height="30">
<td width="1" class="backs"></td>
<td width="498" class="backq">
<IMG src="images/tb_title.gif" align=absMiddle> ∷∷∷ 数据清理-第五步 □ 整理文件 ∷∷∷<br>
<table width="90%" align=center><tr>
<td>
<%if coperr or delerr then%>
<p class="p1">在复制和删除文件时出现错误,请进入FTP查对您的文件,count.mdb和temp.mdb中较小的一个应该保留,较大的删除,保留的一个最终要改名为count.mdb。
<p class="p1" align="right"><a href='#'onclick="window.close()">关闭窗口</a> <a href='#'onclick="window.close()"><img src="images/arbutton.gif" align="absmiddle" border="0"></a> <font style="font-size:16px"> </font>
<%else%>
<p class="p1">已经完成了文件的最后整理。
<p class="p1" align="right"><a href='#'onclick="window.close()">关闭窗口</a> <a href='#'onclick="window.close()"><img src="images/arbutton.gif" align="absmiddle" border="0"></a> <font style="font-size:16px"> </font>
<%end if%>
</td></tr></table>
</td>
<td width="1" class="backs"></td>
</tr>
<tr><td colspan="4"><IMG src="images/photodown.gif"></td></tr>
</table>
<br><!--#include file="inc_bottom.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -