通过 socket 简单实现了文件传输功能上,客户端篇
客户端代码 client.java
1 | package files_upload; |
配置文件 fileClient.properties
1 | ip=192.168.1.107 |
Not only can I write code well, but I can also swim well
通过 socket 简单实现了文件传输功能上,客户端篇
1 | package files_upload; |
1 | ip=192.168.1.107 |