mvc 2:过滤在线和离线用户
我知道我可以使用ajax向在线用户展示。例如,我可以检测并显示用户过去 5 分钟或 15 分钟等是否在线或离线。
如何按在线和离线过滤用户?
或者如何按 5 分钟、10 分钟、15 分钟等离线时间过滤用户?
由于这个逻辑将在 ajax 中,我可以过滤 ajax 结果吗?
I understand that I could show online users using ajax. For example, I could detect and display if the user has been online or offline for last 5 minutes or 15 minutes etc.
How do I filter the users by online vs offline?
Or How do I filter the users by offline since 5 minutes, 10 minutes, 15 minutes etc etc.??
Since this logic will be in ajax, can i filter against the ajax results?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 LastActivityDate,这将显示谁曾在线。然后,您可以使用 ajax 到 Web 方法随意查询。
Use the LastActivityDate, this will show you who has been online. You can then query at will using ajax to a web method.