摘要:
import time while True: time.sleep(3) print("pass ") [root@VM-8-12-centos Recorder]# [root@VM-8-12-centos Recorder]# nohup python test.py > tes.txt 2> 阅读全文
posted @ 2024-10-10 21:09
emanlee
阅读(268)
评论(0)
推荐(0)
摘要:
停到这个地方 client_socket, address = server_socket.accept() 这行代码是在等待客户端的连接请求。server_socket.accept() 是一个阻塞调用,它会一直等待有客户端连接上来,然后返回一个新的套接字对象 client_socket 和客户端 阅读全文
posted @ 2024-10-10 10:43
emanlee
阅读(108)
评论(0)
推荐(0)

浙公网安备 33010602011771号