Welcome![Sign In][Sign Up]
Location:
Downloads WEB Code JSP/Java
Title: Noname Download
 Description: Simple server code public static void main (String [] args) throws IOException {ServerSocket ss = new ServerSocket (10009) Socket s = ss.accept () InputStream in = s.getInputStream () byte [] buf = new byte [1024] int len ​ ​ = in.read (buf) System.out.println (new String (buf, 0, len))
 Downloaders recently: [More information of uploader 奋斗]
 To Search:
File list (Check if you may need any files):
 

.settings\org.eclipse.jdt.core.prefs
bin\RegServer.class
src\RegServer.java
.classpath
.project
.settings
bin
src
    

CodeBus www.codebus.net