摘要: #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ 简易文件锁(多进程通用) - 基于 fcntl.flock(POSIX 系统:Linux / macOS) - 支持超时等待、轮询间隔 - 支持 with 上下文管理 """ import os i 阅读全文
posted @ 2025-11-28 19:48 就是想学习 阅读(6) 评论(0) 推荐(0)