python加锁 Post author:张拓 Post published:2023年 5月 18日 Post category:python Post comments:0评论 在多线程编程时,为了避免线程间的竞争和冲突,我们需要使用锁机制来保护共享资源。在Python中,可以使用threadin… 继续阅读python加锁
python合并字典dict Post author:张拓 Post published:2023年 5月 12日 Post category:python Post comments:0评论 要将两个字典合并为一个,可以使用 update() 方法。以下是一个简单的示例: dict1 = {"a&qu… 继续阅读python合并字典dict
python遍历目录加水印 Post author:张拓 Post published:2023年 4月 10日 Post category:python Post comments:0评论 python遍历目录加水印 from watermarker.marker import add_mark import… 继续阅读python遍历目录加水印
python判断是windows还是linux Post author:张拓 Post published:2023年 3月 27日 Post category:python Post comments:0评论 import platform if 'windows' == platform.system ()… 继续阅读python判断是windows还是linux