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.
我创建了一个用户下载的工具,它从用户系统收集一些信息。我需要在网页上显示该信息。我可以通过调用 webservice 将其从 exe 插入数据库。除了将这些信息从 exe 推送到网页之外,还有其他方法吗?在这种情况下,我必须将信息存储到数据库中。还有其他方法吗?
除了将这些信息从 exe 推送到网页之外,还有其他方法吗?
是和否。是的,因为您可以创建一个套接字连接,例如,并流式传输数据。不,因为 Web 服务是最好的方法。