关于消息弹出给用户 [英] Regarding the message popup to the user

查看:165
本文介绍了关于消息弹出给用户的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好

我正在开发用于项目改进的GUI,例如一个成员必须将其问题发送给所有团队成员
我一直在发展,并且也做了更新.

所以现在我的问题是我有某些成员具有他们的登录ID和密码.当他们登录到各自的系统时,我应该收到消息,它们都处于活动状态以及如何发出通知以使他们在活动时传达问题,他们应该像他有一些信息一样被暗示.

谁能在这方面提供帮助?

Hello

I am developing a GUI for Project improvements like one member has to send his problem to all the team members
I have developed till that and also updating also i have done .

So Now my Problem is i have certain members with their Login id and password.when they login to their respective System i should get the message who are all active and how to issue Notification for them to convey the problem when they are active and they should be intimated like he has some message.

Can anyone help in this regard

推荐答案

一种实现此目标的方法是;

1)在上次检查通知时,在客户端上保留日期戳或通知ID.
2)在客户端上,当用户登录时,请使用后台工作程序运行SQL查询以检查上次检查日期/通知之后的新通知.上面#1的ID,以及他们未引发的通知.使用Windows通知气泡或其他方法向用户显示.更新上次检查日期或上次检查的通知ID
3)在服务器上,记录通知ID,引发日期和由用户ID引发的日期.

然后作为客户端应用程序的一部分,具有某种形式的错误跟踪器,收件箱等,可以在其中查看通知并添加注释等.
One way to achieve this would be;

1) maintain a date stamp or notification id on the client for the last time notifications were checked
2) On the client, when the user logs in, use a background worker to run an SQL query to check for new notifications after the last checked date / notif. id from #1 above and also notification not raised by them. Use a windows notfication bubble or some other method to show the user. Update the last check date or the notification id last checked
3) On the server, record a notification id, date raised, and raised by user id.

Then as part of the Client App, have some form of bug tracker, inbox etc. where the notifications can be viewed and comments added etc.


究竟是什么问题?您可能需要再指定一些问题.
What exactly is the problem? You will probably need to specify your question a little more.


这篇关于关于消息弹出给用户的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆