一、安装宝塔,略。二、通过宝塔-软件商店-python管理器-安装相应的Python,此法只能安装到3.9版本。在shell中建立链接,注意目录是python_managerln -s /www/server/python_manager/versions/3.8.5/bin/python3.8 /usr/local/bin/python三、后来发现:...
一、代码中涉及 groupby\astype\str.split\等函数,也涉及对Excel设置格式、修改数值:# -*- coding:utf-8 -*-import pandas as pd # 需要安装 pandas# from pandas import Series # 统计不重复个数import osimport w...
示例:# -*- coding:utf-8 -*-import pandas as pd # 需要安装 pandas# 读取 Excel 文件xlsxfile = '汇总班级名单.xlsx'df = pd.read_excel('./excel_files/'+xlsxfile, dtype={'班级...
以下代码实现了python的每天定时执行:import datetimeimport timeimport pymysqldef doSth(): # print('test') conn&nbs...
一、原来使用spire.doc库,代码很简单就能实现,但是转换后有警告水印,需要开通会员才行,代码如下:from spire.doc import *from spire.doc.common import *from PIL import Imageimport ioinputFile = "D:/Temp/测试.docx"# 创...