平凡之路

Song's Blog

Home Archives
2025-07-30
Python

Python打包工具

pyinstaller

1
pip install pyinstaller
1
2
3
4
5
6
7

# 存放路径
# C:\Users\123\Desktop\pyinstaller
cd C:\Users\123\Desktop\test

pyinstaller -F -i <图标的文件名.ico> --add-data "<图标文件夹>;<图标文件夹>" --add-data "<音乐文件夹>;<音乐文件夹>" <主程序.py>

Teilen
  • 打包exe
Neuer
HTTP验证
Älter
Nginx删除脚本

Kategorien

  • C
  • Docker
  • Golang
  • Linux
  • MySQL
  • Python
  • Python 模块
  • Vue
  • Zabbix
  • ansible
  • frontend
  • git
  • harbor
  • html
  • linux
  • nft
  • nginx
  • python
  • shell
  • vue
  • wails
  • 夜莺

Tags

  • C 语言数据类型
  • C乱码
  • Docker 用法
  • Docker安装
  • Go 基础
  • Go语言工程结构
  • HelloWorld起源
  • Linux
  • MySQL
  • Nginx
  • Python
  • Python random secrets
  • Python 依赖管理
  • Python元编程
  • Python双下划线
  • Python定义函数
  • ansible
  • docker镜像
  • git
  • html
  • json
  • json文件
  • nft
  • python
  • shell的静态分析工具
  • zabbix_agent
  • 下载
  • 优化方案
  • 创建FastAPI
  • 命令
  • 安全验证
  • 定时任务
  • 容器逃逸
  • 打包exe
  • 指针
  • 文件
  • 浮点数的计算
  • 爬虫
  • 磁盘检查
  • 脚本示例
  • 跨平台系统资源监控

Tag Cloud

C 语言数据类型 C乱码 Docker 用法 Docker安装 Go 基础 Go语言工程结构 HelloWorld起源 Linux MySQL Nginx Python Python random secrets Python 依赖管理 Python元编程 Python双下划线 Python定义函数 ansible docker镜像 git html json json文件 nft python shell的静态分析工具 zabbix_agent 下载 优化方案 创建FastAPI 命令 安全验证 定时任务 容器逃逸 打包exe 指针 文件 浮点数的计算 爬虫 磁盘检查 脚本示例 跨平台系统资源监控

Archiv

  • 九月 2025
  • 八月 2025
  • 七月 2025
  • 六月 2025
  • 五月 2025
  • 一月 2021

letzter Beitrag

  • (no title)
  • Hello World
  • (no title)
  • (no title)
  • (no title)
© 2025 Song
Powered by Hexo
Home Archives