英文: creating a discord bot - problems with returning values 问题 我是新手学习Python,尝试创建一个Discord机器人,可以将用户输入...
当Python线程完成时如何通知
英文: How to notify when python thread finished 问题 当线程完成时,我想调用回调函数。而且它应该是线程安全的。 我想要一个解决方案,可以在线程完成时调用回调...
ValueError: 在Keras中找到的形状与输入形状不匹配
英文: ValueError: Found Shape in Keras Does Not Match Input Shape 问题 以下是翻译好的部分: 我正在使用YouTube上的教程。我对它进行...
如何在Python中使用存储过程将值插入到SQL Server表中
英文: How to insert values into SQL Server table using Stored procedure in Python 问题 我是pytds的新手。在向SQL ...
PyQt6 pyinstaller应用程序可以构建,但在MacOS(M1芯片)上无法打开。
英文: PyQt6 pyinstaller app builds but wont open MacOS (M1 chip) 问题 我正在尝试使用PyQt6制作一个Python桌面应用程序。我想通过使...
在matplotlib中绘制图像在3D平面上的更高效方法,比使用网格更好的方式。
英文: More efficent way of plotting image on 3D plane in matplotlib than using a meshgrid 问题 有没有比这个更好的...
正确地为返回生成器表达式的可调用对象进行类型标注。
英文: Properly type a callable returning a Generator expression 问题 我有以下的代码片段 ```python from contextlib...
我的程序可以独立解码QR码,但当我将它集成到Tkinter GUI中时,它不会。
英文: My program decodes a QR code standalone but when I integrate it into Tkinter GUI, it does not 问题...
HOOK-ERROR在before_scenario中: WebDriverException: 消息: 需要授权
英文: HOOK-ERROR in before_scenario: WebDriverException: Message: Authorization required 问题 你好大家,我正在尝试...
Python 转为可执行文件后自动关闭
英文: Python to exe automatically close 问题 我编写了一个.py代码并使用pyinstaller将其转换为.exe文件。 它报告了以下问题: 如果我双击.exe文件...
1057