哪些开发工具支持创建 Windows 服务?
除了ActiveState的PerlSvc之外,还有哪些解释器和编译器支持Windows服务的开发?
Aside from ActiveState's PerlSvc, what other interpreters and compilers support the development of Windows Services?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Visual Studio .Net 怎么样?
简单 Windows 服务示例
Windows 服务应用程序简介
How about Visual Studio .Net?
Simple Windows Service Sample
Introduction to Windows Service Applications
Visual Studio 为创建服务提供了出色的支持。通过一些调整,您甚至可以调试它们。但是任何编译器都可以创建服务,只需接受谷歌搜索可以提供的某些运行参数即可。
Visual studio has excellent support for creating services. With a little tweaking you can even debug them. But any compiler can create a service, it's just a matter of accepting certain run parameters that a google search can provide.