52ky 发表于 2022-6-15 21:12:19

ApacheMina.pdf

什么是米娜?参加测试,一句话就是“一个简单易用的基于Tcp/IP通信的Java框架”,什么?什么是框架?如果你再问,不要问往下看。
米娜能做什么?抽出来一会:我们用它做了两个小程序,一个给服务端,收到客户端的消息后,发回给客户端;一个是简单的客户端,一旦连接到服务器,它会发送一个消息到达,然后将从服务器接收到的消息发送到服务器。那么,你是否意识到这是一个 C/S 通信的无限循环?折腾机器叫,编程就是能先折腾!

(What is Mina? To participate in the test, one sentence is "a simple and easy-to-use Java framework based on tcp/ip communication". What? What is a framework? If you ask again, don't look down.
What can Mina do? Take it out for a while: We used it to make two small programs. One was sent to the server. After receiving the message from the client, it was sent back to the client; One is a simple client. Once connected to the server, it will send a message to arrive, and then send the message received from the server to the server. So, do you realize that this is an infinite cycle of c/s communication? Toss the machine is called, programming is to toss first!)




页: [1]
查看完整版本: ApacheMina.pdf