Topic: 请教一个关于统计点击率的问题 |
Print this page |
1.请教一个关于统计点击率的问题 | Copy to clipboard |
Posted by: hcom Posted on: 2005-12-28 20:10 一个网站,有好多个栏目,每一个栏目有好多条新闻(好多静态的页面),这些页面都是通过模板发布出来的,都是静态的(html的)我想统计某条新闻的日点击率、月点击率,应该怎么做? html页面不能嵌入java代码,没法操作数据库啊! 谢谢 |
2.Re:请教一个关于统计点击率的问题 [Re: hcom] | Copy to clipboard |
Posted by: why Posted on: 2005-12-28 23:30 1. Collect data from the log file of web server. 2. There are many other ways to trigger a counter, dated back from the CGI age. Take a look at how for example, a hidden image interacts with the Perl script on the server... |
3.Re:请教一个关于统计点击率的问题 [Re: hcom] | Copy to clipboard |
Posted by: junsansi Posted on: 2005-12-29 09:02 同意why的回答~~ 如果是iis的话,目前网上有非常多的分析iis日志的软件,可以详细的统计到所有iis记录的信息。tomcat我很少用,不清楚有没有相关的日志分析软件 或者是你写一个用来统计点击的jsp页面。然后在静态页面中加入类似<script src=xxx.jsp?id=xx></script>的语句,通过脚本调用的方式调用你的jsp统计页来记录统计 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |