📄 refresh.asp
字号:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%
strSQL="select * from webcount"
objRS.open strSQL,objConn,1,3
if FormatDateTime(objrs("last_vistime"),vbShortDate)=FormatDateTime(date,vbShortDate) then
objrs("last_vistime")=now
else
if objrs("BBS_TdyPosCnt")>objrs("BBS_TopCnt") then
objrs("BBS_TopCnt")=objrs("BBS_TdyPosCnt")
objrs("BBS_TopTime")=objrs("last_vistime")
end if
objrs("last_vistime")=now
objrs("BBS_YdyPosCnt")=objrs("BBS_TdyPosCnt")
objrs("User_TdyCnt")=0
objrs("Vis_TdyCnt")=0
objrs("BBS_TdyPosCnt")=0
objrs("Blog_YdyCnt")=objrs("Blog_TdyCnt")
objrs("Blog_TdyCnt")=0
objrs("Blog_TdyRplCnt")=0
objrs("User_TdyCnt")=0
end if
objrs.update
objrs.close
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -