摘要: public class server { public static void main(String[] args) throws Exception { ServerSocket ss = new ServerSocket(8092); Socket s = ss.accept(); Buff 阅读全文
posted @ 2018-09-10 22:20 萧愬夜 阅读(120) 评论(0) 推荐(0)
摘要: public class ctrlf { public static void main(String[] args) { Scanner sca = new Scanner(System.in); File f = new File("D:/111"); String str = sca.next 阅读全文
posted @ 2018-09-10 21:44 萧愬夜 阅读(124) 评论(0) 推荐(0)