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.
我总是通过简单地关闭命令行来停止 jsreport 服务器。有时,由于端口仍在使用中,它会导致新的启动失败。关闭 jsreport 服务器的正确/安全方法是什么?
jsreport 目前没有通用的关闭功能。但是我猜您主要对关闭 Web 服务器感兴趣。这可以通过以下方式完成:
jsreport.express.server.close()