2016年1月14日
摘要: public class MainActivity extends Activity { private Button button; private EditText edit_name; private TextView tv_info; private Socket client; Handl... 阅读全文
posted @ 2016-01-14 12:23 IT心得 阅读(195) 评论(0) 推荐(0) 编辑
摘要: public class MyServer { public static void main(String[] args) { //创建服务器端 try { ServerSocket server=new ServerSocket(9999); //创建集合对象存放连接... 阅读全文
posted @ 2016-01-14 12:12 IT心得 阅读(376) 评论(0) 推荐(0) 编辑