摘要: 1.Excel Code import os import time import re import win32com.client def dealpath(pathname='') -> str: """ deal with windows file path :param pathname: 阅读全文
posted @ 2021-09-02 14:45 姬如千泷 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 1. Server code 1 # !/usr/bin/env python 2 # coding:utf-8 3 import multiprocessing 4 import socket 5 import sys 6 import json 7 import time 8 9 import 阅读全文
posted @ 2021-09-02 09:41 姬如千泷 阅读(49) 评论(0) 推荐(0) 编辑