Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 Qt 从系统托盘应用程序中查询我的守护进程状态。找不到任何解决方案来做到这一点。
对于 Windows 部分,我可以使用 Win32 API:OpenSCManager -> OpenService -> QueryServiceStatus/QueryServiceStatusEx。需要为 Mac 做同样的事情的方法。
守护进程的 plist 位于 LaunchAgents,加载了 launchctl load。