摘要: 局域网内两台机器互传文件 python -m http.server 8888 阅读全文
posted @ 2020-09-20 16:21 嗨,阿良 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 转载Python大佬技术博客 import threading import redis conn = redis.Redis() PROMPT = ">>> " def send(username): global g_running while g_running: msg = input(PR 阅读全文
posted @ 2020-09-20 16:06 嗨,阿良 阅读(180) 评论(0) 推荐(0) 编辑
摘要: python实现classmethod 阅读全文
posted @ 2020-09-20 15:52 嗨,阿良 阅读(208) 评论(0) 推荐(0) 编辑