This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
wangjx
/
DipperPosition
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
修改读取的结果
tags/v1.0.0^2
林万龙
4 years ago
parent
9215f3851d
commit
59b09efd76
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/main/java/com/telpo/dipperposition/common/SocketClient.java
+ 1
- 1
src/main/java/com/telpo/dipperposition/common/SocketClient.java
View File
@@ -71,7 +71,7 @@ public class SocketClient {
is.close();
pw.close();
os.close();
log.debug(ackResult);
//
log.debug(ackResult);
log.debug("接收服务器的信息:"+ackResultBuf.toString());
return ackResultBuf.toString();
} catch (IOException e) {
Write
Preview
Loading…
Cancel
Save