---Are you thirsty?---No I _________ just _____________ (have) some orange.
查看答案
My father _______ _________(read) the novel twice.
下列表示UDP连接的是
A. SOC_STREAM
B. SOCK_DGRAM
C. SOCKET
D. AF_INET
在socket通信中将bytes字节流转换成整型数组的模块是
A. pustil
B. socket
C. array
D. struct
利用线程池一次性创建16个线程的是()
A. p=threading(16)
B. Threadpool(16)
C. p=threading.Threadpool(16)
D. p=threadpool.Threadpool(16)