python
Python 是一个高层次的结合了解释性、编译性、互动性和面向对象的脚本语言。
-
nginx 反向代理http://127.0.0.1:8080
server { listen 80; &nbs...
-
安装使用Anaconda
1 下载: https://www.anaconda.com/products/individual2 安装 设置环境按照目录例如:# C:\ProgramData\Anacond...
安装 使用 -
python的装饰器案例
import time def record_time(fn): end = "ms" ...
python -
python安装使用虚拟环境
### python 使用虚拟环境 #### Python 3.5 后推荐使用 venv 来创建虚拟环境 ``` python...
python -
python压缩解压文件
import zipfile # 压缩文件夹 def zip_folder(folder_path, zip_file_path): ...
-
39. PyQt6 自定义部件
import sys from PyQt6.QtWidgets import QApplication, QHBoxLayout, QVB...
python pyqt6 -
38. PyQt6 贝塞尔曲线
import sys from PyQt6.QtWidgets import QApplication, QWidget from PyQ...
python pyqt6 -
37. PyQt6 QBrush
import sys from PyQt6.QtWidgets import QApplication, QWidget from PyQ...
python pyqt6 -
36. PyQt6 QPen
import sys from PyQt6.QtWidgets import QApplication, QWidget from PyQ...
python pyqt6 -
35. PyQt6 颜色
import sys from PyQt6.QtWidgets import QApplication, QWidget from PyQ...
python pyqt6 -
34. PyQt6 绘制点
import sys, random from PyQt6.QtWidgets import QApplication, QWidget ...
python pyqt6 -
33. PyQt6 绘制文本
import sys from PyQt6.QtWidgets import QApplication, QWidget from PyQ...
pyqt6 python -
32. PyQt6 中的拖拽操作2
import sys from PyQt6.QtWidgets import QApplication, QWidget, QPushBut...
python pyqt6 -
31. PyQt6 中的拖拽操作
import sys from PyQt6.QtWidgets import QApplication, QMainWindow, QPu...
python pyqt6 -
30. PyQt6 QComboBox
import sys from PyQt6.QtWidgets import QApplication, QMainWindow, QLa...
python pyqt6 -
29. PyQt6 QSplitter
import sys from PyQt6.QtWidgets import QApplication, QMainWindow, QHBo...
python pyqt6 -
28. PyQt6 QLineEdit
import sys from PyQt6.QtWidgets import QApplication, QMainWindow, QLa...
pyqt6 python -
27. PyQt6 QPixmap
import sys from PyQt6.QtWidgets import QApplication, QMainWindow, QHBo...
pyqt6 python -
26. PyQt6 QCalendarWidget
import sys from PyQt6.QtWidgets import QApplication, QMainWindow, QCa...
python pyqt6 -
25. PyQt6 QProgressBar
import sys from PyQt6.QtWidgets import QApplication, QMainWindow, QPr...
python pyqt6