英文: Tkinter filename float not incrementing correctly 问题 我正在尝试创建一个程序,通过按下按钮按数字顺序加载下一个文件。为了检查下一个文件是什么...
替换字符串的一部分(忽略特殊字符)
英文: Substitute a part of string (ignoring special characters) 问题 假设我有一个字符串列表,并想使用 re.sub 来替换其中的不同部分。...
根据对sleep()函数的重复调用,给定的代码执行所需的最短时间是多少?
英文: Based on repeated calls to the sleep() function, what is the minimum amount of time that the giv...
VSCode IntelliSense认为存在一个Python的’function()’类。
英文: VSCode IntelliSense thinks a Python 'function()' class exists 问题 在这个情况下,VSCode / Intelli...
Python函数在单独的文件结构中无法调用。
英文: Python functions in separate file structure cannot be called 问题 我尝试重新组织我的Python(Python版本3.9.2)项目...
AttributeError: 类对象’map’没有属性’zone_map’
英文: AttributeError: type object 'map' has no attribute 'zone_map' 问题 I am using netw...
返回自定义数据集中的多个图像
英文: Return multiple images from a custom dataset 问题 我有一组从YouTube视频中获取的帧的袋子,并希望在迭代数据集时返回整个帧袋。我的自定义数据集...
读文件异步(使用 aiofile)为什么比同步方式慢得多(15倍)?
英文: Why is reading a file asynchronously (with aiofile) so much (15x) slower than its synchronous eq...
基于 Pandas 数据框中上次行的数值创建新列等于某些数字。
英文: New column based on last time row value equals some numbers in Pandas dataframe 问题 我已经将您提供的内容翻译成...
按其祖先分组项目
英文: Group items by their ancestors 问题 假设我们有一个数组: l = ["1", "1.1", "1.1.1", &...
1057


