搜索资源列表
IP
- Dim Country, LocalStr, Buf, OffSet Private StartIP, EndIP, CountryFlag Public QQWryFile Public FirstStartIP, LastStartIP, RecordCount Private Stream, EndIPO
Noname
- 简单服务器代码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.p