资源简介
详情见http://blog.csdn.net/ghsau/article/details/20545513

代码片段和文件信息
package com.ghsau;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import com.ghsau.bean.Ticket;
public class RecoverTicket implements Runnable {
private Map tickets;
public RecoverTicket(Map tickets) {
super();
this.tickets = tickets;
}
@Override
public void run() {
List ticketKeys = new ArrayList();
for(Entry entry : tickets.entrySet()) {
if(entry.getValue().getRecoverTime().getTime() < System.currentTimeMillis())
ticketKeys.add(entry.getKey());
}
for(String ticketKey : ticketKeys) {
tickets.remove(ticketKey);
System.out.println(“ticket[“ + ticketKey + “]过期已删除!“);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-03-01 19:39 WebSSOAuth\
文件 851 2014-03-01 19:39 WebSSOAuth\.classpath
文件 1043 2014-03-01 19:39 WebSSOAuth\.project
目录 0 2014-03-01 19:39 WebSSOAuth\.settings\
文件 500 2014-03-01 19:39 WebSSOAuth\.settings\.jsdtscope
文件 364 2014-03-01 19:39 WebSSOAuth\.settings\org.eclipse.jdt.core.prefs
文件 489 2014-03-01 19:39 WebSSOAuth\.settings\org.eclipse.wst.common.component
文件 345 2014-03-01 19:39 WebSSOAuth\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2014-03-01 19:39 WebSSOAuth\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2014-03-01 19:39 WebSSOAuth\.settings\org.eclipse.wst.jsdt.ui.superType.name
目录 0 2014-03-01 19:52 WebSSOAuth\src\
目录 0 2014-03-02 00:02 WebSSOAuth\src\com\
目录 0 2014-03-04 14:24 WebSSOAuth\src\com\ghsau\
目录 0 2014-03-04 13:38 WebSSOAuth\src\com\ghsau\bean\
文件 984 2014-03-04 13:46 WebSSOAuth\src\com\ghsau\bean\Ticket.java
文件 782 2014-03-04 14:47 WebSSOAuth\src\com\ghsau\RecoverTicket.java
目录 0 2014-03-03 22:22 WebSSOAuth\src\com\ghsau\servlet\
文件 7664 2014-03-05 13:30 WebSSOAuth\src\com\ghsau\servlet\SSOAuth.java
目录 0 2014-03-02 00:02 WebSSOAuth\src\com\ghsau\util\
文件 2936 2014-03-02 00:03 WebSSOAuth\src\com\ghsau\util\DESUtils.java
目录 0 2014-03-03 22:22 WebSSOAuth\WebRoot\
文件 1191 2014-03-05 13:28 WebSSOAuth\WebRoot\login.jsp
目录 0 2014-03-01 19:39 WebSSOAuth\WebRoot\me
文件 39 2014-03-01 19:39 WebSSOAuth\WebRoot\me
文件 237 2014-03-03 23:49 WebSSOAuth\WebRoot\SetCookie.jsp
文件 359 2014-03-03 23:43 WebSSOAuth\WebRoot\ShowCookie.jsp
目录 0 2014-03-01 19:39 WebSSOAuth\WebRoot\WEB-INF\
目录 0 2014-03-02 12:29 WebSSOAuth\WebRoot\WEB-INF\classes\
目录 0 2014-03-02 12:29 WebSSOAuth\WebRoot\WEB-INF\classes\com\
目录 0 2014-03-04 14:24 WebSSOAuth\WebRoot\WEB-INF\classes\com\ghsau\
目录 0 2014-03-04 13:38 WebSSOAuth\WebRoot\WEB-INF\classes\com\ghsau\bean\
............此处省略39个文件信息
相关资源
- mexLasso.m 及mexLasso.mexw64
- redisson的demo
- MT6771T_LTE-A_Smartphone_Application_Processor
- Arduino教程 Lesson 之--自制风扇
- Laboratory investigation of the effects of str
- Association of estrogen receptor alpha polymor
- Molecular identification polymorphism and asso
- Anti-CD3 antibody treatment ameliorates transf
- SUMMARIZATION STUDY ON GENERAL PROFILES FOR SC
- 使用redisson替代jedis
- η变形的AdS2×S2×T6超弦的P
- η变形对称空间sigma模型的Poisson-L
- 关于泊松点过程的生成方法-Report1_P
- HololensSocketDemo.rar
-
SAP Businessob
jects Web Intelligence 用户指 - 544924_intel skylake平台EDS_CPU规格书
- Modern Assembly Language Programming With the
- Statistical Learning with Sparsity:The Lasso a
- AMD GX1 processor data book
- [book]Network Processors - Architecture Progra
- rudin 数学分析原理 配套讲义 习题有答
- Digital.Logic.And.Microprocessor.Design.With.V
- Digital.Logic.And.Microprocessor.Design.With.V
- SSOP贴片芯片封装三维PCB封装库AD用P
- SSOP AD封装库含3D模型
- Teamcenter11.2 单点登录SSOLDAP集成配置
- nifi-get-a-tag-processor
- AWS Developer Associate 模拟题库
-
SAP Businessob
ject 入门教材(中文) - Keil.Jansson.1.0.0.pack资源!
评论
共有 条评论