404 Not Found

404 Not Found


nginx/0.8.53
首页 > 新闻系统 > 编程天地 > 文章正文

Asp计算页面执行的时间

2008-04-08 10:57:11 来源:中国自学编程网 作者:佚名
Asp运行时间在写程序,尤其是测试数据库时会经常用到,我们无论做什么程序,在制作阶段,都在bottom.asp之类的页面中加入这类代码,总是一种很不错的习惯。

     Asp运行时间在写程序,尤其是测试数据库时会经常用到,我们无论做什么程序,在制作阶段,都在bottom.asp之类的页面中加入这类代码,总是一种很不错的习惯。

<%
dim end_time,time_ijob
end_time=timer()
time_ijob=FormatNumber((end_time-startime),2)
if time_ijob<1 then
response.write "执行时间:<font color=""#ff0000"">0"&time_ijob&"</font>秒"
else
response.write "执行时间:<font color=""#ff0000"">"&time_ijob&"</font>秒"
end if
%>

404 Not Found

404 Not Found


nginx/0.8.53

精彩推荐
404 Not Found

404 Not Found


nginx/0.8.53
本类热门文章

论坛美图

404 Not Found

404 Not Found


nginx/0.8.53
404 Not Found

404 Not Found


nginx/0.8.53