主頁 > 知識庫 > jsp計數(shù)器代碼

jsp計數(shù)器代碼

熱門標簽:珠海銷售外呼系統(tǒng)運營商 地圖標注制作道路 四川電信外呼系統(tǒng)靠譜嗎 長春回撥外呼系統(tǒng)廠家 山東智能云外呼管理系統(tǒng) 地圖標注創(chuàng)業(yè)項目入駐 電銷外呼系統(tǒng) 排行榜 廣州三五防封電銷卡 外呼系統(tǒng)啥意思
!--
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制作一個簡單的計數(shù)器的方法
  • jsp網(wǎng)頁計數(shù)器實現(xiàn)示例
  • 一個簡單的網(wǎng)站訪問JS計數(shù)器 刷新1次加1次訪問
  • javascript下計數(shù)器每秒自動加1
  • 用JAVASCRIPT幫我寫個計數(shù)器
  • js計數(shù)器代碼
  • jsp計數(shù)器制作手冊
  • jsp計數(shù)器制作
  • 一個可以防止刷新的JSP計數(shù)器
  • JavaScript實現(xiàn)計數(shù)器基礎方法

標簽:北海 玉樹 紹興 廣元 潮州 肇慶 吳忠 保定

巨人網(wǎng)絡通訊聲明:本文標題《jsp計數(shù)器代碼》,本文關鍵詞  jsp,計數(shù)器,代碼,jsp,計數(shù)器,;如發(fā)現(xiàn)本文內(nèi)容存在版權問題,煩請?zhí)峁┫嚓P信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《jsp計數(shù)器代碼》相關的同類信息!
  • 本頁收集關于jsp計數(shù)器代碼的相關信息資訊供網(wǎng)民參考!
  • 推薦文章