博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
网站访问量统计案例
阅读量:5898 次
发布时间:2019-06-19

本文共 385 字,大约阅读时间需要 1 分钟。

ServletContext application=this.getServletContext();

Integer count=(Integer) application.getAttribute("count");
if(count==null){
application.setAttribute("count", 1);
}else{
application.setAttribute("count", count+1);
}
response.setContentType("text/html;charset=utf-8");
//像浏览器输出
response.getWriter().write("该页面工访问"+count+""+"次");

转载于:https://www.cnblogs.com/danyuzhu11/p/6653087.html

你可能感兴趣的文章
sparkStreaming+sql点击前十商品
查看>>
第四十八讲:tapestry 与 淘宝kissy editor编辑器带图片上传
查看>>
图像处理入门——扭曲
查看>>
stopPropagation
查看>>
nodejs核心编程笔记
查看>>
浅谈MySql的存储引擎(表类型)
查看>>
细节决定成败----Android应用程序的优化(二)
查看>>
正则表达式30分钟入门教程
查看>>
finsh indexMain
查看>>
一句话记录--ORA-28001: the password has expired
查看>>
IP访问MySQL
查看>>
Python类转json
查看>>
Oracle 查看索引表空间
查看>>
with是什么
查看>>
Struts2国际化
查看>>
ChartDirector创建数据点的方法
查看>>
最近运气不咋好
查看>>
开源工具:JNA
查看>>
OpenSuSE 关闭防火墙
查看>>
WLAN漫游
查看>>