📄 clear_step1.asp
字号:
<%@ CODEPAGE = "936" %>
<!--#include file="inc_config.asp"-->
<%
offtime = Now()
%>
<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"-->
<!--#include file="inc_menu.asp"-->
<br>
<table width="500" cellspacing="0" align="center" cellpadding="0" border="0">
<form action="clear_step2.asp" name = "form8">
<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>
<p class="p1">清理数据的步骤是这样的,首先系统按照你的要求清除主访问信息库中相应的记录,然后提示你使用数据库压缩工具对库文件进行压缩。
<p class="p1">在对数据库进行清理之前,请备份数据,这种清理是无法恢复的。
<p class="p1"><font color=red>注意:</font>数据一旦从主访问记录库中清理出去,就无法在任何统计报告中看到这些记录,就是说不仅仅是在“详细记录”中看不到,而是在所有的统计报告中都看不到,自定义统计功能也无法查询到被清理掉的部分。使用“后备库查看器”可以查看被备份过的数据,但是功能很有限,所以应该在保证程序正常运行的情况下,保留尽量多的详细记录。(目前后备库查看器尚未完成)</p>
<p class="p1">准备好以后,请输入要清理的数据的条件并点击开始。
<p class="p1">清理 <input name="offyear" class="input" size="5" value="<%=year(offtime)%>"> 年
<input name="offmonth" class="input" size="3" value="<%=month(offtime)%>"> 月
<input name="offday" class="input" size="3" value="1"> 日前的数据。
<p class="p1" align="right"><a href='javascript:document.form8.submit();'>下一步 清理数据 开始</a> <input type="submit" name="bakgo" class="backc2" value=" "><font style="font-size:16px"> </font>
</td></tr></table>
</td>
<td width="1" class="backs"></td>
</tr>
<tr><td colspan="4"><img src="images/photodown.gif"></td></tr>
</form>
</table>
<br>
<!--#include file="inc_bottom.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -