站长百科 | 数字化技能提升教程 数字化时代生存宝典
首页
数字化百科
电子书
建站程序
开发
服务器
办公软件
开发教程
服务器教程
软件使用教程
运营教程
热门电子书
WordPress教程
宝塔面板教程
CSS教程
Shopify教程
导航
程序频道
推广频道
网赚频道
人物频道
网站程序
网页制作
云计算
服务器
CMS
论坛
网店
虚拟主机
cPanel
网址导航
WIKI使用导航
WIKI首页
最新资讯
网站程序
站长人物
页面分类
使用帮助
编辑测试
创建条目
网站地图
站长百科导航
站长百科
主机侦探
IDCtalk云说
跨境电商导航
WordPress啦
站长专题
网站推广
网站程序
网站赚钱
虚拟主机
cPanel
网址导航专题
云计算
微博营销
虚拟主机管理系统
开放平台
WIKI程序与应用
美国十大主机
编辑“
凡人网络购物系统-轻松打造ASP计数器
”
人物百科
|
营销百科
|
网赚百科
|
站长工具
|
网站程序
|
域名主机
|
互联网公司
|
分类索引
跳转至:
导航
、
搜索
警告:
您没有登录。如果您做出任意编辑,您的IP地址将会公开可见。如果您
登录
或
创建
一个账户,您的编辑将归属于您的用户名,且将享受其他好处。
反垃圾检查。
不要
加入这个!
<span style="border:1px solid #000; float:right; text-align:center; padding:6px;"><strong>导航:</strong>[[凡人网络购物系统教程|返回上一页]]</span> <div style="clear:both;"></div> '''凡人网络购物系统-轻松打造ASP计数器''' 以下介绍用数据库实现简单计数器 <pre> '下面存为count.asp <% Set conn=Server.CreateObject("ADODB.Connection") conn.Open "driver={Microsoft Access Driver (*.mdb)};dbq="& Server.MapPath("count.mdb") %> <%on error resume next%> <%sql="update count set hit=hit+1%><%conn.Execute(sql)%> <%sql = "select * from count set rs=conn.execute(sql) %> <% '更新每周每日数据 lasthit=rs("lasthit") tdate=year(Now()) & "-" & month(Now()) & "-" & day(Now()) if trim(lasthit)=trim(tdate) then sql="update site set dayhit=dayhit+1 where id="&request("id") conn.Execute(sql) ' response.write "success" else sql="update site set dayhit=1 where id="&request("id") conn.Execute(sql) ' response.write "error" end if sql="update site set lasthit='"&tdate&"' where ID="&request("id") conn.Execute(sql) p_year=CInt(year(Now()))-CInt(year(lasthit)) p_month=CInt(month(Now()))-CInt(month(lasthit)) p_day=CInt(day(Now()))-CInt(day(lasthit)) period_time=((p_year*12+p_month)*30+p_day) if cint(period_time)=<cint(7) then sql="update site set weekhit=weekhit+1 where id="&request("id") conn.Execute(sql) else sql="update site set weekhit=1 where id="&request("id") conn.Execute(sql) end if %> document.write('<tr><td width="100%">今日访问<%=rs("dayhit")%>次,本周访问<%=rs("weekhit")%>次,总访问<%=rs("hit")%>次</td></tr>'); <%rs.close set rs=nothing%> '用<script language="JavaScript1.1" src="count.asp"></script>在要统计的页面调用即可. </pre> 建立[[数据库]]:建一个count的[[MDB]]库,再建一个表count,表中字段为 hit 数字型 dayhit 数字型 weekhit 数字型 lasthit 日期型 ==参考来源== *[http://www.venshop.com/ 参考来源] [[category:凡人网络购物系统教程|F]]
摘要:
请注意,您对站长百科的所有贡献都可能被其他贡献者编辑,修改或删除。如果您不希望您的文字被任意修改和再散布,请不要提交。
您同时也要向我们保证您所提交的内容是您自己所作,或得自一个不受版权保护或相似自由的来源(参阅
Wordpress-mediawiki:版权
的细节)。
未经许可,请勿提交受版权保护的作品!
取消
编辑帮助
(在新窗口中打开)