freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

chapter10java網(wǎng)絡(luò)編程networking-資料下載頁

2024-10-12 16:13本頁面

【導(dǎo)讀】網(wǎng)絡(luò)編程的目的:. 網(wǎng)絡(luò)編程的兩個主要問題:. Java提供三類網(wǎng)絡(luò)功能:. Socket是網(wǎng)絡(luò)程序最常用的。Datagram是更低級的網(wǎng)絡(luò)傳。在數(shù)據(jù)包中,直接放在網(wǎng)絡(luò)上。文件內(nèi)部的一個引用。生成一個URL對象,并獲取它的各個屬性。URLConnection是一個以為中心的類。從URL中得到的輸出流通常與一個CGI程序結(jié)合一起工作。建立連接的方式與電話模式相同

  

【正文】 (())。 ()。 ()。 } catch (ConnectException connExc) { (Could not connect to the server.)。 } catch (IOException e) {} } } MultiThreaded Servers import .*。 import .*。 import .*。 public class Client { static int iPort = 13。 public static void main(String argv[]) { try { Socket sock = new Socket(argv[0], iPort)。 BufferedReader din = new BufferedReader( new InputStreamReader(()))。 String rTime = ()。 (rTime)。 ()。 } catch (Exception e) {} } } import .*。 import .*。 import .*。 class Connection extends Thread { protected Socket clnt。 public Connection(Socket sock) { clnt = sock。 ()。 } public void run() { String s = new String(“Hello”)。 try { PrintWriter out = new PrintWriter((), true)。 (s)。 ()。 } catch (IOException e) {} } } import .*。 import .*。 import .*。 public class TDayTimeServer { public static void main(String argv[]) { try { ServerSocket listen = new ServerSocket(13)。 (Listening on: +())。 for(。) { Socket clnt = ()。 (())。 Connection c = new Connection(clnt)。 } } catch(Exception e) { (Server terminated)。 } }} Chat Program ? Tasks: ? Complete the Chat program
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1