PythonGUI

💠 GUI 1.1. GTK 1.2. Tkinter 1.3. PyQt 1.4. kivy 1.5. wxPython 1.6. NiceGUI 💠 2024-11-20 19:35:19 GUI GTK Official Doc | pygtk pygtk wiki stuartlangridge/ColourPicker拾色器 yucefsourani/python-gtk4-examples World / lollypop · GitLab maoschanz/drawing: Simple image editor for Linux Tkinter Offcial

PythonGame

目录 start pygame 安装 目录 end|2020-04-27 23:42| pygame 安装 python2 安装 pygame sudo apt install python-pygame python3 安装 pygame sudo apt install python3-dev mercurial sudo apt install libsdl-image1.2-dev libsdl2-dev libsdl-ttf2.0-dev 安装一些声音的功能 sudo apt install libsdl-mixer1.2-dev libimportmidi-dev sudo apt install libswscale-dev libsmpeg-dev libavformat-dev libavcode-dev sudo apt install python-numpy 执行这个安装pyg

Python 基础

💠 Python 基础 2.1. 代码风格 2.2. 序列 2.2.1. 列表 list 2.2.2. 元组 tuple 2.2.3. 字符串 str 2.2.3.1. 字符串编码问题 2.2.4. 字典 dict 2.3. 运算符 2.4. 函数 2.5. 包 2.6. 类 2.6.1. 继承 2.7. 异常 2.8. 读取命令行参数 2.8.1. docopt 2.8.2. Python Fire 应用 3.1.

Python Concurrency

💠 Concurrency 1.1. GIL 1.2. 协程 asyncio 1.3. 多线程 threading 1.4. 多进程 multiprocessing 实践 2.1. Ray 💠 2024-10-10 10:41:00 Concurrency Python中的并发编程可大致分为: 协程,多线程,多进程 协程Coroutine(asyn

Gradle

💠 Gradle 1.1. 书籍 1.2. 发行版本列表 安装 2.1. Chocolate 2.2. 解压配置 2.3. Wrapper 2.4. CUI使用 2.4.1. 命令行选项 2.4.2. 动作 2.4.2.1. build 2.4.2.2. test 2.4.3. 守护进程 配置 3.1. 全局配置文件 3.2. build.gradle 3.2.1. SourceSet 3.2.2. 依赖管理 3.2.2.1. 依赖排除

Gradle进阶

目录 start Gradle进阶知识 Gradle 使用和配置 主配置目录 Gradle 构建块 task task的依赖关系 终结器 task Groovy的POGO类管理配置文件上的版本号 task 的inp

Activiti

目录 start Activiti 相关书籍 相关仓库 基础概念 什么是流程 流程引擎 BPMN流程图 数据库的设计 1.资源库流程规则表 2.运行时数据库表 3.历史数据库表 4.组织机

Alpine基础

💠 Alpine 1.1. BusyBox 💠 2024-12-24 10:16:38 Alpine Official Site 从K8S及应用层兼容考虑,都不推荐Alpine做基础镜像! 是否适合用作Docker基础镜像 Alpine Linux,一个只有 5M 的 Docker 镜