摘要: import osfrom PIL import Imagefrom reportlab.pdfgen import canvasdef image_resize(img, width, height): """ 图片缩放 :param img: 图片路径 :param width: 宽 :para 阅读全文
posted @ 2021-07-01 17:01 趴嘞怪 阅读(1128) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bashsource /etc/profilesource ~/.bash_profile set -o nounsetset -o errexit #Author: gupx#Time: 2020-10-30 19:11:02#Name: test.sh#Description: T 阅读全文
posted @ 2021-07-01 14:42 趴嘞怪 阅读(243) 评论(0) 推荐(0) 编辑