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.
我正在学习 Java 网络和线程,并想编写一个同时充当客户端和服务器的 Java 程序。这个概念很简单:
One Server thread receives messages. One client thread send messages.
但是,我想模拟 IM 应用程序中一个非常常见的功能,即在您键入时,对话的另一端会看到“用户正在键入”。我还在学习,但我认为如果使用摇摆,这会很容易。只是想知道是否使用纯命令行界面,这仍然可以使用 Java 吗?非常感谢。