?? softtop.asp
字號:
<!--#include file="Check.asp" -->
<!--#include file="../Inc/HeadDH.asp" -->
<!--#include file="../inc/oConn.asp" -->
<!--#include file="../inc/function.asp" -->
<!--#include file="../Soft/function.asp" -->
<%
Call PrintHead("藍色空間 網(wǎng)站后臺采集管理")
Call PrintTable2()
Call HeadDH2()
Print "<br><table align='center' width='"&MaxTableWidth&"' style='border:1 solid #cccccc;background:#f5f5f5'><tr><td>"
Call CreateCount()
Print "</td></tr></table><br>"
Call PrintFoot()
Sub CreateCount()
Dim strJSCode,JSFileName,SoftCount,UpdateCount,DownCount
JSFileName = Server.MapPath("../JSFile/SoftCount.js")
strJSCode = "//生成日期:"&Now()&""&vbCrLf
SoftCount = oConn.Execute("Select Count(*) From SoftInfo")(0)
UpdateCount = oConn.Execute("Select Count(*) From SoftInfo Where SoftUpdateTime Between #"&DateAdd("d",-1,Date)&" 00:00:00# And #"&Date&" 23:59:59#")(0)
DownCount = oConn.Execute("Select Sum(SoftCount) From SoftInfo")(0)
strJSCode = strJSCode & "document.write('共有軟件:"&SoftCount&"個<br> 今日更新:"&UpdateCount&"個<br> 共計下載:"&DownCount&"次')"
Call WriteLocalFile(JsFileName,strJSCode)
Response.Write "生成文件"&JSFileName&"成功"
End Sub
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -