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.
你好呀。我正在尝试将数据从客户端发送到服务器,第一次它工作,但第二次它停止获取数据。我不知道怎么了。
http://pastebin.com/Sc72aAqD
基本上它是一个简单的键盘记录器,奇怪的是它第一次工作,但第二次它没有得到客户端的响应。
看起来您在客户端上有一个从服务器读取行的循环,如果该行是某个特定的字符串,您将一个字符串发送回服务器。
在服务器上,您似乎正在从客户端读取 15 行。但我没有看到服务器发送回客户端的任何内容。客户不会阻止:
while ((Client.f = in.readLine()) != null) {