当前位置: 技术问答>java相关
再问怎样判断用户是否在线???
来源: 互联网 发布时间:2015-01-05
本文导语: 几天前我提到了这个问题,大家也给出了几种方案。但我还是有点不明白。 比如:有一种方案如下: openDb.executeQuery("update onlineuser set logondate=sysdate where username='"+name+"'"); 如果用户在线的话,把logondate记为当前时间 ...
几天前我提到了这个问题,大家也给出了几种方案。但我还是有点不明白。
比如:有一种方案如下:
openDb.executeQuery("update onlineuser set logondate=sysdate where username='"+name+"'");
如果用户在线的话,把logondate记为当前时间
openDb.executeQuery("delete from onlineuser where (logondate+1/360)
比如:有一种方案如下:
openDb.executeQuery("update onlineuser set logondate=sysdate where username='"+name+"'");
如果用户在线的话,把logondate记为当前时间
openDb.executeQuery("delete from onlineuser where (logondate+1/360)