问题描述
我使用此程序在Visual Studio中将两个dll文件链接在一起,以在指定目录中创建txt文件。但是,我看到使用此程序读取两个dll文件时出现问题。所以,有人可以帮我吗?
for i in range(7):
num = ((-(i * 2) + 12) + (self.today.weekday() * 2)) % 1
try:
self.top_half_layout.__getattribute__('children')[num].test = list(self.storage.get(date.fromordinal(self.today.toordinal() + i).isoformat()).values())[0]
except KeyError:
print('No Key for this day : refresh method :',date.fromordinal(self.today.toordinal() + i))
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)