1.
對於不同的
id,進行記錄次數。當次數超過一定次數,作出相應的處理。
例如:當超過
5次(含有)作出處理
counter
為常量可以定義成員屬性
private int counter ;
errortime
錯誤的次數,
private int errortime = 1.
counter = integer.parseint(context.getproperty("validate.pin.counter"));// 5 times
if(session.getattribute(constant.validate_pin) != null )
}errortime++;
session.setattribute(constant.validate_pin, errortime);
2.對於相同的
id,進行記錄次數。當次數超過一定次數,作出相應的處理。
例如:當超過
5次(含有)作出處理
private int counter;
mapcountmap = (map) session
.getattribute(constant.self_service_action.forgotpass_countmap);
if (countmap == null)
iterator iterator = countmap.entryset().iterator();
boolean i***ist = false;
counter = integer.parseint(context.getproperty("forgot.password.counter"));// 5 times
while (iterator.hasnext()) catch (selfservicemanagerexception e)
}countmap.put(keycustid, valcount);
i***ist = true;
//不在
5次的範圍內
break;}}
if (!i***ist)
session.setattribute(constant.self_service_action.forgotpass_countmap, countmap);
//放到
session中
author:lyuan
date :
3/5/2010, 3:57 pm
BFS(記錄轉彎次數)
題目鏈結 include using namespace std char ma 105 105 int vis 105 105 int flag int dir 4 2 int num int xx,x2 int yy,y2,m,n struct nodes,t intbfs q1.turn p....
記錄頁面開啟次數
假設有乙個這樣的需求 某站的站長想統計 網頁每天開啟的次數。怎麼做?這個需求我們可以有兩種做法,第一就是用谷歌的ga統計,第二自己建表統計。這裡不介紹第一種做法,介紹一下第二種做法。頁面每次開啟瀏覽器都要載入頁面 我們在頁面載入的時候寫段js post到乙個一般處理程式中,讓這個程式執行資料庫操作,...
WinCE啟動次數的記錄
最近一周一直在忙於測試nand檔案系統的穩定性和可靠性,今天終於有所進展。測試組所有同事齊上陣,加上小高和我,測試了一天,都未發現問題。雖然還不能保證完全ok,但至少有所改善了。測試組今天主要做了檔案拷貝 比較和刪除的迴圈操作。我先做了同版本公升級,即在wince啟動後,通過應用程式公升級boot ...