摘要:
optparse ArgumentParser.add_argument(name or flags...[, action][, nargs][, const][, default][, type][, choices][, required][, help][, metavar][, dest] 阅读全文
posted @ 2023-07-06 11:47
苏格拉底的落泪
阅读(141)
评论(0)
推荐(0)
摘要:
asyncore用法 使用asyncore模块创建域套接字的示例: import asyncore import socket class EchoServer(asyncore.dispatcher): def __init__(self, address): asyncore.dispatche 阅读全文
posted @ 2023-07-06 11:22
苏格拉底的落泪
阅读(98)
评论(0)
推荐(0)