用户名称:
用户密码:  
没有注册?
忘记密码?
 
注册会员:26  主题总数:30  帖子总数:33  今日帖数:0  新会员:shuoshuoe

技术交流 主题:gre雅思sat托福代考女枪手
作者:testbabe
时间:2008-12-27 16:00:47
各路高手请过招。
版主:丹青
今日:0 主题:13 帖子:14
信息发布 主题:求购速冻草莓
作者:liwei415824
时间:2008-6-5 15:54:02
农业产品信息发布平台
版主:丹青
今日:0 主题:15 帖子:17

 在线统计
  目前论坛总共 有 1 人在线。其中注册用户 0 人,访客 1 人。最高在线 14 人,发生在 2007-9-24 11:55:59

 ■ 友情链接

 禁止浏览 关闭论坛  任何人均可浏览 正规论坛  游客禁止浏览 会员论坛  需要授权才能浏览 特殊论坛
中国农副产品网论坛 - Powered By BBSXP

 

关于我们 | 豁免声明 | 广告服务 | 会员服务 | 联系我们
Copyright © 2006中国农副产品网Inc All Rights Reserved. 冀ICP备06029848
E-mail:admin@xdiy.com.cn 电话:0311-83756228 在线QQ咨询:17791621

 
<% Function Counts(CounterFile) Dim objFSO, objTS Application.Lock Set objFSO = Server.CreateObject("Scripting.FileSystemObject") Set objTS = objFSO.OpenTextFile(Server.MapPath(CounterFile), 1, True) If Not objTS.AtEndOfStream Then '?????????? Counts = CLng(objTS.ReadLine) End If Counts = Counts + 1 objTS.Close Set objTS = objFSO.OpenTextFile(Server.MapPath(CounterFile), 2, True) objTS.WriteLine(Counts) objTS.Close Application.Unlock End Function Function G_Counts(CounterFile) Dim objFSO, objTS, Counts, StrCounts Application.Lock Set objFSO = Server.CreateObject("Scripting.FileSystemObject") Set objTS = objFSO.OpenTextFile(Server.MapPath(CounterFile), 1, True) If Not objTS.AtEndOfStream Then '?????????? Counts = CLng(objTS.ReadLine) End If Counts = Counts + 1 objTS.Close Set objTS = objFSO.OpenTextFile(Server.MapPath(CounterFile), 2, True) objTS.WriteLine(Counts) objTS.Close Application.Unlock StrCounts = CStr(Counts) For i = 1 to Len(StrCounts) G_Counts = G_Counts & "" Next End Function %> <% If Session("Counter") = Empty Then Session("Counter") = G_Counts("jishu.txt") End If %> <%= Session("Counter") %>

Powered by BBSXP 6.00 SP1 © 1998-2006
Script Execution Time:1562ms