⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 refresh.asp

📁 该资料包含大量网络开发的案例和源代码
💻 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 + -