主页 > 知识库 > jsp计数器代码

jsp计数器代码

热门标签:珠海销售外呼系统运营商 地图标注制作道路 四川电信外呼系统靠谱吗 长春回拨外呼系统厂家 山东智能云外呼管理系统 地图标注创业项目入驻 电销外呼系统 排行榜 广州三五防封电销卡 外呼系统啥意思
!--
JSP-Hitcounter counts sessions.
Copyright (C) 2000 Jesper Schmitz Mouridsen.
Visit www.webappcabaret/jsm2/webapps.jsp?find=jsphcs for more info.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at http://www.opensource.org/licenses/gpl-license.html for more details
-->


%

BufferedReader inf = new BufferedReader(new FileReader("/path/to/counter.txt"));
int tmp = Integer.parseInt(inf.readLine());
int i=0;

try {

i = Integer.parseInt(request.getSession().getValue("tal").toString());
} catch (NullPointerException t) {i=0; }

if (i==0) {
tmp++;

PrintWriter outf = new PrintWriter(new BufferedWriter(new FileWriter("/path/to/counter.txt")));
outf.println(tmp);
outf.close();
inf.close();
request.getSession().putValue("tal", "1");
}

BufferedReader inf2 = new BufferedReader(new FileReader("/path/to/counter.txt"));
%>
%
String zeroes="";
String hits = inf2.readLine();
inf2.close();
for (int t=0; t 8-hits.length(); t++) {
zeroes=zeroes+"0"; }
out.println(zeroes + hits);
%>

您可能感兴趣的文章:
  • 使用JavaScript制作一个简单的计数器的方法
  • jsp网页计数器实现示例
  • 一个简单的网站访问JS计数器 刷新1次加1次访问
  • javascript下计数器每秒自动加1
  • 用JAVASCRIPT帮我写个计数器
  • js计数器代码
  • jsp计数器制作手册
  • jsp计数器制作
  • 一个可以防止刷新的JSP计数器
  • JavaScript实现计数器基础方法

标签:北海 玉树 绍兴 广元 潮州 肇庆 吴忠 保定

巨人网络通讯声明:本文标题《jsp计数器代码》,本文关键词  jsp,计数器,代码,jsp,计数器,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《jsp计数器代码》相关的同类信息!
  • 本页收集关于jsp计数器代码的相关信息资讯供网民参考!
  • 推荐文章