mvc 2:过滤在线和离线用户

发布于 2024-09-11 00:33:36 字数 166 浏览 5 评论 0原文

我知道我可以使用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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笑红尘 2024-09-18 00:33:36

使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文