?? bak_step1.asp
字號:
<%@ CODEPAGE = "936" %>
<%
'=================================
'
' 阿江酷站訪問統(tǒng)計系統(tǒng)
' Ajiang info@ajiang.net
' www.ajiang.net
'
' 版權(quán)所有·抄襲挪用必究
'
'=================================
%>
<!--#include file="inc_config.asp"-->
<!--#include file="inc_menu.asp"-->
<%
'權(quán)限檢查
if session.Contents("master") <> true then Response.Redirect "help.asp?error=你不是管理員,無權(quán)進入本頁面。"
%>
<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%>-數(shù)據(jù)備份-第一步</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">
<form action="bak_step2.asp">
<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> ∷∷∷ 數(shù)據(jù)備份-第一步 □ 準備 ∷∷∷<br>
<table width="90%" align=center><tr><td>
<p class="p1">備份數(shù)據(jù)要占用大量系統(tǒng)資源,而且可能會因為中斷而導(dǎo)致出錯,所以請選擇網(wǎng)站訪問量較小的時段進行本操作。
<p class="p1">備份過的記錄仍然保存在主數(shù)據(jù)庫中,可以在統(tǒng)計報告和自定義統(tǒng)計中看到,只有使用了“數(shù)據(jù)清理”工具之后才會從主庫中刪除。
<p class="p1">準備好以后,請輸入要備份的數(shù)據(jù)的條件并點擊開始。系統(tǒng)對備份過的數(shù)據(jù)做了標記,所以不會重復(fù)備份。
<p class="p1">如果執(zhí)行中出錯,比如提示腳本超時(script timeout),就請點擊瀏覽器上的刷新(或reload)按鈕刷新頁面,程序會自動繼續(xù)執(zhí)行,你也可以不去管它,下次備份時會自動備份這次漏掉的數(shù)據(jù)。
<p class="p1">為了減輕程序負擔,每次備份的數(shù)據(jù)量最好不要超過2萬條,比如您的網(wǎng)站每月訪問4萬次,則請您在填寫下面的條件時確定每次備份半個月。
<p class="p1">備份 <input name="offyear" class="input" size="5"> 年
<input name="offmonth" class="input" size="3"> 月
<input name="offday" class="input" size="3"> 日前的數(shù)據(jù)。
<p class="p1" align="right"><a href='javascript:document.forms[0].submit();'>下一步 備份每日數(shù)據(jù) 開始</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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -