摘要: 123 1 123 1 3 12 31 23 1 第1篇:高级口译教程第四版 Unite One外事接待 口译课文01 浏览:2511第2篇:高级口译教程第四版 Unite One外事接待 口译课文02 浏览:1559第3篇:高级口译教程第四版 Unite One 外事接待 课外练习01 浏览:13 阅读全文
posted @ 2024-03-04 21:25 freedragon 阅读(240) 评论(0) 推荐(0) 编辑
摘要: Here's what to install/do: Download and install Python 3.8 (not 3.9+) for Windows. During the installation, ensure that you: Opt to install it for all 阅读全文
posted @ 2024-03-04 17:31 freedragon 阅读(27) 评论(0) 推荐(0) 编辑
摘要: from PIL import Image def compress_image(input_image_path, output_image_path, target_width, target_height): """ 压缩图片到指定尺寸。 :param input_image_path: 原始 阅读全文
posted @ 2024-03-04 16:20 freedragon 阅读(98) 评论(0) 推荐(0) 编辑
摘要: tkinter,点击button显示图片, 图片指定尺寸,等比缩放显示。 import tkinter as tk from PIL import Image, ImageTk # 创建一个窗口 window = tk.Tk() window.title("点击显示图片") # 创建一个Button 阅读全文
posted @ 2024-03-04 16:14 freedragon 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 教程简述 在本教程中,您将学习如何在阿里云交互式建模(PAI-DSW)中,使用Stable Diffusion XL Turbo模型和DiffSynth UI实现AI作画,涂鸦也能生成精美画作。 基于开源Stable Diffusion XL Turbo模型和DiffSynth UI,我们支持文图生 阅读全文
posted @ 2024-03-04 14:44 freedragon 阅读(98) 评论(0) 推荐(0) 编辑