简体   繁体   English

尝试监视许多远程MySQL连接

[英]Trying to monitor a number of remote MySQL connections

I'm trying to monitor a number of remote database connections. 我正在尝试监视许多远程数据库连接。

How can I constantly monitor a GMail account for routing emails based on their header within the same application? 如何在同一应用程序中不断监视GMail帐户以根据邮件头路由电子邮件?

This will need to be standalone or basic package. 这将是独立的或基本的软件包。

Should I build a Qt or .NET app for this? 我应该为此构建Qt或.NET应用程序吗?

If you need to constantly monitor the account then you'll probably want to use an IMAP package for this, such as Python's imaplib . 如果您需要不断监控帐户,则可能需要为此使用IMAP包,例如Python的imaplib A tutorial which should help you read the header information is available here . 此处提供了可帮助您阅读标题信息的教程。

Your question doesn't include enough information about what graphical functionality you want in your project to give a good suggestion for which GUI toolkit to use. 您的问题没有提供足够的信息来说明您想要在项目中使用哪些图形功能,从而无法为使用哪种GUI工具包提供很好的建议。

If this is a Gmail specific project, you might even consider using the Gmail API and develop your application as a Gmail sidebar gadget. 如果这是特定于Gmail的项目,您甚至可以考虑使用Gmail API并将您的应用程序开发为Gmail侧边栏小工具。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM