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.
我认为这是非常基本的问题,但我需要帮助才能从某个地方开始。我使用 netbeans IDE 在 java swing 中开发了一个应用程序。我想将数据发送到驻留在远程服务器上的另一个程序(用python开发),以对数据进行一些操作。所以,我必须发布一个主题,远程服务器将接收它并发回结果。那么,从哪里开始呢?任何其他用户完成的任何基本示例(我做了一些研究,但发现了不相关的问题)。