摘要: import pandas as pd import numpy as np import os def split_excel(): # 请求用户输入Excel文件路径和拆分数量 file_path = input("请输入Excel文件的完整路径:") x = int(input("请输入您想要 阅读全文
posted @ 2024-04-18 14:29 不上火星不改名 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 建筑转木制: <lora:xsarchitectural-20Manualbuildingmodel:1>,masterpiece,architectural wood model,bright,high detail,a model of the building is placed on a t 阅读全文
posted @ 2024-04-14 18:18 不上火星不改名 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1.html: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <titl 阅读全文
posted @ 2024-04-13 16:58 不上火星不改名 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1.html界面 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> 阅读全文
posted @ 2024-04-12 16:23 不上火星不改名 阅读(1) 评论(0) 推荐(0) 编辑
摘要: import pandas as pd import pyautogui import pyperclip import time def send_message(message): # 将消息复制到剪贴板 pyperclip.copy(message) # 模拟键盘按键来粘贴消息:先按下'ctr 阅读全文
posted @ 2024-04-07 18:00 不上火星不改名 阅读(2) 评论(0) 推荐(0) 编辑
摘要: index.html <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <t 阅读全文
posted @ 2024-04-06 16:13 不上火星不改名 阅读(2) 评论(0) 推荐(0) 编辑
摘要: import tkinter as tk from tkinter import filedialog, ttk from PIL import Image, ImageTk import requests import base64 import os import io import rando 阅读全文
posted @ 2024-03-31 08:50 不上火星不改名 阅读(2) 评论(0) 推荐(0) 编辑
摘要: import tkinter as tk from tkinter import filedialog, ttk from PIL import Image, ImageTk import requests import base64 import os import io import rando 阅读全文
posted @ 2024-03-31 08:22 不上火星不改名 阅读(2) 评论(0) 推荐(0) 编辑
摘要: import tkinter as tk from tkinter import filedialog, ttk from PIL import Image, ImageTk import requests import base64 import os import io import rando 阅读全文
posted @ 2024-03-31 07:03 不上火星不改名 阅读(1) 评论(0) 推荐(0) 编辑
摘要: import requests import base64 import os from PIL import Image import io import random def encode_pil_to_base64(image): """ Encode a PIL image to a Bas 阅读全文
posted @ 2024-03-31 05:04 不上火星不改名 阅读(2) 评论(0) 推荐(0) 编辑