上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: C文件夹布局 网页存放/ │ ├── app.py # Flask 应用 ├── templates/ # 存放 HTML 文件 │ ├── index.html # 主页 │ └── detail.html # 详情页 ├── static/ │ ├── css/ │ │ └── styles.c 阅读全文
posted @ 2024-05-06 17:18 不上火星不改名 阅读(167) 评论(0) 推荐(0)
摘要: python后端代码 from flask import Flask, render_template, request, jsonify, send_from_directory, url_for import os import requests import base64 from PIL i 阅读全文
posted @ 2024-05-05 00:13 不上火星不改名 阅读(24) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>建筑效果图转 阅读全文
posted @ 2024-05-04 00:06 不上火星不改名 阅读(18) 评论(0) 推荐(0)
摘要: HTML代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Im 阅读全文
posted @ 2024-05-03 18:13 不上火星不改名 阅读(29) 评论(0) 推荐(0)
摘要: PYTHON from flask import Flask, render_template, request, jsonify, send_from_directory import os import requests import base64 from PIL import Image i 阅读全文
posted @ 2024-05-03 16:56 不上火星不改名 阅读(24) 评论(0) 推荐(0)
摘要: "C:\Users\wujie1\Desktop\程序测试\templates\upload.html" "C:\Users\wujie1\Desktop\程序测试\python.py" C:\Users\wujie1\Desktop\程序测试\uploads python from flask i 阅读全文
posted @ 2024-05-03 16:23 不上火星不改名 阅读(67) 评论(0) 推荐(0)
摘要: python: from flask import Flask, render_template, request, jsonify import requests import base64 import os from PIL import Image import io import logg 阅读全文
posted @ 2024-05-02 22:16 不上火星不改名 阅读(20) 评论(0) 推荐(0)
摘要: python版本 from flask import Flask, render_template, request, jsonify import requests import base64 import os from PIL import Image import io import log 阅读全文
posted @ 2024-05-02 21:14 不上火星不改名 阅读(21) 评论(0) 推荐(0)
摘要: 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 不上火星不改名 阅读(49) 评论(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:17 不上火星不改名 阅读(21) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 10 下一页