09 2021 档案
Python Excel 操作
摘要: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 姬如千泷 阅读(332) 评论(0) 推荐(0)
Python Socket Sever
摘要: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 姬如千泷 阅读(76) 评论(0) 推荐(0)