xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 8.85 KB
    文件類(lèi)型: .rar
    金幣: 2
    下載: 1 次
    發(fā)布日期: 2024-08-26
  • 語(yǔ)言: Java
  • 標(biāo)簽:

資源簡(jiǎn)介

jsp 統(tǒng)計(jì)在線(xiàn)人數(shù)實(shí)例,是個(gè)完整的項(xiàng)目實(shí)例,部署即可查看效果!
通過(guò)使用:HttpSessionListener、HttpSessionBindingListener來(lái)實(shí)現(xiàn).
valueBound 方法登錄觸發(fā)。
valueUnbound 方法退出觸發(fā)。

資源截圖

代碼片段和文件信息

/*
?*?Created?on?2004-10-21
?*
?*?TODO?To?change?the?template?for?this?generated?file?go?to
?*?Window?-?Preferences?-?Java?-?Code?style?-?Code?Templates
?*/
package?com.test;

/**
?*?@author?Administrator
?*?
?*?TODO?To?change?the?template?for?this?generated?type?comment?go?to?Window?-
?*?Preferences?-?Java?-?Code?style?-?Code?Templates
?*/
import?java.util.List;
import?java.util.ArrayList;

public?class?OnlineCounter?{
private?static??final?List?list?=?new?ArrayList();

private?OnlineCounter()?{
}
public?static?void?addUser(String?username)?{
if((username.length()>2)?&&?!list.contains(username)){
System.out.println(“addUser“);
list.add(username);
}
}
public?static?void?removeUser(String?username){
????????System.out.println(username);
if((username!=null)?&&?list.contains(username)){
list.remove(username);
System.out.println(“removeUser“);
}

}
public?static?int?getOnlineCount()?{
//返回當(dāng)前在線(xiàn)人數(shù)
return?list.size();
}

public?static?List?getOnline()?{
return?list;
}
}

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----

?????文件???????1224??2009-03-31?21:36??online\.project

?????文件????????292??2009-04-14?14:33??online\.mymetadata

?????文件????????340??2009-03-31?10:39??online\.classpath

?????文件???????1040??2009-03-31?21:43??online\.settings\com.genuitec.eclipse.j2eedt.core.prefs

?????文件????????737??2009-04-01?15:28??online\WebRoot\login.jsp

?????文件????????745??2009-03-31?21:40??online\WebRoot\logout.jsp

?????文件???????1677??2009-04-01?15:31??online\WebRoot\success.jsp

?????文件????????567??2009-03-31?21:41??online\WebRoot\online.jsp

?????文件?????????39??2009-03-31?10:39??online\WebRoot\meta-INF\MANIFEST.MF

?????文件????????486??2009-03-31?20:54??online\WebRoot\WEB-INF\web.xml

?????文件???????1909??2009-04-01?14:02??online\WebRoot\WEB-INF\classes\com\test\UserBean.class

?????文件???????1164??2009-04-01?14:02??online\WebRoot\WEB-INF\classes\com\test\OnlineCounter.class

?????文件????????967??2009-04-01?14:02??online\WebRoot\WEB-INF\classes\com\test\OnLineSessionListener.class

?????文件???????1358??2009-03-31?11:50??online\src\com\test\UserBean.java

?????文件???????1070??2009-03-31?16:21??online\src\com\test\OnlineCounter.java

?????文件???????1082??2009-03-31?16:18??online\src\com\test\OnLineSessionListener.java

?????目錄??????????0??2009-04-01?14:02??online\WebRoot\WEB-INF\classes\com\test

?????目錄??????????0??2009-04-01?14:02??online\WebRoot\WEB-INF\classes\com

?????目錄??????????0??2009-04-01?14:01??online\WebRoot\WEB-INF\classes

?????目錄??????????0??2009-04-01?14:01??online\WebRoot\WEB-INF\lib

?????目錄??????????0??2009-04-01?14:01??online\src\com\test

?????目錄??????????0??2009-04-01?14:01??online\WebRoot\meta-INF

?????目錄??????????0??2009-04-01?14:01??online\WebRoot\WEB-INF

?????目錄??????????0??2009-04-01?14:01??online\src\com

?????目錄??????????0??2009-04-01?14:01??online\.settings

?????目錄??????????0??2009-04-01?14:01??online\.myeclipse

?????目錄??????????0??2009-04-01?14:01??online\WebRoot

?????目錄??????????0??2009-04-01?14:01??online\src

?????目錄??????????0??2009-04-01?14:01??online

-----------?---------??----------?-----??----

............此處省略2個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源