2016年2月24日

安卓课程设计--利用socket在电脑和手机之间实现简单云盘

摘要: 下面是服务端的代码 package lyj.srever; public class Server { public static void main(String[] args) { new ServerThread().start(); } } package lyj.srever; impor 阅读全文

posted @ 2016-02-24 02:07 forSmile 阅读(327) 评论(4) 推荐(0)

导航